github erigontech/erigon v2022.10.01
2022.10.01

latest releases: 2.60.8, 2.60.7, 3.0.0-alpha3...
23 months ago
  1. Reduced memory usage of block bodies downloader - code may be a bit rough and print lots of timeout messages
  2. Increased maximum number of transactions in a block for block proposer to 1000 (from 200).
  3. Introduced various fixes for the ongoing project of supporting Gnosis Chain.
  4. Made --db.read.concurrency flag work also when RPC daemon is embedded.
  5. Made various fixes for Bor receipts.
  6. Fixed compatibility issue with debug_traceCall RPC method, thanks to external contributor bgelb.
  7. Cleaned up Engine API (POS) logging - with no duplicate logs for each processed blocks, and making clear when newPayload or forkChoiceUpdated messages are processed.
  8. Removed unnecessary unwinding upon forkChoiceUpdated messages.
  9. Fixed pre-mature ejection of transactions from transaction pool upon newPayload messages.
  10. Fixed background creation and merge of block snapshot, which got broken by the previous release.
  11. Introduced database migration that detects and fixes the inconsistency of transaction enumerations (migration would only actively for nodes that previously ran flawed versions from devel and then had to manually reset).
  12. Improved performance of eth_getLogs RPC method by pooling the roaring bitmap objects, thanks to external contributor elee1766.
  13. Made further developments for Verkle Tree prototype.
  14. Made further work on integration of Erigon3 (previously known as Erigon 2.2).
  15. Introduced CL (Consensus Layer) lightclient prototype, to evaluate a non-validator Erigon node running standalone for POS.

Don't miss a new erigon release

NewReleases is sending notifications on new releases.