github base-org/node v0.5.0

latest releases: v0.10.2, v0.10.1, v0.10.0...
10 months ago

Upgraded the node software:

These releases are Canyon hardfork ready. The configuration and entrypoint scripts have been modified to prepare for the Canyon hardfork on Base Goerli and Base Sepolia testnets at block 1699981200 (Tue Nov 14 17:00:00 2023 UTC).

If you are using custom configuration or entrypoint scripts, please ensure you:

  • op-node: set the OP_NODE_NETWORK variable, or use the --network flag. The value is one of base-goerli, base-sepolia, base-mainnet.
  • op-geth: set the --op-network flag, passing the same network value as above (one of base-goerli, base-sepolia, base-mainnet)
  • op-geth: enable the --rollup.superchain-upgrades flag

Verifying your configuration on Goerli & Sepolia

You can verify your node is configured correctly with the following:

  • Both op-node and op-geth log their configuration at startup
  • Check that Canyon time is set to 1699981200 in the op-node logs
  • Check that Canyon time and Shanghai time are set to 1699981200 in the op-geth logs

What's Changed

  • Update op-geth + op-node in preparation for the canyon hardfork by @mdehoog in #135

Full Changelog: v0.4.0...v0.5.0

Don't miss a new node release

NewReleases is sending notifications on new releases.