Skip to content

Releases: evstack/ev-node

v0.1.1

08 Mar 14:21
18be2cd

Choose a tag to compare

Minor bugfix release, to ensure that Optimint uses the same version of gRPC as Cosmos SDK.

BUG FIXES

  • Use google.golang.org/grpc v1.33.2 to be compatible with cosmos-sdk (#315) @jbowen93
  • Make TestValidatorSetHandling even more stable (#314) @tzdybal

v0.1.0

07 Mar 22:45
4f0fd20

Choose a tag to compare

This is the first Optimint release.
Optimint supports all ABCI methods and all Tendermint RPCs.

FEATURES

IMPROVEMENTS

BUG FIXES

  • fix: make TestValidatorSetHandling stable (#313) @tzdybal
  • Fix linter on main (#308) @tzdybal
  • Fix multiple bugs for Ethermint (#305) @tzdybal
  • fix: map LastBlockID.Hash to LastHeaderHash in conversion (#303) @tzdybal
  • fix: do save ABCI responses for blocks ...
Read more