Skip to content

Commit 24d77a6

Browse files
authored
v0.4.2 (#49)
1 parent d72e573 commit 24d77a6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.2 - 2024-05-15
9+
10+
- Updates rust-verkle dependency so that `verifyExecutionProof` returns 0 for node not present,
11+
PR [#47](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/47)
12+
- Updates rust-verkle dependency so that `verifyExecutionProof` returns false for malformed
13+
proof elements, PR [#48](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/48)
14+
815
## 0.4.1 - 2024-05-14
916

1017
- Update `rust-verkle` dependency, PR [#45](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/45)

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.1",
3+
"version": "0.4.2",
44
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)