Skip to content

Releases: erigontech/erigon

v3.0.12 "Otterly Odyssey"

04 Jul 11:16
39c6a6f

Choose a tag to compare

Description of the change

The default gas limit for Ethereum Mainnet is increased to 45M in line with other clients.

Improvements:

Bugfixes:

Full Changelog: v3.0.10...v3.0.12

v3.0.11 "Otterly Odyssey"

01 Jul 12:10
787134f

Choose a tag to compare

Description of the change

Polygon users: this is a required update for Bhilai hardfork

Full Changelog: v3.0.10...v3.0.11

v3.0.10 "Otterly Odyssey"

27 Jun 18:17
9be6eea

Choose a tag to compare

Description of the change

Polygon users: this is a required update for the Heimdall V2

Bugfixes:

  • execution: fix potential limitedBigJump calc uint underflow in UpdateForkChoice - can cause long pruning at chain tip by @taratorio in #15748
  • Fix to Erigon to match Bor support for skipped events created by the Heimdall V1->V2 upgrade by @eastorski in #15795

Full Changelog: v3.0.9...v3.0.10

v3.0.9 "Otterly Odyssey"

25 Jun 18:26
aa4bad1

Choose a tag to compare

Description of the change

Polygon users: this is a required update for the Heimdall V2

Bugfixes:

Full Changelog: v3.0.8...v3.0.9

v3.0.8 "Otterly Odyssey"

23 Jun 20:08
dd8cb48

Choose a tag to compare

Description of the change

Polygon users:

Full Changelog: v3.0.7...v3.0.8

v3.0.7 "Otterly Odyssey"

18 Jun 11:24
3fa9464

Choose a tag to compare

Description of the change

Polygon users: this is a required update for the upcoming Bhilai hardfork scheduled for 01 July 2025.

Bugfixes:

Full Changelog: v3.0.6...v3.0.7

v3.0.6 "Otterly Odyssey"

16 Jun 13:18
cde2913

Choose a tag to compare

Description of the change

This release is mandatory for Amoy users

Polygon Bhilai Fork Updates:

  • Set code signer to handle bhilai code signing by @mh0lt in #15577

Improvements:

Bugfixes:

Full Changelog: v3.0.5...v3.0.6

v3.0.5 "Otterly Odyssey"

04 Jun 13:14
42cc7e3

Choose a tag to compare

Description of the change

Polygon Bhilai Fork Updates:

  • PIP-60: Increase gas limit to 45M
  • PIP-58: Increase BaseFeeChangeDenominator to 64
  • EIP-2537: Precompile for BLS12-381 curve operations
  • EIP-2935: Save historical block hashes in state
  • EIP-7623: Increase calldata cost
  • EIP-7702: Set EOA account code (PIP-51)
  • PIP-66: Allow early block announcements

Bugfixes:

Full Changelog: v3.0.4...v3.0.5

v3.0.4 "Otterly Odyssey"

27 May 10:59
406d855

Choose a tag to compare

Description of the change

Improvements:

Bugfixes:

Full Changelog: v3.0.3...v3.0.4

v3.0.3 "Otterly Odyssey"

05 May 10:02
81d661f

Choose a tag to compare

Anyone experiencing DB growth issues in Erigon 3.0.2 please upgrade to 3.0.3 where this issue is fixed. To clean up excess disk space rm -rf <data_dir>/chaindata.

Description of the change

RPC fixes:

Polygon users who have previously run migration steps to fix incorrect logIndex related to state sync transactions released in 3.0.2 are advised to do the following for a complete mitigation:

  • Re-run migration steps, when running integration set the following environment variable: ERIGON_PRODUCE_RECEIPT_DOMAIN=true
  • Add the --polygon.logindex to flags

Improvements:

  • consensus: Add syscall failure scenarios (#14403) by @somnathb1 in #14818
  • consensus: validate fixed lengths in abi decoding EIP-6110 deposit requests by @somnathb1 in #14823
  • historical receipts persistency (optional) by @AskAlexSharov in #14781
  • reduce dependency on github; download snapshot hashes from R2 by @wmitsuda in #14849

Bugfixes:

Full Changelog: v3.0.2...v3.0.3