NethermindEth / juno

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

Implement put inner node #1886

Closed rianhughes closed 3 months ago

rianhughes commented 4 months ago

The verifyRangeProof logic needs a mechanism to insert intermediate nodes into the trie (currently we only support inserting leafs)

Needed for https://github.com/NethermindEth/juno/pull/1873