v0.5.1
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 afull
node (defaults toarchive
) - Setting
OP_GETH_STATE_SCHEME=path
switches the Ethereum state storage scheme topath
(defaults tohash
)