Skip to content

Releases: evstack/ev-node

v0.3.2

14 Jun 08:08
dc1b489

Choose a tag to compare

This bugfix release further improves error handling stability of Optimint.

What's Changed

  • feat: improved block submission error handling by @tzdybal in #427
  • build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #431
  • build(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.6.1 to 0.7.0 by @dependabot in #430
  • build(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.15.0 to 0.16.0 by @dependabot in #429
  • build(deps): bump nosborn/github-action-markdown-cli from 3.0.1 to 3.1.0 by @dependabot in #433
  • feat: serialize state with protobuf by @tzdybal in #424
  • Improve WebSockets error handling by @tzdybal in #434

Full Changelog: v0.3.1...v0.3.2

v0.3.1

01 Jun 11:38

Choose a tag to compare

This small release focuses on improving error handling, which is needed to submit blocks to Celestia with confidence.

What's Changed

  • Replace libs/cnrc with go-cnc v0.1.0 by @tzdybal in #414
  • build(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 by @dependabot in #417
  • fix: handle application level errors in celestia-node API by @tzdybal in #422

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 May 15:14
0848bfe

Choose a tag to compare

This release is compatible with celestia-node RPC, and can be used on Mamaki testnet!

What's Changed

  • Deterministic protobuf builds with bufbuild by @tzdybal in #367
  • fix: add missing configuration options by @tzdybal in #366
  • build(deps): bump github.com/spf13/viper from 1.10.1 to 1.11.0 by @dependabot in #374
  • Add Dockerfile to build da mock server by @jbowen93 in #370
  • fix: keep track of DA height of latest applied block by @tzdybal in #377
  • Update Github Actions to build/test Ethermint instead of Evmos images by @jbowen93 in #369
  • deps: update libp2p by @tzdybal in #382
  • build(deps): bump docker/metadata-action from 3 to 4 by @dependabot in #391
  • build(deps): bump docker/build-push-action from 2 to 3 by @dependabot in #395
  • build(deps): bump docker/setup-qemu-action from 1 to 2 by @dependabot in #394
  • build(deps): bump docker/setup-buildx-action from 1 to 2 by @dependabot in #393
  • build(deps): bump docker/login-action from 1 to 2 by @dependabot in #392
  • build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 by @dependabot in #400
  • Add Code of Conduct link to Readme by @jbowen93 in #403
  • ci: disable mockserv docker build on PRs from forks by @tzdybal in #405
  • ci: rename docker build jobs, so they can be not required by @tzdybal in #410
  • feat: retry DA submission by @tzdybal in #397
  • ci: fix invalid job name in docker-build-test-ethermint.yml by @tzdybal in #412
  • build(deps): bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 by @dependabot in #406
  • feat: Celestia DA Layer Client implementation by @tzdybal in #399

Full Changelog: v0.2.0...v0.3.0

v0.2.0

11 Apr 14:46

Choose a tag to compare

This release breaks API compatibility, because of addition of separate signing key (#309).
Another big change is new DALC API (#341).

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.2

15 Mar 18:54
73d56f8

Choose a tag to compare

Special cherry-pick release to resolve #323.

IMPROVEMENTS

  • Add ProposerAddress as ValidatorInfo.Adress in Status rpc (#319) @jbowen93

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