Skip to content

Releases: evstack/ev-node

v0.13.1

08 Apr 12:49
39afa9f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

19 Mar 02:21
553e399

Choose a tag to compare

Release Overview

Breaking Change

Rollkit now supports both gRPC and jsonRPC for talking to the DA layer via the go-da interface. To continue using the previous gRPC connection, update your url target to the following format: grpc://localhost:26650.

Previous:
--rollkit.da_address = localhost:26650
Updated:
--rollkit.da_address = grpc://localhost:26650

IBC & CometBFT RPC Equivalence

Rollkit is now IBC compatible and fully CometBFT RPC Equivalent. See IBC connection guide here.

DA Submission Improvements

Introduces Fee Autoscaling with the --rollkit.da_gas_multiplier flag. See docs.

Handles the following errors from the go-da interface:

  • timed out waiting for tx to be included in a block
  • incorrect account sequence
  • tx already in mempool
  • tx too big

See relevant issue comment here.

Pending Blocks Updates

Pending blocks are now persisted in the Store module, so no pending blocks are lost on a restart of the sequencer node. Related issue here.

Audit Updates

This version was independently audited by two audit teams, Informal Systems and Binary Builders. See updated README and issues tagged with labels:informal-audit-issue and bb-audit-issue.

Rollkit CLI

The rollkit cli tool was finally merged! 🚀
Install the cli tool with make install.
Quickly spin up a rollup with rollkit start.

We are looking to add a lot more functionality to the cli, so if you have ideas, please submit an issue!

What's Changed

Read more

v0.12.0-rc0

01 Mar 02:58
bec9ad0

Choose a tag to compare

v0.12.0-rc0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.11.19...v0.12.0-rc0

v0.11.19

12 Jan 18:36
c54bdf9

Choose a tag to compare

What's Changed

Full Changelog: v0.11.18...v0.11.19

Release v0.11.18

10 Jan 15:36
e3066cd

Choose a tag to compare

0.11.18 (2024-01-10)

What's Changed

Full Changelog: v0.11.17...v0.11.18

Release v0.11.17

09 Jan 15:56
08c6be8

Choose a tag to compare

0.11.17 (2024-01-09)

What's Changed

Full Changelog: v0.11.16...v0.11.17

Release v0.11.16

09 Jan 11:04
7abee7c

Choose a tag to compare

0.11.16 (2024-01-09)

Build Systems

  • deps: Bump golang.org/x/net from 0.19.0 to 0.20.0 (#1436) (7abee7c)

What's Changed

  • build(deps): Bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #1436

Full Changelog: v0.11.15...v0.11.16

Release v0.11.15

08 Jan 19:49
54b08bc

Choose a tag to compare

Release v0.11.14

08 Jan 17:22
2c6d081

Choose a tag to compare

0.11.14 (2024-01-08)

What's Changed

Full Changelog: v0.11.13...v0.11.14

Release v0.11.13

07 Jan 07:04
a2cbfc2

Choose a tag to compare

0.11.13 (2024-01-07)

What's Changed

Full Changelog: v0.11.12...v0.11.13