This release includes code merging from the upstream version v1.7.7 along with several fixs and improvements.
Fjord fork from upstream is included. It is set to be activated on both the opBNB Mainnet and Testnet environments according to the following schedule:
Testnet: Sep-10-2024 06:00 AM +UTC
Mainnet: Sep-24-2024 06:00 AM +UTC
All mainnet and testnet nodes must upgrade to this release before the hardfork time.
Also note that the op-geth should be upgraded to v0.5.0 accordingly, check this for more details.
User Facing Changes
The L1 fee calculation is optimized. Check this spec for more details.
New flag --wait-node-sync added to op-batcher (default false), indicates if during startup, the batcher should wait for a recent batcher tx on L1 to finalize (via more block confirmations). This should help avoid duplicate batcher txs
New flag --wait-node-sync added to op-proposer (default false), indicates if during startup, the proposer should wait for the rollup node to sync to the current L1 tip before proceeding with its driver loop
New flag --compression-algo added to op-batcher (default zlib), user can choose brotli algo after Fjord fork
New flag --l1.rpc-max-cache-size added to op-node (default 1000), so user can config the the maximum cache size of the L1 client
v0.5.0
This release includes code merging from the upstream version v1.7.7 along with several fixs and improvements.
Fjord fork from upstream is included. It is set to be activated on both the opBNB Mainnet and Testnet environments according to the following schedule:
All mainnet and testnet nodes must upgrade to this release before the hardfork time. Also note that the
op-geth
should be upgraded to v0.5.0 accordingly, check this for more details.User Facing Changes
--wait-node-sync
added to op-batcher (default false), indicates if during startup, the batcher should wait for a recent batcher tx on L1 to finalize (via more block confirmations). This should help avoid duplicate batcher txs--wait-node-sync
added to op-proposer (default false), indicates if during startup, the proposer should wait for the rollup node to sync to the current L1 tip before proceeding with its driver loop--compression-algo
added to op-batcher (default zlib), user can choose brotli algo after Fjord fork--l1.rpc-max-cache-size
added to op-node (default 1000), so user can config the the maximum cache size of the L1 clientWhat's Changed
Docker Images
Full Changelog: https://github.com/bnb-chain/opbnb/compare/v0.4.4...v0.5.0