money-on-chain / main-RBTC-contract

DoC - Dollar on Chain - Stablecoin contract collateralized in RBTC.
Other
23 stars 16 forks source link

Batch Changer #64

Closed pmprete closed 3 years ago

pmprete commented 3 years ago

Use the BatchChanger contract to perform all the updates and contract calls in one transaction Remove contracts/changers/deploy as we don't need other changers any more Updated deploy scripts Test of BatchChanger are at https://github.com/money-on-chain/Areopagus-Governance/pull/22 Script 10_batch_changer.js could use a refactor, and separe it in methods to avoid a the current wall of text Currently BatchChanger.sol allows to add more transactions after the deploy. Maybe we want to change to use only the constructor as the BulkUpgrade