NethermindEth / juno

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

feat: GetNodesFromRoot rpc handler added #1853

Closed bilgin-kocak closed 1 month ago

bilgin-kocak commented 1 month ago

Onboarding exercise 5

Implement a new rpc method “juno_getNodesFromRoot(key felt.Felt)” that returns the set of nodes from the root to the key for the classes Trie. See nodesFromRoot(). Remember to implement tests for the new logic