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…
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 :…
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 :…
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…
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…
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…
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:…
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:…