juno icon indicating copy to clipboard operation
juno copied to clipboard

feat: GetNodesFromRoot rpc handler added

Open bilgin-kocak opened this issue 1 year ago • 0 comments

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

bilgin-kocak avatar May 01 '24 12:05 bilgin-kocak