Skip to content

v0.0.4(Deprecated)

Choose a tag to compare

@joey0612 joey0612 released this 11 Nov 10:29
· 102 commits to main since this release
ea7c8ae

Warning

pls do not upgrade to v0.0.4!!!
Some feedback from community, v0.0.4 may have some issue, remove the binary temporarily, will update once the issue is confirmed.

Recommends use the latest stable version instead.

  1. Mainnet: v0.0.4-archivenode-alpha
  2. Testnet: v0.0.5-fermi-alpha.

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