Skip to content

v1.2.0

Latest

Choose a tag to compare

@wlawt wlawt released this 22 Jul 19:00
552280f

What Changed

Important

Base Mainnet: Required upgrade and migration by mid August.
Base Sepolia: Highly recommended upgrade and migration.
Migration time: Migrations may take a while, we strongly suggest you start mainnet as soon as possible.
V1 Snapshots: Will be decommissioned over the next few weeks.

base-reth-node

  • Reth V2 Snapshots To benefit from V2, you must both update to 1.2.0 and update your database to use v2 storage. You can do this via:
    • Recommended: Download a new snapshot base-reth-node download. See the docs for more information.
    • Migrate your existing V1 data base-reth-node db migrate-v2. Note: migrate-v2 is expected to take much longer than download. Non-archival nodes are not supported for this command.
  • Upgrades Reth to v2.3.0
  • Bug fixes and stability improvements

base-consensus

  • Fixed prune node sync: Nodes can reliably do a pruned node sync from genesis
  • Bug fixes and stability improvements