Releases: erigontech/erigon
Releases · erigontech/erigon
v2.52.0
Release Highlights
- Bor reduce logging verbosity by @mh0lt in #8401
- Don't try to create default datadir by @AskAlexSharov in #8398
- Re-enable non-EIP155 unprotected txns with
--rpc.allow-unprotected-txs
by @somnathb1 in #8400 - ValidateChain not reliant on stageBodies by @Giulio2002 in #8411
- Move borfinality package out of eth by @anshalshukla in #8407
- More Sepolia snapshots by @AskAlexSharov in #8422
- Check hash validity before milestone rewind by @mh0lt in #8414
- Bor rpc config fix by @mh0lt in #8413
- Fix bodies corrupted output in ByRange/ByHashes by @Giulio2002 in #8427
- Prune all only on unwindBlock by @mh0lt in #8430
Full Changelog: v2.51.0...v2.52.0
v2.51.0
Release Highlights
- Several fixes and improvements for Polygon by @mh0lt, @anshalshukla, @manav2401, and @AlexeyAkhunov in #8364, #8372, #8380, #8384, #8385, #8386, #8390, #8391
- Support go 1.21 by @jyellick in #8288
- Experimental block execution using embedded Silkworm by @canepat in #8353
- Fixed
--internalcl
flag for Gnosis by @Giulio2002 in #8387 - Optimize gas by default in
eth_createAccessList
by @qkniep and @yperbasis in #8261 and #8337 - Fix another case of header download hanging (non-POS) by @AlexeyAkhunov in #8356
- Added block snapshot format (attempt for Caplin) by @Giulio2002 in #8357
- Downloader: don't drop torrents after download (performance problem there solved) by @AskAlexSharov in #8358
- Downloader: move from
snapshots/db
tosnapshots/downloader
by @AskAlexSharov in #8375 - Remove protocolBaseFee checks by @somnathb1 in #8367
New Contributors
Full Changelog: v2.50.2...v2.51.0
v2.50.2
A few fixes for Polygon, incl. a fix for a critical start up issue which causes a panic if you run Milestones with an external RPC daemon.
What's Changed
- Bor mainnet bootnode update by @mh0lt in #8329
- Metrics label fixes by @mh0lt in #8339
- Added fix to allow getroothash to work with no api running by @mh0lt in #8342
Full Changelog: v2.50.1...v2.50.2
v2.50.1
v2.50.0 Milestones
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
v2.49.2
Recommendations for upgrade:
- if your --db.size.limit > 8Tb, we recommend delete
datadir/txpool
folder
What's Changed
- Torrent: sometime down load doesn't start by @AskAlexSharov in #8203
Full Changelog: v2.49.1...v2.49.2
v2.49.1 Polygon Hotfix
What's Changed
- Fix Heimdall incorrect sync data bug by @AlexeyAkhunov in #8174
- remove small snapshots from polygons .toml by @AskAlexSharov in #8158
- more Sepolia snapshots by @AskAlexSharov in #8165
- Downloader: don't fail when see unusual file, skip it (backward/forward compatibility) by @AskAlexSharov in #8170
- torrent lib: fix requests ordering bug by @AskAlexSharov in #8173
Full Changelog: v2.49.0...v2.49.1
v2.49.0 Holešky
Release Highlights
- Support of Holešky testnet
- Cancun mostly implemented
- Steady progress on Caplin (under active development)
- change
--db.pagesize
default to 8KB (other sizes will work. Way to change pagesize: https://github.com/ledgerwatch/erigon/blob/devel/cmd/integration/Readme.md#copy-data-to-another-db) - Peer stability – fixes to better process
DiscReason
and avoid dropping valid peers.--sentry.drop-useless-peers
should be unnecessary from this version - Various other fixes and improvements, particularly for Polygon
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