refactor: deploy only equity, bond and deposit tokens#1327
Open
MiguelLZPF wants to merge 2 commits into
Open
Conversation
3566d9a to
d4c3625
Compare
d4c3625 to
ebd8652
Compare
Clean the deploy scripts and Factory so only Equity, Bond and DepositToken are deployed, removing the Loan, LoansPortfolio, BondFixedRate and BondKpiLinkedRate deploy configurations, the Factory SecurityType entries for them, their deploy fixtures and per-type deploy tests, and renumbering the deployment workflow steps. The underlying Solidity facets are retained and still exercised by the shared AssetMock mega-asset. BBND-1882 Signed-off-by: Miguel_LZPF <miguel.carpena@io.builders>
a1087d2 to
7e34f77
Compare
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
BBND-1882 [SERVICING] — deploy-layer cleanup.
Clean the deploy scripts and Factory so the system deploys only Equity, Bond (variable-rate) and DepositToken. Removes the Loan, LoansPortfolio, BondFixedRate and BondKpiLinkedRate deploy configurations, the Factory `SecurityType` entries for them, their deploy fixtures and per-type deploy tests, and renumbers the deployment-workflow steps and checkpoint indices. The underlying Solidity facets for those types are intentionally retained (deploy-layer only) and remain exercised by the shared AssetMock mega-asset; the deprecated SDK and the web app are untouched.
Jira: https://iobuilders.atlassian.net/browse/BBND-1882
Type of change
Testing
All gates run locally.
Node version:
Checklist