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

doc: add change log for release v1.0.1 #103

Merged
merged 1 commit into from
Aug 8, 2024
Merged
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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

### FEATURES
* [\#102](https://github.com/bnb-chain/reth/pull/102) chore: update deps
* [\#101](https://github.com/bnb-chain/reth/pull/101) feat: support traceBlock and traceTransaction for bsc
* [\#100](https://github.com/bnb-chain/reth/pull/100) feat: add fork time for Bohr Hardfork of BSC in testnet
* [\#99](https://github.com/bnb-chain/reth/pull/99) feat: add fork time for Wright Hardfork of opBNB in testnet
* [\#94](https://github.com/bnb-chain/reth/pull/94) feat: support Wright upgrade for opbnb
* [\#95](https://github.com/bnb-chain/reth/pull/95) feat: add prune for ancient sidecars data
* [\#86](https://github.com/bnb-chain/reth/pull/86) feat: implement the Bohr upgrade of BSC
* [\#98](https://github.com/bnb-chain/reth/pull/98) feat: merge with upstream v1.0.3 version


### BUGFIX
* [\#97](https://github.com/bnb-chain/reth/pull/97) fix: snapshot incompatibility issue

## v1.0.0
The Reth is entering production-ready v1.0.0. Thanks to the Paradigm team for their continuous iterations on Reth,
providing the community with a highly scalable, modular, high-performance, and feature-rich client.
Expand Down
Loading