github evmos/evmos v0.1.3

latest releases: v18.0.0, v17.0.1, v17.0.0...
2 years ago

v0.1.3 - 2021-10-24

Release Notes

This release introduces bug fixes and improvements on the Cosmos SDK v0.44 series and bumps Ethermint version to v0.7.2.

The main performance improvement concerns gRPC queries, which are now able to run concurrently on the node (cosmos/cosmos-sdk#10045). To benefit from this performance boost, make sure to send your gRPC queries to the gRPC server directly (default port 9090) instead of using the Tendermint RPC abci_query endpoint (default port 26657).

This release notably also:

  • bumps Ethermint to v0.7.2, which contains security audit fixes
  • bumps Tendermint to v0.34.14.

Changelog

Improvements

  • (deps) #64 Bump Ethermint version to v0.7.2

Bug Fixes

  • (cmd) #41 Fix debug command.

Full Diff: v0.1.2...v0.1.3

Don't miss a new evmos release

NewReleases is sending notifications on new releases.