Description
⭐ Validator-Enabling
This release introduces full functionality for BSC Validator Node support and includes optimizations for block production on BSC using the native Reth frame, improving block production stability.
- BSC Validator Node Support: Full functionality for running as a BSC validator node.
- Block Production Optimizations: Optimizations for BSC block production in native Reth, improving stability and reliability.
- Enhanced Monitoring: Expanded monitoring and observability.
- Fermi Hard Fork: Active support for the Fermi hard fork.
- TrieDB State Storage: Support for TrieDB as state data storage backend.
What's Changed
- feat(bsc/protocol): implement BEP-564 by @MatusKysel #145
- perf: add pre state cache for speedup by @will-2012 #168
- refactor: using ctx to share consensus data by @galaio 665f017
- refactor: submit built payload to engine tree directly by @galaio 6bdb893
- fix: trace_* api in systemTx corner case by @zlacfzy #179
- chore: fix calc blob fee check condition by @will-2012 #182
- chore: add miner gas limit config by @will-2012 #183
- fix: resolved some issues as an experimental validator by @will-2012 in #188
- feat: support triedb as state date store backend by @joey0612 in #198
- ci: use cross crate to compile reth-bsc in musl by @sysvm in #215
Full Changelog: v0.05-beta...v0.0.6-beta