From 24d77a662fe4a41a5df32896616e24a0fa558f1f Mon Sep 17 00:00:00 2001 From: acolytec3 <17355484+acolytec3@users.noreply.github.com> Date: Wed, 15 May 2024 10:39:12 -0400 Subject: [PATCH] v0.4.2 (#49) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cb8d4..b63ee92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.4.2 - 2024-05-15 + +- Updates rust-verkle dependency so that `verifyExecutionProof` returns 0 for node not present, + PR [#47](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/47) +- Updates rust-verkle dependency so that `verifyExecutionProof` returns false for malformed + proof elements, PR [#48](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/48) + ## 0.4.1 - 2024-05-14 - Update `rust-verkle` dependency, PR [#45](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/45) diff --git a/package-lock.json b/package-lock.json index 90011a5..0928273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "verkle-cryptography-wasm", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "verkle-cryptography-wasm", - "version": "0.4.1", + "version": "0.4.2", "license": "MIT/Apache", "dependencies": { "@scure/base": "^1.1.5" diff --git a/package.json b/package.json index ab06042..4eb015d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verkle-cryptography-wasm", - "version": "0.4.1", + "version": "0.4.2", "description": "Verkle Trie Crytography WASM/TypeScript Bindings", "keywords": [ "ethereum",