Skip to content

v0.14.0

Pre-release
Pre-release

Choose a tag to compare

@gupadhyaya gupadhyaya released this 04 Nov 11:48
· 419 commits to main since this release
ca746d0

What's Changed

  • build(deps): Bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in #1796
  • build(deps): Bump github.com/cosmos/gogoproto from 1.5.0 to 1.6.0 by @dependabot in #1795
  • fix(ci): update .goreleaser.yaml by @tuxcanfly in #1801
  • fix(manager): refactor lazy mode flags by @tuxcanfly in #1800
  • build(deps): Bump github.com/libp2p/go-libp2p-pubsub from 0.11.0 to 0.12.0 by @dependabot in #1805
  • build(deps): Bump github.com/cosmos/gogoproto from 1.6.0 to 1.7.0 by @dependabot in #1807
  • build(deps): Bump github.com/libp2p/go-libp2p-kad-dht from 0.25.2 to 0.26.1 by @dependabot in #1816
  • build(deps): Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.11 by @dependabot in #1806
  • build(deps): Bump github.com/rs/cors from 1.11.0 to 1.11.1 by @dependabot in #1825
  • build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in #1824
  • feat: use BoolVar for rollkit.aggregator flag by @yarikbratashchuk in #1815
  • chore(manager): pending blocks err by @tuxcanfly in #1827
  • docs: add DA included height to RPC doc by @Manav-Aggarwal in #1830
  • feat: header/data and sequencer/block-builder separation by @gupadhyaya in #1789
  • build(deps): Bump google.golang.org/grpc from 1.66.0 to 1.66.2 by @dependabot in #1841
  • build(deps): Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 by @dependabot in #1814
  • chore: bump go-da to v0.5.2 by @yarikbratashchuk in #1829
  • fix: adjust sleep duration tolerance in tests by @tzdybal in #1844
  • build(deps): Bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #1836
  • feat(ci): add auto issue assignment by @MSevey in #1846
  • build(deps): Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 by @dependabot in #1847
  • chore: update dependabot to daily and group patch updates by @MSevey in #1848
  • docs: Fix full node markdown lint by @Manav-Aggarwal in #1858
  • refactor: stabilize node startup in integration tests by @tzdybal in #1850
  • chore(deps): update go-da to v0.6.1 by @tzdybal in #1852
  • build(deps): Bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in #1855
  • chore(manager): extract some errors as variables by @Eoous in #1793
  • build(deps): Bump the patch-updates group with 3 updates by @dependabot in #1854
  • build(deps): Bump github.com/rollkit/go-da from 0.6.1 to 0.7.0 by @dependabot in #1861
  • build(deps): Bump github.com/rollkit/go-sequencing from 0.0.0-20240903052704-f7979984096b to 0.1.0 by @dependabot in #1862
  • test: fix test Lazy aggregator, fast da sync, two rollups same namespace by @gupadhyaya in #1859
  • build(deps): Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the patch-updates group by @dependabot in #1867
  • build(deps): Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #1866
  • chore(ci): split rollkit org deps out to reduce spam by @MSevey in #1868
  • build(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 in the patch-updates group by @dependabot in #1870
  • build(deps): Bump github.com/libp2p/go-libp2p-kad-dht from 0.26.1 to 0.27.0 by @dependabot in #1874
  • test: remove outdated DA mock and update references by @tzdybal in #1878
  • build(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #1879
  • fix: use batchtime from sequencer for header time, upgrade to latest go-da and go-sequencing by @gupadhyaya in #1871
  • fix(rpc/json): avoid strict checks on jsonrpc code by @tuxcanfly in #1880
  • feat: start mockda server only if it's not running already by @yarikbratashchuk in #1882
  • chore: change error to debug when no batch to process by @gupadhyaya in #1893

Full Changelog: v0.13.7...v0.14.0

Caution This release is breaking release which won't be compatible with previous rollkit rollup state. Needs fresh state for this release to work.