Skip to content

Commit

Permalink
v0.4.6 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 authored Sep 10, 2024
1 parent cda6f3a commit 47410f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.6 - 2024-09-08

- Expose `createProof` and `verifyProof` from verkle_ffi. #[56](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/56)

## 0.4.5 - 2024-06-21

- Remove duplicative `VerkleCrypto` typescript interface as unnecessary. [#55](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/55)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verkle-cryptography-wasm",
"version": "0.4.5",
"version": "0.4.6",
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 47410f3

Please sign in to comment.