Skip to content

Commit e339e1c

Browse files
committed
v1.12 upgrade proposal
1 parent 8d621e5 commit e339e1c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
# 1.12.0 (WIP)
3+
# 1.12.0
44

55
- Fix the hardcoded admins feature
66
- Add hardcoded admins according to proposals [269](https://dev.mintscan.io/secret/proposals/269) (Shillables) & [270](https://dev.mintscan.io/secret/proposals/270) (Sienna).

docs/proposals/v1.12.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Secret Network v1.12 Upgrade
2+
3+
This proposal recommends that the chain undergo a software upgrade to version v1.12 of the Secret Network codebase on secret-4 block TODO. The estimated time for the upgrade is **Tuesday, October 17, 2023, at ~2pm UTC**.
4+
5+
Since block times can vary significantly, we advise monitoring the chain for a more precise upgrade time. ETA monitor: [mintscan.io](https://dev.mintscan.io/secret/blocks/TODO) or [ping.pub](https://ping.pub/secret/block/TODO).
6+
7+
## Upgrade Highlights
8+
9+
- Fix the hardcoded admins feature
10+
- Add hardcoded admins according to proposals [269](https://dev.mintscan.io/secret/proposals/269) (Shillables) & [270](https://dev.mintscan.io/secret/proposals/270) (Sienna).
11+
- Fix PFM to stop dropping packets of IBC contracts.
12+
- This has always been a bug in PFM. It was introduced in v1.9 and was missed because of a bug in our CI system.
13+
- Fixed the bug in PFM and updated the dependency.
14+
- For more info see https://github.com/cosmos/ibc-apps/pull/105.
15+
- Add `admin` to `WasmMsg::Instantiate` in cosmwasm-std (Thanks [@luca992](https://github.com/luca992)!).
16+
- This allows contracts to specify an admin address when instantiating other contracts.
17+
- See usage example [here](https://github.com/scrtlabs/SecretNetwork/blob/eedfac881/cosmwasm/contracts/v1/compute-tests/test-compute-contract/src/contract.rs#L245-L259).
18+
- Update IBC to v4.5.0
19+
20+
## Upgrade Instructions
21+
22+
See [docs.scrt.network](https://docs.scrt.network/secret-network-documentation/infrastructure/upgrade-instructions/v1.12) for upgrade instructions.

0 commit comments

Comments
 (0)