onflow / contract-updater

Enabling delayed contract updates to a wrapped account at or beyond a specified block height
The Unlicense
4 stars 9 forks source link

Deploy StagedContractUpdates to Crescendo #11

Closed sisyphusSmiling closed 9 months ago

sisyphusSmiling commented 10 months ago

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.

sisyphusSmiling commented 10 months ago

Depends on #12

sisyphusSmiling commented 9 months ago

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