--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.- Bor chains: enable our internal Consensus Layer by default (name: Astrid)
- Released binaries for Linux are now dynamically linked ( Issues: #12570, #12556 )
- Decided to fix snapshots format and go for
beta1
. Main focus: fast bug-reports fixes, chain-tip/rpc perf, validator mode. - Erigon3 book: https://development.erigon-documentation-preview.pages.dev/
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
- milestone: https://github.com/erigontech/erigon/milestone/5
- Known problem:
- external CL support
erigon_getLatestLogs
not emplimented
- Breaking change: Caplin changed snapshots format
- RPC-compatibility tests passed
- Caplin eating 1Gb less RAM. And Erigon3 works on 16gb machine.
- time-limit for pruning on chain-tip: #12535