bnb-chain / reth

BSC and opBNB client based on the Reth fork
Apache License 2.0
72 stars 19 forks source link

release: prepare for v1.0.5 #160

Closed j75689 closed 1 month ago

j75689 commented 1 month ago

Description

This pr will merge the develop to main for release v1.0.5

Rationale

v1.0.5

This release merges with upstream version v1.0.7, adding support for the BSC mainnet, testnet, and opBNB mainnet, testnet. It includes new features and several bug fixes.

NOTE

This version is compatible with the BSC mainnet, testnet, and opBNB mainnet, testnet.

New Features

  1. Introduced --engine.experimental flag to enable the experimental engine for performance improvements.
  2. Introduced --optimize.skip-state-root-validation flag to skip state root validation during block imports, useful for importing blocks without merkle validation.
    Warning: Use this flag with caution as it may lead to data inconsistency.

Features

Bug Fixes

Example

n/a

Changes

Notable changes:

Potential Impacts