You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function slice(state_root, slice_root, depth) walks from an state or storage trie node relative to the state root, until complete the given depth.
Exports a json of hex values using the geth RPC (including the stem of the slice)
Obtain metrics of use in live (i.e. synchronizing) client
The text was updated successfully, but these errors were encountered:
ghost
changed the title
[Experiment] - subset(root, depth) function in geth + RPC API
[Experiment] - slice(state_root, slice_root, children_from, children_to, depth) function in geth + RPC API
Jul 19, 2018
ghost
changed the title
[Experiment] - slice(state_root, slice_root, children_from, children_to, depth) function in geth + RPC API
[Experiment] - slice(state_root, slice_root, depth) function in geth + RPC API
Jul 23, 2018
slice(state_root, slice_root, depth)
walks from an state or storage trie node relative to the state root, until complete the givendepth
.The text was updated successfully, but these errors were encountered: