Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.54 KB

ChangeLog.md

File metadata and controls

40 lines (28 loc) · 1.54 KB

ChangeLog

v3.0.0-beta1 (in development)

Breaking changes

  • --prune.mode default is full. For compatibility with geth 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 )

New features:

Fixes:

  • eth_syncing works on Bor chains
  • support upper-bounds at: eth_accRange #12609 , erigon_getBalanceChangesInBlock #12642, debug_getModifiedAccountsByNumber #12634
  • eth_getLogs fix fee cap less than block #12640

TODO

Acknowledgements:

v3.0.0-alpha5

  • 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