Releases: scrtlabs/SecretNetwork
v1.2.0-beta2
You can connect to supernova-2
at this node - 9cdaa5856e0245ecd73bd464308fb990fbc53b57@52.151.193.153: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:
- ab6394e953e0b570bb1deeb5a8b387aa0dc6188a@bootstrap.supernova.enigma.co:26656
- 9cdaa5856e0245ecd73bd464308fb990fbc53b57@node2.supernova.enigma.co:26656
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
- 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
v1.2.0-beta1
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:
-
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:
- 115aa0a629f5d70dd1d464bc7e42799e00f4edae@bootstrap.supernova.enigma.co:26656
- ab6394e953e0b570bb1deeb5a8b387aa0dc6188a@node1.supernova.enigma.co:26656
- f3cbc914ec36e3b6a8274d8af349d4633a18d77e@node2.supernova.enigma.co:26656
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)
secretcli v1.0.3
Test
secretcli v1.0.2
- #567: Fix
--code-hash
insecretcli tx compute --generate-only
secretcli v1.0.1
- #550: Fix tx output decoding in
secretcli q compute tx [hash]
.