Skip to content

@ethereumjs/verkle v0.1.0

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 15 Aug 11:18
· 1 commit to maintenance-v8 since this release
27e2c02

This is the first (still experimental) Verkle library release with some basic put() and get() functionality working! 🎉 Still highly moving and evolving parts, but early experiments and feedback welcome!

  • Kaustinen6 adjustments, verkle-cryptography-wasm migration, PRs #3355 and #3356
  • Move tree key computation to verkle and simplify, PR #3420
  • Rename code keccak, PR #3426
  • Add tests for verkle bytes helper, PR #3441
  • Verkle decoupling, PR #3462
  • Rename verkle utils and refactor, PR #3468
  • Optimize storage of default values in VerkleNode, PR #3476
  • Build out trie processing, PR #3430
  • Implement trie.put(), PR #3473
  • Add trie.del(), PR #3486