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.
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
- Fix a type error related to the
lru-cache
dependency, PR #3285 - Downstream dependency updates, see PR #3297
- Initial development release