Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update change log and cargo deps for v1.0.5 #159

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 23 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog

## V1.0.4
## 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
- [#123](https://github.com/bnb-chain/reth/pull/123): Added support for importing blocks without merkle calculation.
- [#147](https://github.com/bnb-chain/reth/pull/147): Ensured state root validation is not skipped when inserting downloaded blocks.
- [#157](https://github.com/bnb-chain/reth/pull/157): Merged upstream version v1.0.7.

### Bug Fixes
- [#137](https://github.com/bnb-chain/reth/pull/137): Fixed `unwind_to` to ensure it is exclusive.
- [#145](https://github.com/bnb-chain/reth/pull/145): Ensured sidecars are correctly written to static files when saving blocks.
## v1.0.4

This release is for opBNB testnet and mainnet Fjord upgrade.

Expand All @@ -9,15 +28,15 @@ This release is for opBNB testnet and mainnet Fjord upgrade.
* [\#56](https://github.com/bnb-chain/reth/pull/56) feat: add trie prefetch when executing blocks
* [\#130](https://github.com/bnb-chain/reth/pull/130) feat: add Fjord upgrade time for opBNB

## V1.0.3
## v1.0.3
This is a bugfix version.

### BUGFIX
* [\#119](https://github.com/bnb-chain/reth/pull/119) fix: sidecars missing issue and empty validators election info issue
* [\#122](https://github.com/bnb-chain/reth/pull/122) fix: bsc snapshot issues
* [\#125](https://github.com/bnb-chain/reth/pull/125) fix: bsc `BLS_SIGNATURE_VALIDATION` precompile contract error

## V1.0.2
## v1.0.2
This release is for BSC mainnet HaberFix and Bohr upgrade and opBNB mainnet Wright upgrade.

### FEATURES
Expand All @@ -30,7 +49,7 @@ This release is for BSC mainnet HaberFix and Bohr upgrade and opBNB mainnet Wrig
* [\#115](https://github.com/bnb-chain/reth/pull/115) fix: print CanonicalBlockAdded logs after committed db


## V1.0.1
## v1.0.1
This release is for BSC testnet Bohr upgrade and opBNB testnet Wright upgrade.

### FEATURES
Expand Down
58 changes: 29 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -600,21 +600,21 @@ tikv-jemallocator = "0.6"
tracy-client = "0.17.3"

[patch.crates-io]
revm = { git = "https://github.com/bnb-chain/revm", rev = "fbc92f58052227c06f8a2a4e25227d111ed8e08e" }
revm-interpreter = { git = "https://github.com/bnb-chain/revm", rev = "fbc92f58052227c06f8a2a4e25227d111ed8e08e" }
revm-primitives = { git = "https://github.com/bnb-chain/revm", rev = "fbc92f58052227c06f8a2a4e25227d111ed8e08e" }
alloy-rpc-types-eth = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-consensus = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-eips = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-network = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-network-primitives = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-serde = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-signer = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-signer-local = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-provider = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-transport = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-transport-http = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-json-rpc = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-rpc-client = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
alloy-rpc-types-engine = { git = "https://github.com/bnb-chain/alloy", rev = "718aee579dc000019582245226eebf8b40d24c41" }
revm = { git = "https://github.com/bnb-chain/revm", tag = "v1.0.3" }
revm-interpreter = { git = "https://github.com/bnb-chain/revm", tag = "v1.0.3" }
revm-primitives = { git = "https://github.com/bnb-chain/revm", tag = "v1.0.3" }
alloy-rpc-types-eth = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-consensus = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-eips = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-network = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-network-primitives = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-serde = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-signer = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-signer-local = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-provider = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-transport = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-transport-http = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-json-rpc = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-rpc-client = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}
alloy-rpc-types-engine = { git = "https://github.com/bnb-chain/alloy", tag = "v1.0.1"}

Loading