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: erigontech#12570, erigontech#12556 )

New features:

Fixes:

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: erigontech#12535