File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
26
## [ 2.0.0] - 2024-09-04
11
27
12
28
### Added
You can’t perform that action at this time.
0 commit comments