Skip to content

Commit

Permalink
Merge pull request #1539 from scrtlabs/mainnet-upgrade-proposal
Browse files Browse the repository at this point in the history
Update v1.11 proposal
  • Loading branch information
toml01 authored Sep 18, 2023
2 parents 9e4ea0b + f7dceea commit f739659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/proposals/v1.11.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Secret Network v1.11 Upgrade

This proposal recommends that the chain undergo a software upgrade to version v1.11 of the Secret Network codebase on secret-4 block **TODO**. The estimated time for the upgrade is **Tuesday, September 26, 2023, at ~2pm UTC**.
This proposal recommends that the chain undergo a software upgrade to version v1.11 of the Secret Network codebase on secret-4 block 10824000. The estimated time for the upgrade is **Tuesday, September 26, 2023, at ~2pm UTC**.

Since block times can vary significantly, we advise monitoring the chain for a more precise upgrade time. ETA monitor: [mintscan.io/secret/blocks/TODO](https://dev.mintscan.io/secret/blocks/TODO).
Since block times can vary significantly, we advise monitoring the chain for a more precise upgrade time. ETA monitor: [mintscan.io/secret/blocks/10824000](https://dev.mintscan.io/secret/blocks/10824000).

## Upgrade Highlights

Expand All @@ -17,7 +17,7 @@ Since block times can vary significantly, we advise monitoring the chain for a m
- On init, the creator can specify an admin address.
- The admin can migrate the contract to a new code ID.
- The admin can update or clear the admin address.
- The admins of contracts that were instantiated before v1.10 are hardcoded according to [proposal 262](https://github.com/scrtlabs/SecretNetwork/blob/ab1852727/docs/proposals/hardcode-admins-on-v1.10.md).
- The admins of contracts that were instantiated before v1.11 are hardcoded according to [proposal 262](https://github.com/scrtlabs/SecretNetwork/blob/ab1852727/docs/proposals/hardcode-admins-on-v1.10.md) (this proposal was originally called v1.10, hence prop. 262 referenced it's original version name).
- Hardcoded admins can only be updated/cleared with a future gov proposal.
- When the new `MsgMigrateContract` is invoked, the `migrate()` function is being called on the new contract code, where the new contract can optionally perform state migrations. See usage example [here](https://github.com/scrtlabs/SecretNetwork/blob/139a0eb18/cosmwasm/contracts/v1/compute-tests/migration/contract-v2/src/contract.rs#L37-L43).
- Fixed a scenario where the enclave's light client might fail a valid node registration transaction.
Expand Down

0 comments on commit f739659

Please sign in to comment.