Skip to content

v0.4.3

Compare
Choose a tag to compare
@owen-reorg owen-reorg released this 31 Jul 12:40
· 360 commits to develop since this release
7dd5ec3

0.4.3

This is a minor release for opBNB Mainnet and Testnet.
Upgrading is optional.

User Facing Changes

  • Conducted several performance improvements for txpool and block execution.(#89, #84, #85, #92)
  • Added --journalFile flag to enable/disable the journal file feature. #95

What's Changed

  • feat(txpool): improve performance of Reheap by @andyzhang2023 in #89
  • feat(txpool): improve demotion unexecutable transactions by @andyzhang2023 in #84
  • opt: do verify and commit concurrently by @joeylichang in #92
  • improve Pending() of txpool to reduce the latency when miner worker committing transactions by @andyzhang2023 in #85
  • core/trie: persist TrieJournal to journal file instead of kv database by @sysvm in #95
  • add some metrics for txpool by @andyzhang2023 in #120

Docker Images

ghcr.io/bnb-chain/op-geth:v0.4.2

Full Changelog: v0.4.2...v0.4.3