Skip to content

Releases: erigontech/erigon

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

v2.43.1

02 Jun 04:10
cd32c4f
Compare
Choose a tag to compare

Release notes

Fixes regression for trace_filter

Changelog

v2.43.0

23 Apr 21:04
Compare
Choose a tag to compare

Release notes

  1. Added first phase of Caplin (embeddable Consensus Layer implementation), replaces embedded CL light client. Disabled by default, enabled by --internalcl command line flag.
  2. Removed support for BSC.
  3. Added more block snapshots for Bor (Polygon).
  4. Introduced writing logs into files by default to <datadir>/logs/erigon.log, with log rotation.
  5. Added gasBailout parameter to trace_ RPC methods for the functionality which was previously hard-coded.
  6. Added initial infrastructure for the diagnostics system (see ledgerwatch/diagnostics github repo).

Changelog

Read more

v2.42.0

28 Mar 20:46
Compare
Choose a tag to compare

Release notes

  1. Based on release 2.40.1, not release 2.41.0, which contains multiple regressions.
  2. Added configuration for Shanghai upgrade for Ethereum mainnet
  3. Introduced banning of libp2p peers for sending bad gossip (CL light client).
  4. Fixed database transaction leak in theEngineGetPayloadBodiesByHashV1 and EngineGetPayloadBodiesByRangeV1 methods.

Changelog

  • beb9778 Error handling to beacon chain gossip (#7132)
  • b8eaf78 Release transaction in EngineGetPayloadBodiesByRangeV1 (and by hash) (#7199)
  • 8ad4870 Banning peers sending bad gossip (#7134)
  • 5d0f778 Schedule mainnet Shapella. Fix BellatrixForkEpoch (#7145)
  • 5c54138 Bump version