Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Releases: e-money/em-ledger

Dragonberry patch

Choose a tag to compare

@haasted haasted released this 14 Oct 14:29

This release contains fix for the Dragonberry security advisory.

All validators are encouraged to update as quickly as possible.

v1.1.5-rc2

v1.1.5-rc2 Pre-release
Pre-release

Choose a tag to compare

@haasted haasted released this 30 Sep 10:39
36003fd

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

Choose a tag to compare

@haasted haasted released this 11 Nov 13:50
ca2044c

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

Choose a tag to compare

@haasted haasted released this 01 Oct 11:45

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

Choose a tag to compare

@haasted haasted released this 22 Sep 11:28
a231d49

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

Choose a tag to compare

@haasted haasted released this 17 Sep 10:45

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

Pre-release

Choose a tag to compare

@haasted haasted released this 09 Sep 09:32
36b750a

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

Choose a tag to compare

@haasted haasted released this 11 Jun 13:29
77d7b43

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

Choose a tag to compare

@mdyring mdyring released this 12 Dec 13:42
12b0302

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

Choose a tag to compare

@mdyring mdyring released this 04 Nov 19:57

This hotfix addresses a serialisation issue within the market module:

% emcli query market account <address> --trust-node                                                                                                  
ERROR: internal