Skip to content

Releases: ethereumjs/verkle-cryptography-wasm

verkle-cryptography-wasm@0.4.2

15 May 14:47
24d77a6
Compare
Choose a tag to compare

What's Changed

  • fix: When the node is not present, rust verkle provides a default zero value by @kevaundray in #47
  • fix: On malformed proof elements, return false when verifying the execution witness by @kevaundray in #48

Full Changelog: https://github.com/ethereumjs/verkle-cryptography-wasm/compare/verkle-cryptography-wasm@0.4.1...verkle-cryptography-wasm@0.4.2

verkle-cryptography-wasm@0.4.1

14 May 17:06
05b7fb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/ethereumjs/verkle-cryptography-wasm/compare/verkle-cryptography-wasm@0.4.0...verkle-cryptography-wasm@0.4.1

verkle-cryptography-wasm@0.4.0

02 Apr 15:26
9d16a7b
Compare
Choose a tag to compare
Pre-release

verkle-cryptography-wasm@0.3.1

28 Mar 18:23
3ddf5b3
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: https://github.com/ethereumjs/verkle-cryptography-wasm/compare/verkle-cryptography-wasm@0.3.0...verkle-cryptography-wasm@0.031

verkle-cryptography-wasm v0.3.0

28 Mar 10:11
02a925a
Compare
Choose a tag to compare
Pre-release
  • Update API to use async initialization function loadVerkleCrypto to instantiate WASM module before use
    and redesign build process, PR #37

verkle-cryptography-wasm v0.2.1

11 Mar 14:27
7316af1
Compare
Choose a tag to compare
Pre-release
  • Remove postinstall build hook, PR #35

verkle-cryptography-wasm v0.2.0

11 Mar 13:54
347945a
Compare
Choose a tag to compare
Pre-release
  • Limit API exposure to FFI, PR #32

verkle-cryptography-wasm v0.1.1

08 Mar 08:07
77cd49b
Compare
Choose a tag to compare
Pre-release
  • Additionally expose VerkleFFI and getTreeKeyHash()
  • Improve ESM compatibility (.js file endings)

verkle-cryptography-wasm v0.1.0

07 Mar 11:08
bb476b5
Compare
Choose a tag to compare
Pre-release

This a pre-release primarily meant to be used for internal purposes (feel free to do your early-on experimentation though! 🙂).