Releases: e-money/em-ledger
Dragonberry patch
This release contains fix for the Dragonberry security advisory.
All validators are encouraged to update as quickly as possible.
v1.1.5-rc2
Release notes
- Minor upgrade to optimize calculation of circulating supply. Vesting tokens are no longer subtracted from circulating supply.
This is an optional upgrade for existing validators.
v1.1.4 Release Notes
Release notes
- Publish pre-built binaries in release to simplify validator operations
- Added query for validator missed blocks
- Adopt the
build-reproducible
makefile target from Gaia - Fixed an issue with display of circulating supply
This is an optional upgrade for existing validators.
App: emd
Version: v1.1.4
Commit: ca2044c8e7265f3b1bfdc880ad14ef874aa7ff5c
Files:
0be05de804acc767eb361a77d5371b5e emd-v1.1.4-darwin-amd64
6d03529e59dc320f40e5aaea6eb6a138 emd-v1.1.4-linux-amd64
326f80208d660043f0d849730583c979 emd-v1.1.4-linux-arm64
13d88a33fb000aa183b20249b0185966 emd-v1.1.4.tar.gz
Checksums-Sha256:
43a30ab59c6569e675b49240bcb8df81ad54a91c581b822c576f2cac3a979fc1 emd-v1.1.4-darwin-amd64
3273e4eb88be256e51f75a449515835c460201bad7de98603f75231e29fb7ce2 emd-v1.1.4-linux-amd64
52a7ab1983691ae1492088d6c050ee9b00c61adba1ab5c40de17f281764e66f1 emd-v1.1.4-linux-arm64
0ac1d67d7a9000ee2c937d03dd8a4a6f614ecf4c7d2ee46077a573ac90872497 emd-v1.1.4.tar.gz
em-ledger v1.1.3 Release Notes
This release updates the Cosmos SDK dependency to v0.42.10 with backported improvements to ensure stability with Tendermint v0.34.13.
The update provides performance enhancements to the IAVL stores. Upgrading is recommended, but not required.
Release v1.1.2
This release upgrades the Tendermint engine to v0.34.13, which brings a number of performance improvements, notably to IBC.
The changelog listing these changes is here: https://github.com/tendermint/tendermint/blob/v0.34.13/CHANGELOG.md
This release is not mandatory for validators, and can be upgraded to at their own convenience.
Release v1.1.0
This release is expected to be the one that will run the emoney-3
mainnet.
Notable changes for the emoney-3 mainnet are:
- IBC support
- 100 validator slots
- Relaxed offline window for jailing to 24 hours (previously 1 hour).
- Cosmos SDK v0.42.9 and Tendermint v0.34.11
Minor additional features
Release v1.0.0-RC14 adds
- Support for the
emd config
command - A new query endpoint for the buyback module
The updates are not consensus-breaking and updating to this version is not obligatory.
Go 1.16 compatibility
Go 1.16 introduced some changes that made it impossible to run an emd node compiled with it. Starting the node would result in the error message panic: crypto/hmac: hash generation function does not produce unique values
.
Recent releases of the Cosmos-SDK included a fix for this issue. This release upgrades its dependencies to include that fix for the e-Money nodes.
Nodes that are already up and running do not need to upgrade to this release.
Improved market instruments query
This is a minor update to v0.9.2 that introduces improved queries to market/instruments endpoint.
It is not a mandatory upgrade for validators and does not break consensus.
Hotfix for account-specific market queries
This hotfix addresses a serialisation issue within the market module:
% emcli query market account <address> --trust-node
ERROR: internal