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.6 #177

Closed forcodedancing closed 2 weeks ago

forcodedancing commented 2 weeks ago

Description

Prepare release for v1.0.6.

Rationale

New Features

  1. The new engine will be the default engine for BSC, so the experiment flag --engine.experimental should be removed when running a BSC node.
  2. Trie prefetch feature is enabled for the new engine to improve performance, please use --enable-prefetch to enable it.
  3. Introduced --optimize.enable-execution-cache flag to enable cache for the execution of live sync.

Features

Bug Fixes

Example

NA