Skip to content

Commit 77d842b

Browse files
chore: update changelog for v1.0.6 (bnb-chain#172)
1 parent df87156 commit 77d842b

File tree

3 files changed

+159
-130
lines changed

3 files changed

+159
-130
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## v1.0.6
4+
5+
This release merges with upstream version v1.1.0, making the new engine as the default. It includes new features and
6+
several bug fixes.
7+
8+
### NOTE
9+
10+
**This version is compatible with the BSC mainnet, testnet, and opBNB mainnet, testnet.**
11+
12+
### New Features
13+
14+
1. The new engine will be the default engine for BSC, so the experiment flag `--engine.experimental` should be removed when
15+
running a BSC node.
16+
2. Trie prefetch feature is enabled for the new engine to improve performance, please use `--enable-prefetch` to enable it.
17+
3. Introduced `--optimize.enable-execution-cache` flag to enable cache for the execution of live sync.
18+
19+
### Features
20+
21+
- [#163](https://github.com/bnb-chain/reth/pull/163): Merge with upstream v1.1.0.
22+
- [#164](https://github.com/bnb-chain/reth/pull/164): Enable prefetch on the new engine.
23+
- [#153](https://github.com/bnb-chain/reth/pull/153): Enable state cache for live-sync execution.
24+
- [#151](https://github.com/bnb-chain/reth/pull/151): Add step size check for BSC stage sync.
25+
26+
### Bug Fixes
27+
28+
- [#169](https://github.com/bnb-chain/reth/pull/169): Fix removing sidecars issue in `remove_blocks_above`.
29+
- [#171](https://github.com/bnb-chain/reth/pull/171): Fix typo in `Makefile`.
30+
331
## v1.0.5
432
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.
533

@@ -19,6 +47,7 @@ This release merges with upstream version v1.0.7, adding support for the BSC mai
1947
### Bug Fixes
2048
- [#137](https://github.com/bnb-chain/reth/pull/137): Fixed `unwind_to` to ensure it is exclusive.
2149
- [#145](https://github.com/bnb-chain/reth/pull/145): Ensured sidecars are correctly written to static files when saving blocks.
50+
2251
## v1.0.4
2352

2453
This release is for opBNB testnet and mainnet Fjord upgrade.

0 commit comments

Comments
 (0)