Skip to content

Commit 5d5e0b6

Browse files
committed
update changelog
1 parent 4fd0103 commit 5d5e0b6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add a new struct `LegacyStorageTrace` to support legacy storage trace support
13+
([#58](https://github.com/scroll-tech/stateless-block-verifier/pull/58))
14+
- Add a cli flag `--legacy` to enable support of legacy rpc node
15+
([#58](https://github.com/scroll-tech/stateless-block-verifier/pull/58))
16+
17+
### Changed
18+
19+
- `flatten_proofs` in `StorageTrace` is changed from `Vec<(B256, Bytes)` to `Vec<Bytes>`
20+
since the node hash will be recalculated when adding to zktrie
21+
([#58](https://github.com/scroll-tech/stateless-block-verifier/pull/58))
22+
- `BlockTrace` now has a generic parameter `S` for the storage trace type, default to `StorageTrace`
23+
([#58](https://github.com/scroll-tech/stateless-block-verifier/pull/58))
24+
25+
1026
## [2.0.0] - 2024-09-04
1127

1228
### Added

0 commit comments

Comments
 (0)