NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
371 stars 157 forks source link

Implement getProof method #1827

Closed stranger80 closed 1 month ago

stranger80 commented 2 months ago

A module for calculating historic proofs on a Trie is required.

rianhughes commented 2 months ago

The ability to gather a proof for a leaf on any of the three tries, and another method to verify it.

stranger80 commented 2 months ago

After chat with @asdacap - decided to allow him to use already existing logic. Will need review from @IronGauntlets and @rianhughes