Skip to content

Commit 05b7fb4

Browse files
authored
new release (#46)
1 parent 4f60f7c commit 05b7fb4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
(modification: no type change headlines) and this project adheres to
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.4.1 - 2024-05-14
9+
10+
- Update `rust-verkle` dependency, PR [#45](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/45)
11+
- Add method to public API to verify prestate in execution witness, PR [#44](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/44)
12+
813
## 0.4.0 - 2024-04-02
914

1015
- Update `getTreeKey` to use `hashCommitment` following latest spec,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "verkle-cryptography-wasm",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)