File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
(modification: no type change headlines) and this project adheres to
6
6
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.4.0 - 2024-04-02
9
+
10
+ - Update ` getTreeKey ` to use ` hashCommitment ` following latest spec,
11
+ PR [ #31 ] ( https://github.com/ethereumjs/verkle-cryptography-wasm/pull/31 )
12
+
8
13
## 0.3.1 - 2024-03-29
9
14
10
15
- Fix several minor bugs impacting ESM and browser usage; add new ` VerkleCrypto ` type that defines output
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " verkle-cryptography-wasm" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.4.0 " ,
4
4
"description" : " Verkle Trie Crytography WASM/TypeScript Bindings" ,
5
5
"keywords" : [
6
6
" ethereum" ,
You can’t perform that action at this time.
0 commit comments