Skip to content

Releases: erigontech/erigon

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

v2.45.2

12 Jun 09:38
048fe49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.45.1...v2.45.2

v2.45.1

08 Jun 20:21
Compare
Choose a tag to compare

Release highlights

Remove excessing logging for Polygon Bor node

Changelog

v2.45.0

08 Jun 11:35
Compare
Choose a tag to compare

Release highlights

  1. DatabaseMigration (<1h). Faster re-org's handling #764
  2. Please set explicit --db.size.limit (default changed). If see error MDBX_MAP_FULL - need set --db.size.limit
  3. Fixed bugs in Caplin which used to lead to the loss of CL peers over time.
  4. Changed the database layout for the block bodies - to prepare for the Caplin integration in the future. Short data migration upon the restart.
  5. Removed support for Rinkeby.
  6. Added support for Polygon upgrade called Indore, for Mumbai testnet.

Changelog

Read more

v2.44.0

02 Jun 19:40
Compare
Choose a tag to compare

Release highlights

  1. Added a lot of improvements to Caplin (embedded CL).
  2. Added new Sepolia bootnodes.
  3. Gnosis Chain Chiado testnet: Scheduled Shapella.

Changelog

Read more