You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,25 @@
1
1
# Changelog
2
2
3
-
## V1.0.4
3
+
## v1.0.5
4
+
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.
5
+
6
+
### NOTE
7
+
**This version is compatible with the BSC mainnet, testnet, and opBNB mainnet, testnet.**
8
+
9
+
### New Features
10
+
1. Introduced `--engine.experimental` flag to enable the experimental engine for performance improvements.
11
+
2. Introduced `--optimize.skip-state-root-validation` flag to skip state root validation during block imports, useful for importing blocks without merkle validation.
12
+
**Warning:** Use this flag with caution as it may lead to data inconsistency.
13
+
14
+
### Features
15
+
-[#123](https://github.com/bnb-chain/reth/pull/123): Added support for importing blocks without merkle calculation.
16
+
-[#147](https://github.com/bnb-chain/reth/pull/147): Ensured state root validation is not skipped when inserting downloaded blocks.
17
+
-[#157](https://github.com/bnb-chain/reth/pull/157): Merged upstream version v1.0.7.
18
+
19
+
### Bug Fixes
20
+
-[#137](https://github.com/bnb-chain/reth/pull/137): Fixed `unwind_to` to ensure it is exclusive.
21
+
-[#145](https://github.com/bnb-chain/reth/pull/145): Ensured sidecars are correctly written to static files when saving blocks.
22
+
## v1.0.4
4
23
5
24
This release is for opBNB testnet and mainnet Fjord upgrade.
6
25
@@ -9,15 +28,15 @@ This release is for opBNB testnet and mainnet Fjord upgrade.
9
28
*[\#56](https://github.com/bnb-chain/reth/pull/56) feat: add trie prefetch when executing blocks
10
29
*[\#130](https://github.com/bnb-chain/reth/pull/130) feat: add Fjord upgrade time for opBNB
11
30
12
-
## V1.0.3
31
+
## v1.0.3
13
32
This is a bugfix version.
14
33
15
34
### BUGFIX
16
35
*[\#119](https://github.com/bnb-chain/reth/pull/119) fix: sidecars missing issue and empty validators election info issue
0 commit comments