Skip to content

@ethereumjs/verkle v0.2.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

We are getting there! 😁 While still in an experimental stage this release makes a big leap towards stateful Verkle-based EVM execution, by applying various updates and aligning with a new experimental StatefulVerkleStateManager.

  • Use node hash as db key, PR #3472
  • Apply leaf marker on all touched values, PR #3520
  • Proof function renaming (e.g. createProof() -> createVerkleProof()), PR #3557
  • Refactor trie and verkle utils, PR #3600
  • Add and integrate StatefulVerkleStateManager, PR #3628
  • Various Verkle Fixes, PR #3650