Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.95 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (modification: no type change headlines) and this project adheres to Semantic Versioning.

0.1.0 - 2024-08-15

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

0.0.2 - 2024-03-18

  • Fix a type error related to the lru-cache dependency, PR #3285
  • Downstream dependency updates, see PR #3297

0.0.1 - 2023-10-15

  • Initial development release