diff --git a/docs/proposals/v1.11.md b/docs/proposals/v1.11.md index 1a08934d3..0f229f07e 100644 --- a/docs/proposals/v1.11.md +++ b/docs/proposals/v1.11.md @@ -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 @@ -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.