Skip to content

Releases: scrtlabs/SecretNetwork

v1.3.0

09 May 18:34
ab608e0
Compare
Choose a tag to compare

Shockwave Alpha

The v1.3.0 software upgrade is set for block 3,343,000, which is estimated to occur on Wednesday, 11 May 2022 at 1:00PM UTC. You can monitor the ETA at https://www.mintscan.io/secret/blocks/3343000.

Upgrade Instructions

https://docs.scrt.network/secret-network-documentation/post-mortems-upgrades/upgrade-instructions/shockwave-delta

Highlights

This upgrade adds the following features:

  • CosmWasm v1
  • Bump WASM gas costs
    • Base WASM invocation from 10k to 100k
    • WASM chain access 2k per access
  • Add support for EIP191 signatures (MetaMask compatible data)
  • Ledger support for Authz & Feegrant
  • Revert Chain of Secrets tombstone state and restore slashed funds to all delegators
  • Upgrade the ibc-go module to v3.3.0:

v1.4.0 changelog: CHANGELOG.md

v1.2.6 - Querying Nodes

27 Feb 16:06
58a2d6c
Compare
Choose a tag to compare

Update: v1.2.5 contained a very, very rare unknown bug that caused a consensus mismatch with 1.2.2. To address this we reverted the bump of the cosmos sdk versions and released 1.2.6. If you're using v1.2.5 please upgrade to this version, especially if you are using a validator

Architecture now split into query nodes and validator nodes. Query nodes contain optimizations that may not be entirely safe for validators and greatly improve querying performance. In addition, contracts are now served by two different enclaves: Query enclaves and execute enclaves. This will allow upgrading query enclave and improving performance without consensus-breaking changes. Lastly, rocksdb support is enabled. We are releasing binaries for each supported Database. Rocksdb is recommended for performance, but requires a resync of any nodes currently running goleveldb. Rocksdb currently only supported for Ubuntu 20.04. Using this release will require machines with at least 32GB of RAM (up from a minimum of 16).

This release focuses mostly on querying node only. We are providing validator binaries for benchmarking and testing purposes only. Use at your own risk.

Version notation: secretnetwork_[version][query/validator][database type]_[cpu arch]

See changelog for more details

v1.2.2

23 Nov 09:25
Compare
Choose a tag to compare
  • Fixed issue where queries would try to access the Enclave in parallel from multiple threads, causing SGX_ERROR_OUT_OF_TCS to be returned to users when a node was under sufficient load. Queries now access the enclave one-at-a-time again.

secretcli v1.2.1

17 Nov 11:01
0340397
Compare
Choose a tag to compare
  • Migrated the secretcli tx sign-doc command from v1. See this for more info.

v1.2.0

09 Nov 09:58
a06d34a
Compare
Choose a tag to compare

General

Version 1.2.0 - Supernova upgrade

You can find the docs here

Network Information

Explorer: secret nodes

chain-id: secret-4

Bootstrap nodes:

Docker Image Name:

  • enigmampc/secret-network-node:v1.2.0-mainnet

Registration service (for docker image or auto registration):

  • http://register.mainnet.enigma.co:26667

v1.2.0-beta2

21 Oct 15:44
2ce8c05
Compare
Choose a tag to compare
v1.2.0-beta2 Pre-release
Pre-release

You can connect to supernova-2 at this node - [email protected]:26656

Version 1.2.0-beta2 has been released - Supernova upgrade testnet v2!

Highlights

  • Everything mentioned in v1.2.0-beta1
  • Many bugfixes and some performance improvements

See the full change log here

Connecting to the network

Explorer: https://secretnodes.com/secret/chains/supernova-2

Faucet: https://faucet.supernova.enigma.co
chain-id: supernova-2

Bootstrap nodes:

REST port: 1317
RPC port: 26657

Docker Image Name: TBD

Registration service (for docker image or auto registration):

  • register.supernova.enigma.co:36667

Mainnet secret-3 v1.0.6

05 Oct 17:16
5f32839
Compare
Choose a tag to compare
  • Added the secretcli tx sign-doc command. See this for more info
  • Fixed compilation of secretd (v1.0.5 couldn't init-enclave)

Mainnet secret-3 v1.0.5

14 Sep 15:06
594160b
Compare
Choose a tag to compare

Instructions for upgrading a secret-2 node to a secret-3 node: link.
How to run a full node: link.

v1.2.0-beta1

15 Aug 10:41
Compare
Choose a tag to compare
v1.2.0-beta1 Pre-release
Pre-release

Version 1.2.0-beta1 has been released - Supernova upgrade testnet v1!

Highlights

  • Upgraded to Cosmos SDK 0.43. Full changelog can be found here

  • Gas prices are lower - as a result of performance upgrades and optimizations, gas amounts required will be much lower. We will be monitoring these metrics during the testnet period, so the numbers may not be final

  • GRPC for cosmos-sdk modules in addition to legacy REST API. See API here

  • New modules:

    • Fee Grant - allows an address to give an allowance to another address
    • Upgrade - Allows triggering of network-wide software upgrades, which significantly reduces the amount of coordination effort hard-forks require
  • Auto Registration - The new node registering process is now automated via a new command secretd auto-register

See the full change log here

Connecting to the network

Explorer: https://secretnodes.com/secret/chains/supernova-1

Faucet: https://faucet.supernova.enigma.co
chain-id: supernova-1

Bootstrap nodes:

Docker Image Name:

  • enigmampc/secret-network-node:v1.2.0-beta1-2-gbe1ca55e-testnet

Registration service (for docker image or auto registration):

  • register.supernova.enigma.co:36667

Docs

https://github.com/enigmampc/SecretNetwork/tree/stargate/docs/testnet/supernova-1

Mainnet secret-2 v1.0.4 (Ferenginar)

16 Dec 15:42
786d3c4
Compare
Choose a tag to compare
  • Instructions for upgrading a full secret-2 node from v1.0.0 to v1.0.4: link.
  • Instructions for upgrading a full secret-2 docker-based node from v1.0.0 to v1.0.4: link.
  • How to run a full node: link.
  • See proposal 25 on secret-2 [1][2] for more details.