Skip to content

Releases: evstack/ev-node

v0.13.3

Choose a tag to compare

@gupadhyaya gupadhyaya released this 08 May 22:14
45b1573

What's Changed

  • chore: fix some typos in comments by @overallteach in #1633
  • build(deps): Bump github.com/rs/cors from 1.10.1 to 1.11.0 by @dependabot in #1651
  • build(deps): Bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 by @dependabot in #1653
  • build(deps): Bump github.com/cometbft/cometbft from 0.38.5 to 0.38.7 by @dependabot in #1652
  • docs: update invalid link by @hoanguyenkh in #1650
  • feat(ci): add running the cli on all supported os by @MSevey in #1654
  • build(deps): Bump codecov/codecov-action from 4.3.0 to 4.3.1 by @dependabot in #1655
  • test: accept testing.T instead of assert.Assertion by @tropicaldog in #1656
  • build(deps): Bump github.com/libp2p/go-libp2p-pubsub from 0.10.0 to 0.10.1 by @dependabot in #1661
  • build(deps): Bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #1659
  • build(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in #1660
  • build(deps): Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 by @dependabot in #1662
  • build(deps): Bump github.com/celestiaorg/go-header from 0.5.5 to 0.6.1 by @dependabot in #1645
  • feat: add vote extension support by @tzdybal in #1641
  • docs: Update dependency graph by @nashqueue in #1635

New Contributors

Full Changelog: v0.13.2...v0.13.3

v0.13.2

Choose a tag to compare

@gupadhyaya gupadhyaya released this 29 Apr 16:17
7c854db

What's Changed

  • build(deps): Bump codecov/codecov-action from 4.1.1 to 4.2.0 by @dependabot in #1618
  • chore(ci): remove unused ci by @MSevey in #1623
  • chore(ci): create repo specific PR template by @MSevey in #1622
  • build(deps): Bump google.golang.org/grpc from 1.62.1 to 1.63.0 by @dependabot in #1626
  • build(deps): Bump peaceiris/actions-mdbook from 1 to 2 by @dependabot in #1627
  • build(deps): Bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #1628
  • feat(ci): add workflow for enforcing sementic pr titles by @MSevey in #1621
  • build(deps): Bump codecov/codecov-action from 4.2.0 to 4.3.0 by @dependabot in #1629
  • build(deps): Bump github.com/multiformats/go-multiaddr from 0.12.2 to 0.12.3 by @dependabot in #1616
  • fix(block): return errors in publishBlock where previously nil was returned by @MSevey in #1637
  • chore: switch if statement to be positive case in aggregator loop by @MSevey in #1636
  • feat(block): add lazy block time as additional block production trigger in lazy aggregator mode by @MSevey in #1643
  • build(deps): Bump google.golang.org/grpc from 1.63.0 to 1.63.2 by @dependabot in #1631
  • chore: clean up our README to be less Celestia centric. by @MSevey in #1639
  • build(deps): Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by @dependabot in #1647
  • chore: fix function names in comment by @studystill in #1640
  • build: update x/net, libp2p and quic by @tzdybal in #1646

New Contributors

Full Changelog: v0.13.1...v0.13.2

v0.13.1

Choose a tag to compare

@gupadhyaya gupadhyaya released this 08 Apr 12:49
39afa9f

What's Changed

New Contributors

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

v0.13.0

Choose a tag to compare

@gupadhyaya gupadhyaya released this 19 Mar 02:21
553e399

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

v0.12.0-rc0 Pre-release
Pre-release

Choose a tag to compare

@gupadhyaya gupadhyaya released this 01 Mar 02:58
bec9ad0

What's Changed

New Contributors

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

v0.11.19

Choose a tag to compare

@gupadhyaya gupadhyaya released this 12 Jan 18:36
c54bdf9

What's Changed

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

Release v0.11.18

Choose a tag to compare

@github-actions github-actions released this 10 Jan 15:36
e3066cd

0.11.18 (2024-01-10)

What's Changed

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

Release v0.11.17

Choose a tag to compare

@github-actions github-actions released this 09 Jan 15:56
08c6be8

0.11.17 (2024-01-09)

What's Changed

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

Release v0.11.16

Choose a tag to compare

@github-actions github-actions released this 09 Jan 11:04
7abee7c

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

Choose a tag to compare

@github-actions github-actions released this 08 Jan 19:49
54b08bc