Skip to content

Releases: evstack/ev-node

v0.9.0

06 Jul 20:16
db5390c

Choose a tag to compare

What's Changed

  • README: add section with clearer compatibility and development steps by @MSevey in #1011
  • feat: add adr-009 for state fraud proofs by @Manav-Aggarwal in #570
  • adding a table to README showing rollkit compatibility by @gupadhyaya in #1012
  • build(deps): bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by @dependabot in #1016
  • build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 by @dependabot in #1008
  • build(deps): bump golang.org/x/net from 0.10.0 to 0.11.0 by @dependabot in #1015
  • build(deps): bump alpine from 3.18.0 to 3.18.2 in /docker by @dependabot in #1023
  • Replace waitgroups with retries in Integration Test by @S1nus in #992
  • Implement header interface for block and add block exchange service by @Manav-Aggarwal in #1014
  • build(deps): bump github.com/celestiaorg/go-fraud from 0.1.0 to 0.1.1 by @dependabot in #1039
  • build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in #1038
  • Refactor header exchange to accommodate block exchange service by @Manav-Aggarwal in #1028
  • move proxyApp.VerifyFraudProofSync to ProofService by @gupadhyaya in #1000
  • Added signed header verification by @Manav-Aggarwal in #1026
  • build(deps): bump github.com/multiformats/go-multiaddr from 0.9.0 to 0.10.0 by @dependabot in #1051
  • da: replace go-cnc with celestia-openrpc by @tuxcanfly in #986

Full Changelog: v0.8.1...v0.9.0

Compatibility

This version of the rollkit has been tested using local-celestia-devnet with arabica devnet (oolong) settings

v0.8.2-rc0

13 Jun 20:23
2feb378

Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2-rc0

Compatibility:

  • local-celestia-devnet: v0.11.0-rc2
  • celestia-app:v1.0.0-rc0 and
  • celestia-node:v0.11.0-rc2

v0.8.1

12 Jun 22:14
c695de5

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

This release is tested for compatibility with celestia-node v0.10.4 and celestia-app v0.13.3

Release v0.8.0

24 May 15:40
35d9071

Choose a tag to compare

0.8.0 (2023-05-24)

Features

Bug Fixes

  • build proto before linting (4db6a34)
  • Disable CI/CD linter check with rand library, fix server overlap, and data race issue (#916) (d7f6772), closes #911 #919 #910
  • variable for sub workflow (c785a01)

Build Systems

Read more

v0.7.4

10 Apr 16:42
a473a04

Choose a tag to compare

What's Changed

  • build(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0 by @dependabot in #840
  • build(deps): bump github.com/celestiaorg/go-header from 0.2.1 to 0.2.3 by @dependabot in #838
  • build(deps): bump github.com/multiformats/go-multiaddr from 0.8.0 to 0.9.0 by @dependabot in #839
  • build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #841
  • feat: refactor CI/CD by @smuu in #837
  • build(deps): bump celestiaorg/.github from 0.1.0 to 0.1.1 by @dependabot in #842
  • Update readme and add tendermint types.pb.go to gitignore by @nashqueue in #769
  • Use proxyApp instead of abciclient.Client in node clients by @Ferret-san in #779

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

03 Apr 15:14
d08da33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

27 Mar 15:55
2efe202

Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

24 Mar 11:07
c6d3972

Choose a tag to compare

Notice:

March 27th, 2023: The golang proxy is caching the wrong version of this release. We recommend using 0.7.2

What's Changed

  • adds soft confirmations to dependency graph by @S1nus in #774
  • update rollkit to use go-cnc v0.3.0 by @gupadhyaya in #794
  • fix(p2p): fix race condition caused by startTestNetwork by @Wondertan in #801
  • deps: update libp2p by @Wondertan in #799
  • add signatures and keys to signed header along with signature verification in validate method by @gupadhyaya in #788
  • Bug fix: lazy aggregator by @S1nus in #803

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

20 Mar 21:09
76ec9c3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

25 Jan 13:13
a1643e1

Choose a tag to compare

First release of Rollkit after re-branding from rollmint. This release introduces a lot of changes and improvements to storage and fraud proofs.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0