Skip to content

v0.3.0

Compare
Choose a tag to compare
@owen-reorg owen-reorg released this 19 Mar 07:28
· 3150 commits to develop since this release
ce2627c

This is a recommended release for op-node. This release brings in upstream updates, see #121 for the contents. This is also a ready release for the next planed fork, which will bring in canyon fork from upstream as well.

User Facing Changes

  • The default address for the metrics, rpc, and pprof servers will be changing from 0.0.0.0 to 127.0.0.1, and pprof server will change to use 6060 port by default(you may encounter panic due to port conflict, if so you could change it to another value via --pprof.port).
  • op-node enable p2p score feature, and with --p2p.scoring=light, --p2p.ban.peers=true by default(to keep previous config, you could set --p2p.scoring=none, --p2p.ban.peers=false).

Partial Changelog

  • #115: fix(op-node): pre-fetching handle L1 reOrg
  • #117: fix(op-node): pre-fetching handle L1 reOrg round 2
  • #118: fix(op-node/op-batcher/op-proposer): the fallback client should always try recover
  • #121: Merge upstream v1.3.0
  • #127: fix(op-node): fix basefee when start new chain with fermat

Docker Images

  • ghcr.io/bnb-chain/op-node:v0.3.0
  • ghcr.io/bnb-chain/op-batcher:v0.3.0
  • ghcr.io/bnb-chain/op-proposer:v0.3.0

Full Changelog

v0.2.4...v0.3.0