crate-crypto / rust-verkle

Apache License 2.0
119 stars 41 forks source link

Rewrite code and implement new spec #23

Closed kevaundray closed 3 years ago

kevaundray commented 3 years ago

The code on master was made for the old spec, since then a lot has changed.

This PR rewrites verkle tries for the new spec and adds permanent storage.

IPA multipoint and stateless updates are missing.

The goal with this PR is to push the new EIP spec with code that now makes assumptions on the system such as the trie width.