From 6514c5f4e0a9ad227b169a4d97a33bafe9bc7cc3 Mon Sep 17 00:00:00 2001 From: Lior Bondarevski Date: Mon, 18 Sep 2023 18:47:09 +0300 Subject: [PATCH 1/3] change upgrade block --- docs/proposals/v1.11.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proposals/v1.11.md b/docs/proposals/v1.11.md index 1a08934d3..673699ca5 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 From 2f24aa37bc30f08c31c4fe88fb94e35420514d4f Mon Sep 17 00:00:00 2001 From: toml01 Date: Mon, 18 Sep 2023 18:08:44 +0200 Subject: [PATCH 2/3] update version --- docs/proposals/v1.11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposals/v1.11.md b/docs/proposals/v1.11.md index 673699ca5..c18d00cf1 100644 --- a/docs/proposals/v1.11.md +++ b/docs/proposals/v1.11.md @@ -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). - 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. From f7dceeafea9ba7f5c43fbfb50775c87f3caf389c Mon Sep 17 00:00:00 2001 From: toml01 Date: Mon, 18 Sep 2023 18:14:14 +0200 Subject: [PATCH 3/3] explanation --- docs/proposals/v1.11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposals/v1.11.md b/docs/proposals/v1.11.md index c18d00cf1..0f229f07e 100644 --- a/docs/proposals/v1.11.md +++ b/docs/proposals/v1.11.md @@ -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.11 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.