Skip to content

v0.3.0

Compare
Choose a tag to compare
@owen-reorg owen-reorg released this 19 Mar 07:52
· 636 commits to develop since this release
ebb5060

This is a recommended release for op-geth. This release brings in upstream updates, see #58 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

  • Feature of config tries layer number in memory is removed, and related flag --triesInMemory is deleted.
  • If start a fresh node, will use pebble db as default(set --db.engine=leveldb if prefer leveldb)
  • You can start opbnb mainnet or testnet without init genesis.json, and use flag --opBNBMainnet or --opBNBTestnet to start new node. If you have already inited genesis.json, you can still use these two flags, which will check whether the content of your init is correct.

Partial Changelog

  • #64: fix(op-geth):fix static peer cannot reassign header tasks
  • #60: feature: add opbnb networks' genesis
  • #58: Merge upstream op-geth v1.101304.1
  • #51: feat: sync pebble db from bsc
  • #50: fix: fix task stuck and not reassign bug in concurrent-fetch logic
  • #49: fix: ignore errors that caused by gap to keep peer connection
  • #46: fix: prune uses the latest block height as the target by default

Docker Images

  • ghcr.io/bnb-chain/op-geth:v0.3.0

Full Changelog

v0.2.2...v0.3.0