Commit 7e34f77
committed
refactor(contracts): deploy only equity, bond, deposit
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>1 parent fae873b commit 7e34f77
42 files changed
Lines changed: 166 additions & 3907 deletions
File tree
- .changeset
- packages/ats/contracts
- contracts
- factory
- test/mocks
- scripts
- cli
- domain
- bondFixedRate
- bondKpiLinkedRate
- factory
- loanPortfolio
- loan
- infrastructure
- checkpoint
- testing
- types
- workflows
- test
- contracts/integration
- factory
- layer_1/proceedRecipients/fixingDateInterestRate
- layer_2/loansPortfolio
- resolver
- fixtures
- deploy
- tokens
- helpers
- scripts/unit
- checkpoint
- domain
- factory
- testing
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 21 | | |
26 | | - | |
27 | 22 | | |
28 | 23 | | |
29 | 24 | | |
| |||
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
37 | | - | |
38 | | - | |
39 | 32 | | |
40 | 33 | | |
41 | 34 | | |
| |||
66 | 59 | | |
67 | 60 | | |
68 | 61 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 62 | | |
73 | 63 | | |
74 | 64 | | |
| |||
258 | 248 | | |
259 | 249 | | |
260 | 250 | | |
261 | | - | |
262 | | - | |
| 251 | + | |
| 252 | + | |
263 | 253 | | |
264 | 254 | | |
265 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
29 | | - | |
| 34 | + | |
30 | 35 | | |
31 | | - | |
| 36 | + | |
32 | 37 | | |
33 | | - | |
| 38 | + | |
34 | 39 | | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
140 | 146 | | |
141 | 147 | | |
142 | 148 | | |
143 | | - | |
| 149 | + | |
144 | 150 | | |
145 | 151 | | |
146 | 152 | | |
| |||
0 commit comments