v1.0.6
is a non-breaking release that backports many json-rpc bug fixes in ethermint.
Static Link
This release also introduce a way to build statically linked rocksdb binary for linux platform using nix:
$ nix build github:crypto-org-chain/cronos/v1.0.6#legacyPackages.aarch64-linux.pkgsStatic.cronos-matrix.cronosd
- For x86-64 platform, replace
aarch64-linux
withx86_64-linux
. - For testnet binary, replace the last part to
cronosd-testnet
.