Skip to content

Releases: rollkit/rollkit

v0.13.3

08 May 22:14
45b1573
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.13.2

29 Apr 16:17
7c854db
Compare
Choose a tag to compare

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

08 Apr 12:49
39afa9f
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare