Skip to content

v0.5.1

Compare
Choose a tag to compare
@mdehoog mdehoog released this 07 Nov 18:19
· 29 commits to main since this release
b497411

Upgraded the node software:

This is an optional release with some non-critical fixes for the base goerli & sepolia Canyon hardfork (primarily: ignoring any P2P blocks that contain withdrawals), as well as setting some suggested flags (see #139):

  • op-node: --rollup.load-protocol-versions=true
  • op-geth: --rollup.halt=major
  • op-geth: removing optional --rollup.superchain-upgrades

Also adds some quality of life envvars for reducing required disk space (see #146):

  • Setting OP_GETH_GCMODE=full supports running a full node (defaults to archive)
  • Setting OP_GETH_STATE_SCHEME=path switches the Ethereum state storage scheme to path (defaults to hash)