Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Experiment] - slice(state_root, slice_root, depth) function in geth + RPC API #13

Closed
3 tasks
ghost opened this issue Jun 17, 2018 · 1 comment
Closed
3 tasks
Labels
Experiment Research activities

Comments

@ghost
Copy link

ghost commented Jun 17, 2018

  • 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
@ghost 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 ghost added this to the Kolmogorov PoC milestone Jul 21, 2018
@ghost ghost self-assigned this Jul 21, 2018
@ghost ghost added the Experiment Research activities label Jul 21, 2018
@ghost ghost mentioned this issue Jul 23, 2018
@ghost 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
@ghost
Copy link
Author

ghost commented Aug 29, 2018

Done in geth fork

@ghost ghost closed this as completed Aug 29, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Experiment Research activities
Projects
None yet
Development

No branches or pull requests

0 participants