Breaking change
--prune.mode
default isfull
. For compatibility withgeth
and other clients. Plz set explicit
--prune.mode
flag to your Erigon3 setups - to simplify future upgrade/downgrade.- Released binaries for Linux are now dynamically linked (Issues: #12570, #12556 )
Description of the change
New features:
- Reduced
.idx
and.efi
files size by 25% (require re-sync) - debian packages
--externalcl
support- bor-mainnet can work on 32G machine
- Erigon3 book: https://development.erigon-documentation-preview.pages.dev/
Bugfixes:
eth_syncing
works on Bor chains- support upper-bounds at:
eth_accRange
#12609 ,erigon_getBalanceChangesInBlock
#12642,debug_getModifiedAccountsByNumber
#12634 eth_getLogs
fixfee cap less than block
#12640
Full Changelog: v3.0.0-alpha5...v3.0.0-alpha6