Releases: base/node-reth
v0.2.2
This release is an optional release for node operators on all networks.
What's Changed
- chore: update reth to v1.9.3 by @danyalprout in #204
Full Changelog: v0.2.1...v0.2.2
v0.2.1
This release is highly recommended for node operators for both Base Sepolia and Base Mainnet. Includes significant performance improvements to Flashblocks processing to help stay the node caught up to tip.
What's Changed
- feat: rustfmt config update by @steph-rs in #188
- chore: update tips by @danyalprout in #195
- fix: eth_getBlockByNumber should return Latest if Pending is None by @Parizval in #194
- chore: add stale issue/pr action by @danyalprout in #200
- feat: perf improvements for
build_pending_stateby @haardikk21 in #184 - chore: bump version to 0.2.1 by @haardikk21 in #202
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
This release is required for operators running Base Sepolia nodes to support the upcoming Jovian hardfork at timestamp 1763568001 - Wed 19 Nov 2025 16:00:01 UTC
Mainnet hardfork will happen on Dec 2. This release is recommended for mainnet operators too but is not yet mandatory.
What's Changed
- chore: update tips-core types in metering crate by @wlawt in #179
- chore: bump to reth 1.9.1 by @haardikk21 in #182
- chore: Bump to reth 1.9.2 by @haardikk21 in #191
- chore: 0.2.0 release for Jovian by @haardikk21 in #193
Full Changelog: v0.1.16...v0.2.0
v0.1.16
Overview
Recommended release to be Jovian Hardfork ready. Jovian introduces configurable minimum base fees and data availability footprint management for improved tx economics. This release primarily focuses on build infrastructure
improvements, including Docker optimizations. Reth bumped to v1.9.0
What's Changed
- chore: setup docker images by @danyalprout in #167
- fix: branch name by @danyalprout in #169
- fix: multi-arch / long commit tag / remove duplicate ref by @danyalprout in #170
- fix: attempt to fix multi-arch builds by @danyalprout in #171
- chore: move away from QEMU due to build times by @danyalprout in #172
- fix: build push action sha by @meyer9 in #173
- chore: combine jobs / add merge logic by @danyalprout in #174
- fix: docker release job by @danyalprout in #176
- chore: Bump reth to v1.9.0 - release v0.1.16 by @tobidae-cb in #177
New Contributors
- @meyer9 made their first contribution in #173
- @tobidae-cb made their first contribution in #177
Full Changelog: v0.1.15...v0.1.16
v0.1.15
Overview
Recommended release for Reth Flashblock node operators. Includes significant performance improvements and some further bug fixes related to computing the Flashblock pending state.
What's Changed
- fix: merge state diffs when overriding accounts, improve eth_call tests by @haardikk21 in #153
- perf: optimize flashblock processing for merging state diffs by @haardikk21 in #155
- feat: v0.1.15 release bump by @haardikk21 in #158
Full Changelog: v0.1.14...v0.1.15
v0.1.14
Overview
Urgent hotfix release to fix eth_call with pending tag returning incorrect values for Flashblocks nodes.
What's Changed
- Add base_meterBundle RPC for transaction bundle metering by @niran in #142
- fix: state override should be on state_diff, not state by @haardikk21 in #150
New Contributors
Full Changelog: v0.1.13...v0.1.14
v0.1.13
Overview
Highly recommended release for Reth node operators with Flashblocks enabled to help stabilize flashblock processing and significantly reduce execution errors
What's Changed
- chore: increase logging for debugging by @haardikk21 in #145
- chore: improve logging to be less noisy and add relevant additional info where necessary, remove nested db by @haardikk21 in #146
- release: v0.1.13 by @haardikk21 in #149
Full Changelog: v0.1.12...v0.1.13
v0.1.12
This is a recommended release for Reth node operators as it includes a bug fix for eth_getLogs when utilizing Flashblocks' pending state.
What's Changed
- chore: bump version to 0.1.12 by @haardikk21 in #141
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- chore: publish flashblock state post processing by @danyalprout in #127
- bump dockerfile rust base image to 1.88 by @yashvardhan-kukreja in #128
- chore: add github action to build docker image on PRs and merges to master by @danyalprout in #129
- feat: override default version metadata for reth by @haardikk21 in #125
- chore: setup a node-reth release job by @danyalprout in #133
- [StepSecurity] Apply security best practices by @stepsecurity-app[bot] in #135
- docs(README): reference Cargo.toml version by @thinhnc1975 in #136
- chore: release optimizations by @AnDr1k in #137
- Revert "Update Cargo.toml (#137)" by @danyalprout in #139
- fix: handle mixed range getLogs query with dedups by @haardikk21 in #140
New Contributors
- @yashvardhan-kukreja made their first contribution in #128
- @AnDr1k made their first contribution in #137
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- chore: minor logging changes by @haardikk21 in #116
- fix: add back
tracing::warnimport to fix build by @haardikk21 in #121 - transaction-tracing: fix EventLog limit to enable overflow path by @VolodymyrBg in #120
- Reth 1.8.2 for Sepolia Fusaka by @cody-wang-cb in #124
New Contributors
- @VolodymyrBg made their first contribution in #120
Full Changelog: v0.1.9...v0.1.10