You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up tests to simulate hypothetical situations where code migration would be needed to recover the funds from any
contract. this will likely involve extending contracts with a new method that would recover the funds to a specified address, migrating the contract, and asserting that everything goes well.
Closing criteria (applies per contract):
unit tests for migrations
mainnet test for migration
local interchain test for migration (nice to have)
The text was updated successfully, but these errors were encountered:
this branch contains our latest release contracts with an additional RecoverFunds { denoms: Vec<String> } execute msg variant.
with that branch we can deploy both pre- and post-migration contracts, perform the code migrations, and execute the newly added methods in our unit tests.
Quoting original issue #180 :
Closing criteria (applies per contract):
The text was updated successfully, but these errors were encountered: