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
We currently test upgrade for contracts in the e2e , evm, and solana. These tests however use the same version of contracts as both before and after the upgrade ,
We should add a separate test that upgrades the contract to the newer version and tests it. It should also do necessary assertions to verify the new contract works and the state migration was correct
This can be run before contract upgrades on mainnet
The text was updated successfully, but these errors were encountered:
For EVM it depends what version the previous node binary was using. If the node binary was using the same version, I don't think there is any reason to artificially represent an older version, as itwould not reproduce the real world
We currently test upgrade for contracts in the e2e , evm, and solana. These tests however use the same version of contracts as both before and after the upgrade ,
We should add a separate test that upgrades the contract to the newer version and tests it. It should also do necessary assertions to verify the new contract works and the state migration was correct
This can be run before contract upgrades on mainnet
The text was updated successfully, but these errors were encountered: