Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

FatDB API #1692

Closed
arkpar opened this issue Jul 22, 2016 · 3 comments
Closed

FatDB API #1692

arkpar opened this issue Jul 22, 2016 · 3 comments
Assignees
Labels
F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon. Q5-substantial 📓 Can be fixed by a developer with decent experience.
Milestone

Comments

@arkpar
Copy link
Collaborator

arkpar commented Jul 22, 2016

  • Query a range of account data specified by [min_address, max_addres)
  • Query storage key-values for a range of addresses
@arkpar arkpar added the F8-enhancement 🎊 An additional feature request. label Jul 22, 2016
@debris
Copy link
Collaborator

debris commented Jul 23, 2016

I assume, it should be exposed via json-rpc, right? How the method should look like?

@gavofyork gavofyork added this to the 1.4 Civility milestone Aug 1, 2016
@gavofyork
Copy link
Contributor

gavofyork commented Aug 1, 2016

  • eth_listAccounts(address_from: address, address_to: address) returns [address_1: address, address_2: address, ...] It returns all addresses that have trie entries between address_from and address_to, inclusive.
  • eth_listStorageKeys(account: address, key_from: h256, key_to: h256) returns [key_1, key_2, ...] It returns all keys that have non-zero storage entries for the contract at account between key_from and key_to, inclusive.

@gavofyork gavofyork added the Q5-substantial 📓 Can be fixed by a developer with decent experience. label Aug 9, 2016
@gavofyork gavofyork added the P5-sometimesoon 🌲 Issue is worth doing soon. label Aug 20, 2016
@gavofyork gavofyork self-assigned this Aug 21, 2016
@gavofyork gavofyork added the M4-core ⛓ Core client code / Rust. label Sep 20, 2016
@gavofyork gavofyork modified the milestones: 1.5 Tenuity, 1.4 Civility Oct 5, 2016
@arkpar arkpar assigned arkpar and unassigned gavofyork Nov 14, 2016
@arkpar
Copy link
Collaborator Author

arkpar commented Dec 9, 2016

#3636

@arkpar arkpar closed this as completed Dec 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon. Q5-substantial 📓 Can be fixed by a developer with decent experience.
Projects
None yet
Development

No branches or pull requests

3 participants