Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

Test state integrity across `near-plugins` versions #126

Open mooori opened 9 months ago

mooori commented 9 months ago

@akhi3030 brought up a scenario that is not yet covered in tests:

Some inspiration might be taken from test_deploy_code_with_migration which upgrades a contract, calls its migration function and interacts with the contract after the upgrade.