✨ This is a minor release and upgrading is optional.
If running a shared RPC, and not already running a release-candidate with the tx-pool privacy features,
it is recommended to upgrade.
Breaking changes
Transactions submitted to a local node, to be forwarded to the sequencer,
are not retained in the local tx-pool anymore by default.
Previously, if the RPC of a node was shared with other users, the tx-pool contents could be exposed by accident.
To re-enable the previous behavior, for tx-pool usage as local user with trusted node, specify --rollup.enabletxpooladmission
.
Nodes that are not configured to forward to an external sequencer will enable the tx-pool by default, e.g. the sequencer node itself.
Changelog
- Set the version at build-time #112
- Tx-pool exposure related changes: #118, #122
--beta.op-network=...
: this is a beta-feature, and enables network-selection from the draft superchain-registry (experimental, subject to change).
OP-Mainnet and OP-Goerli networks, with pre-bedrock history, can be selected but require state-sync to become operational. The datadir approach as outlined in the docs here is recommended instead.