Skip to content

ethrex: v5.0.0 - Snapshots

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Oct 16:10
· 69 commits to main since this release
459e0bb

This release brings snapshots. AKA Flat Key Values
There are breaking changes, so you’ll need to resync.

Installation and running instructions can be found in our docs

✨ New Features

⚡ Performance Improvements

  • 4853 - l1: revert optimistic transactions in rocksdb and remove the explicit configured cache (by @rodrigo-o)

♻️ Refactors

🐛 Fixes

  • 4894 - l1: show correct block height in metrics (by @MegaRedHand)
  • 4906 - l2: add restart logic for contract deployer to wait for l1 start (by @tomip01)
  • 4916 - l1, l2: cargo test compilation at workspace level (by @ilitteri)
  • 4915 - l1,l2: don’t set latest tag when making pre-releases (by @ManuelBilbao)

🔧 Chores

  • 4887 - l1: lower peer_table and initiator INFO messages to DEBUG (by @ElFantasma)
  • 4815 - l1: remove snapshot dirs when they are no longer used (by @fedacking)
  • 4901 - l1: remove wrong color codes from log (by @edg-l)
  • 4900 - l1: load c-kzg trusted setup when initializing the node (by @JereSalo)
  • 4875 - l1: reduce handling cast message warn spam (by @edg-l)
  • 4859 - l1: restart ethereum-metrics-exporter when starting node using tooling/sync commands (by @rodrigo-o)
  • 4809 - l2: use SP1 patch for ecpairing precompile (by @xqft)
  • 4891 - l1,l2: bump Cargo.toml to 4.0.0 for next release (by @jrchatruc)

📝 Documentation

🧪 Tests

  • 4883 - l1: update state and blockchain tests to latest version (by @JereSalo)