Skip to content
Unverified Commit bea3fb5f authored by Zeke Mostov's avatar Zeke Mostov Committed by GitHub
Browse files

Parse nested calls (#62)

* Setup skeleton

* Parse nested calls

save progress before removing old indexing method

Save optimized, non-working version, before deleting

Catch mistake of recursion stopping to soon

Rename function to parse calls.

Change name to parse calls
Change let to const

* Move parseCalls, strict return types, extrinsic calls field

Update parseCalls to always accept and return an array

Enforce strict return types


trivial syntax

Add calls field for extrinsics to show all nested calls

* Add `newArgs` field and label Call params


cleanup

* Save before delete most of parseCall

* Correct nested, incorrect top level

* Works parsing all levels of args

* Working but needs fix for finding arg array of calls

* Working

* first try at using args struct

* Add specific stricter types to parseArrayGenericCalls

* Clean up

* remove unused comment

* update
parent f381c93e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment