github bnb-chain/reth-bsc v0.0.4

16 hours ago

Overview

This release with full BSC Parlia consensus support. For the Full node, it implements Fast Finality-based reorg rules, enabling stable block syncing without interruptions caused by reorg rule mismatches. For the Archive node, it adds support for common Archive APIs, including trace, debug_traceCall, etc. For the Validator node, it implements all user-facing features such as blob, bid, justify block etc. However, as some optimization-focused BEPs are not yet included(e.g., BEP-564), the Validator node remains experimental.

Validator Node(experimental)

  • Implements BSC Parlia consensus, addresses multiple stability issues and is currently running stably in test environments..
  • Support: BEP-126, BEP-336, BEP-520, BEP226, BEP-229, BEP231, BEP-441, staking, slash, governance, etc.
  • Supports the latest Fermi Hard Fork, which is now active on Testnet.

Full Node

Implements Fast Finality-based reorg rules, enabling stable block syncing without interruptions caused by reorg rule mismatches.

Archive Node

Others

  • Add --engine.min_blocks_for_pipeline_run flag, controls the threshold for switching from live sync to stage sync.

What's Changed

FEATURE

BUGFIX

DOC

New Contributors

Full Changelog: v0.0.3...v0.0.4

Don't miss a new reth-bsc release

NewReleases is sending notifications on new releases.