Commit 49f8707 1 parent b4beed2 commit 49f8707 Copy full SHA for 49f8707
File tree 5 files changed +26
-2
lines changed
5 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 2
2
"packages/as-sha256" : " 0.5.0" ,
3
3
"packages/persistent-merkle-tree" : " 0.8.0" ,
4
4
"packages/persistent-ts" : " 0.19.1" ,
5
- "packages/ssz" : " 0.17.1 "
5
+ "packages/ssz" : " 0.18.0 "
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.5.0] ( https://github.com/ChainSafe/ssz/compare/as-sha256-v0.5.0...as-sha256-v0.5.0 ) (2024-10-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add homepage/repo etc to as-sha256 package.json ([ #401 ] ( https://github.com/ChainSafe/ssz/issues/401 ) ) ([ 1dc50ef] ( https://github.com/ChainSafe/ssz/commit/1dc50ef2985a03c315bbce44165cd271a4a6e2df ) )
12
+
6
13
## [ 0.5.0] ( https://github.com/ChainSafe/ssz/compare/as-sha256-v0.4.2...as-sha256-v0.5.0 ) (2024-08-06)
7
14
8
15
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
9
9
* dependencies
10
10
* @chainsafe/as-sha256 bumped to 0.4.2
11
11
12
+ ## [ 0.8.0] ( https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.8.0...persistent-merkle-tree-v0.8.0 ) (2024-10-10)
13
+
14
+
15
+ ### Features
16
+
17
+ * implement ViewDU.batchHashTreeRoot() ([ #392 ] ( https://github.com/ChainSafe/ssz/issues/392 ) ) ([ 8dd6600] ( https://github.com/ChainSafe/ssz/commit/8dd6600ad41e9a0d25182ca50f0ffd9be7fc5b8c ) )
18
+ * snapshot apis for EIP-4881 ([ #400 ] ( https://github.com/ChainSafe/ssz/issues/400 ) ) ([ 32fb35a] ( https://github.com/ChainSafe/ssz/commit/32fb35ad3dcb67465c04dcaf5d7afd93af5219e8 ) )
19
+
12
20
## [ 0.8.0] ( https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.7.2...persistent-merkle-tree-v0.8.0 ) (2024-08-06)
13
21
14
22
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.18.0] ( https://github.com/ChainSafe/ssz/compare/ssz-v0.17.1...ssz-v0.18.0 ) (2024-10-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * add StableContainer ([ #373 ] ( https://github.com/ChainSafe/ssz/issues/373 ) ) ([ 78a0291] ( https://github.com/ChainSafe/ssz/commit/78a029128878685248806ec71100fcedf3cb77ec ) )
12
+ * implement ViewDU.batchHashTreeRoot() ([ #392 ] ( https://github.com/ChainSafe/ssz/issues/392 ) ) ([ 8dd6600] ( https://github.com/ChainSafe/ssz/commit/8dd6600ad41e9a0d25182ca50f0ffd9be7fc5b8c ) )
13
+ * snapshot apis for EIP-4881 ([ #400 ] ( https://github.com/ChainSafe/ssz/issues/400 ) ) ([ 32fb35a] ( https://github.com/ChainSafe/ssz/commit/32fb35ad3dcb67465c04dcaf5d7afd93af5219e8 ) )
14
+
6
15
## [ 0.17.1] ( https://github.com/ChainSafe/ssz/compare/ssz-v0.17.0...ssz-v0.17.1 ) (2024-08-19)
7
16
8
17
Original file line number Diff line number Diff line change 4
4
"license" : " Apache-2.0" ,
5
5
"author" : " ChainSafe Systems" ,
6
6
"homepage" : " https://github.com/chainsafe/ssz" ,
7
- "version" : " 0.17.1 " ,
7
+ "version" : " 0.18.0 " ,
8
8
"main" : " lib/index.js" ,
9
9
"files" : [
10
10
" lib/**/*.d.ts" ,
You can’t perform that action at this time.
0 commit comments