Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@jonas089 jonas089 released this 09 Dec 15:53
· 21 commits to master since this release
f05fbbb

This release presents a feature complete library to verify Ethereum state proofs in Rust as of November 2024.
Use at own risk and without guarantees, to:

  • verify accounts cryptographically
  • verify state cryptographically
  • verify transactions and receipts cryptographically
  • generate ZKPs in SP1, Risc0 and other Rust proving systems for merkle proof verifications

Work tbd:

  • explore alternative trie libraries and if possible eliminate the need to construct the branches
  • expand on the circuits with recursion
  • add hardware acceleration for cuda and metal (will be done asap in 0.0.2!)
  • implement a solidity verifier for wrapper proofs (if computationally feasible, use-case dependent decision making)