Skip to content

Releases: erigontech/erigon

v2.50.0 Milestones

28 Sep 12:54
b8744d9
Compare
Choose a tag to compare

Release Highlights

  • erigon-lib is merged into erigon as subdirectory by @battlmonstr in #8201.
  • Cancun is fully implemented, including EIP-7516: BLOBBASEFEE opcode.
  • Initial implementation of Polygon Milestones. Requires --bor.milestone to be set. If this is set Erigon will expect to connect to Heimdall v1.0.1. If it does not it will produce 404 errors each time it attempts a Milestone related RPC call.

Full Changelog: v2.49.3...v2.50.0

v2.49.3 Holešky relaunch

27 Sep 17:10
411913d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.49.2...v2.49.3

v2.49.2

16 Sep 07:35
1b54c31
Compare
Choose a tag to compare

Recommendations for upgrade:

  • if your --db.size.limit > 8Tb, we recommend delete datadir/txpool folder

What's Changed

Full Changelog: v2.49.1...v2.49.2

v2.49.1 Polygon Hotfix

12 Sep 06:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.49.0...v2.49.1

v2.49.0 Holešky

07 Sep 15:05
Compare
Choose a tag to compare

Release Highlights

Polygon upgrades/fixes

Warning Don't use v2.49.0 on the Polygon Main Net until further Notice

We have discovered an issue with v2.49.0 which causes Erigon to falsely identify blocks as bad. Once this occurs the attempted delivery of the good block will fail stalling the download process.

We are currently investigating the issue and will release an update once this is resolved.

  • Bor sync events now included in Erigon snapshots
  • Support for prometheus type metadata
  • Minor compatibility merges from polygon erigon fork

Full Changelog: v2.48.1...v2.49.0

v2.48.1

14 Jul 08:50
674b77f
Compare
Choose a tag to compare

Release highlights

Fixed regression in v2.47.0 and v2.48.0 that prevented syncing Gnosis Chain from scratch

Changelog

v2.48.0

30 Jun 19:15
Compare
Choose a tag to compare

Release highlights

  1. Added Shapella activation time for Gnosis Chain.
  2. Updated block number for Polygon Indore hard-fork.

Changelog

v2.47.0

22 Jun 12:03
Compare
Choose a tag to compare

Release highlights

  1. Fixed regression introduced in release v2.45.0 and causing panic with message no gaps in tx ids are allowed. No resync is required, node repairs when run with this newest version.
  2. Added more block snapshots (up to block 44m) for Polygon bor mainnet.
  3. Support for Polygon Indore hard-fork (was also present in v2.46.0 which is now superseded).

Changelog

v2.46.0

19 Jun 11:10
Compare
Choose a tag to compare

Versions which support Polygon's Indore hard-fork:

https://github.com/ledgerwatch/erigon/releases/tag/v2.46.0
https://github.com/ledgerwatch/erigon/releases/tag/v2.45.3

Highlights:

  • added --log.dir.prefix flag by @mholt-dv in #7714
  • eth_sendRawTransaction: remove logging, because we have --txpool.trace.senders which enabling more verbose logging for given senders list by @mh0lt in #7686
  • faster historical transactions trace: avoid do RestoreCodeHash twice by @AskAlexSharov in #7706

What's Changed

New Contributors

Full Changelog: v2.45.2...v2.46.0

v2.45.3

19 Jun 03:56
9adcc17
Compare
Choose a tag to compare

Changelog