| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-22 | 1.1 kB | |
| v1.2.0 source code.tar.gz | 2026-07-22 | 93.2 kB | |
| v1.2.0 source code.zip | 2026-07-22 | 98.7 kB | |
| Totals: 3 Items | 192.9 kB | 0 | |
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-v2is expected to take much longer thandownload. 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