RSSAmplifier

Blog

Release notes from SecretNetwork

github.comRSS feed ↗10 posts

Latest posts

v1.25.0

What's Changed The following key functionality was added: Node operators now can replace their MachineIDs by running a dedicated transaction (docs here ) Support for Non-SGX Nodes. It is now possible to run Secret Network nodes non non-SGX hardware. Such nodes will require pairing to an existing SGX node. This functionality is still in Beta stage. Docs here . Updated emergency validator list…

v1.24.1

What's Changed Blocking EOL machines (Intel Xeon E-22xxx and other EOL machines will not be allowed to join the network). Full list of blocked EOL FMSPCs available here: https://github.com/scrtlabs/SecretNetwork/blob/master/cosmwasm/enclaves/execute/src/registration/attestation.rs#L283 Enable Cron Multiple machines can be added via Governance proposal Removed MRSIGNER requirement Full Changelog :…

v1.24.0

What's Changed Blocking EOL machines (Intel Xeon E-22xxx and other EOL machines will not be allowed to join the network). Full list of blocked EOL FMSPCs available here: https://github.com/scrtlabs/SecretNetwork/blob/master/cosmwasm/enclaves/execute/src/registration/attestation.rs#L283 Enable Cron Multiple machines can be added via Governance proposal Removed MRSIGNER requirement Full Changelog :…

v1.23.3

Emergency release, contains a hotfix for CometBFT vulnerability Upgrade instructions (mainnet) # 1. Download the node package wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.23.3/secretnetwork_1.23.3_mainnet_goleveldb_amd64_ubuntu-22.04.deb # 2. install the node sudo apt install -y ./secretnetwork_1.23.3_mainnet_goleveldb_amd64_ubuntu-22.04.deb # 3. run it sudo systemctl start…

v1.23.2

What's Changed New nodes can be added via Governance Any Azure nodes are accepted to the network without limitations Implemented WasmD patch CWA-2025-007 Implemented CosmosSDK patch ASA-2025-003 Added notification about unsupported hardware, including EOL machines Full Changelog : v1.21.7...v1.23.2 Upgrade instructions (mainnet) 1. Download check-hw tool, extract and run the upgrade script wget…

v1.23.1

No content.

v1.23.0

What's Changed New nodes can be added via Governance Any Azure nodes are accepted to the network without limitations Implemented WasmD patch CWA-2025-007 Implemented CosmosSDK patch ASA-2025-003 Added notification about unsupported hardware, including EOL machines Full Changelog : v1.21.7...v1.23.0 Upgrade instructions (testnet) 1. Download check-hw tool, extract and run the upgrade script wget…

v1.22

Upgrade instructions 1. Download check-hw tool, extract and run the upgrade script wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.22/check_hw_1.22_ubuntu-22.04.tar.gz tar -xzvf check_hw_1.22_ubuntu-22.04.tar.gz cd check-hw ./upgrade_script_1.22_mainnet.sh cd .. Note: the script would resolve the SGX secret storage path, and ask you to confirm it. The standard path is…

v1.21.7

What's Changed Fix IBC issue: Setting the implicit_hash block header field to null to exclude it from block header hash calculation Full Changelog : v1.21.6...v1.21.7 Upgrade instructions Mainnet: https://github.com/SecretFoundation/docs/blob/gitbook/infrastructure/resources/upgrade-instructions/v1.21.7-mainnet.md Testnet:…

v1.21.6

What's Changed Governance-based contract migration flow by @cboh4 in #1723 Cron module by @cboh4 in #1710 Seed rotation by @valdok in #1725 Fix ibc hooks for ics contract by @cboh4 in #1721 Add new contracts to the hardcoded admins list by @cboh4 in #1724 Upgrade instructions: Testnet:…