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
The StagedContractUpdates contract should be deployed to Testnet. Currently, the contract requires a block height for the target update boundary on deployment, so we'll need to know the target height on deployment.
While not a blocker, it would be nice to implement #3 before deployment so behavior is consistent during iteration.
The text was updated successfully, but these errors were encountered:
Update: Due to changes in the Cadence 1.0 network update plan, StagedContractUpdates will no longer serve the purpose of supporting contract staging. The contract may still be useful for the purposes of delegated contract updates via onchain mechanisms. Deployment of this deprioritized in favor of the contract introduced in #14
The
StagedContractUpdates
contract should be deployed to Testnet. Currently, the contract requires a block height for the target update boundary on deployment, so we'll need to know the target height on deployment.While not a blocker, it would be nice to implement #3 before deployment so behavior is consistent during iteration.
The text was updated successfully, but these errors were encountered: