Skip to content

Releases: erigontech/erigon

v2.59.0 Post-Dencun Fixes

20 Mar 14:03
0f0a445
Compare
Choose a tag to compare

Attention Caplin Users

  1. Upgrade your erigon node, let it run for about a minute, then stop it.
  2. Reset the headers & snapshots stages:
rm -rf <datadir>/caplin <datadir>/snapshots <datadir>/downloader
make integration
./build/bin/integration stage_headers --reset --datadir=<datadir>
./build/bin/integration stage_snapshots --reset --datadir=<datadir> 
  1. Start your erigon node.

More Aggressive Log/Receipt Pruning

PR #9123 introduces more aggressive pruning of logs & receipts (for nodes with r in their pruning flag, e.g. --prune=hrtc), resulting in a 2x smaller disk footprint.
This feature is only enabled for new nodes. To enable it for an existing node, you have to re-sync it from scratch.

Optional reduce IO for getTxnByHash operation

Transaction lookup by hash did touch too much places in snapshots. It caused high IO and PageCache evictions.
If you have much RPC requests - it will greatly help for this use-case.
To get it: rm datdir/snapshots/*.idx and restart erigon.
By #9506

Release Highlights

New Contributors

Full Changelog: v2.58.2...v2.59.0

v2.58.2 Napoli

11 Mar 11:25
125509e
Compare
Choose a tag to compare

Polygon mainnet users: You must upgrade to this release or later before the Napoli hard fork (March 20th, 2024)

What's Changed

  • Finalize cancun/napoli HF block number for polygon mainnet by @manav2401 in #9674

Full Changelog: v2.58.1...v2.58.2

v2.58.1

22 Feb 12:36
f12e451
Compare
Choose a tag to compare

This patch release fixes syncing mainnet from scratch and also Issue #9472.

What's Changed

Full Changelog: v2.58.0...v2.58.1

v2.58.0 Dencun

16 Feb 14:40
9731f71
Compare
Choose a tag to compare

You must upgrade to this release or later before Dencun on Gnosis Chain (11 Mar) and Ethereum mainnet (13 Mar).

Release Highlights

New Contributors

Full Changelog: v2.57.3...v2.58.0

v2.57.3 Napoli on Mumbai

30 Jan 10:21
705814b
Compare
Choose a tag to compare

This release schedules the Napoli hard fork on the Mumbai test net at block 45648608 (Feb 7th, 2024 around 8 AM UTC). Mumbai operators must upgrade beforehand.

What's Changed

Full Changelog: v2.57.2...v2.57.3

v2.57.2

29 Jan 14:51
ffb6b83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.57.1...v2.57.2

v2.57.1

24 Jan 12:50
9f1cd65
Compare
Choose a tag to compare

This release patches Issue #9294 and a couple of issues in the transaction pool.

What's Changed

Full Changelog: v2.57.0...v2.57.1

v2.57.0

19 Jan 12:57
4f6eda7
Compare
Choose a tag to compare

Sepolia/Holešky/Chiado users: you must upgrade to this release or later before Dencun (30 Jan for Sepolia, 31 Jan for Chiado, 7 Feb for Holešky).

Release Highlights

New Contributors

Full Changelog: v2.56.2...v2.57.0

v2.56.2

11 Jan 17:03
c9216ce
Compare
Choose a tag to compare

This release fixes Erigon's failure to stop gracefully, introduced in v2.56.0.

What's Changed

Full Changelog: v2.56.1...v2.56.2

v2.56.1 Amoy

08 Jan 17:01
d079008
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.56.0...v2.56.1