v1.2.6 - Querying Nodes
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