Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
erigon_v3.0.13_checksums.txt | 2025-07-10 | 482 Bytes | |
erigon_3.0.13_amd64.deb | 2025-07-10 | 370.0 MB | |
erigon_3.0.13_arm64.deb | 2025-07-10 | 342.7 MB | |
erigon_v3.0.13_linux_amd64.tar.gz | 2025-07-10 | 415.5 MB | |
erigon_v3.0.13_linux_amd64v2.tar.gz | 2025-07-10 | 415.3 MB | |
erigon_v3.0.13_linux_arm64.tar.gz | 2025-07-10 | 387.3 MB | |
README.md | 2025-07-10 | 1.1 kB | |
v3.0.13 _Otterly Odyssey_ source code.tar.gz | 2025-07-10 | 35.4 MB | |
v3.0.13 _Otterly Odyssey_ source code.zip | 2025-07-10 | 43.9 MB | |
Totals: 9 Items | 2.0 GB | 0 |
Description of the change
Improvements:
- Optimised snapshot read operations for BorEvents by @eastorski in https://github.com/erigontech/erigon/pull/15993
- Added a mechanism for Polygon to continue syncing blocks if Heimdall is unavailable during migration by @eastorski in https://github.com/erigontech/erigon/pull/16018
- eth_getLogs: r_lru: no clone by @AskAlexSharov in https://github.com/erigontech/erigon/pull/15998
- eth_getLogs: receipt_generator: to use lru even if
rcache
enabled by @AskAlexSharov in https://github.com/erigontech/erigon/pull/15997 - eth_getLogs: blockReader: add
RPC_HEADER_BY_NUM_LRU
on ancient files only by @AskAlexSharov in https://github.com/erigontech/erigon/pull/15999 - derive bloom for cached receipt by @sudeepdino008 in https://github.com/erigontech/erigon/pull/15936
Bugfixes: - fix regression on eth_getLogs() in remote configuration (via grpc) by @lupin012 in https://github.com/erigontech/erigon/pull/15934
Full Changelog: https://github.com/erigontech/erigon/compare/v3.0.12...v3.0.13