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

Allow querying all keys with a prefix through storage queries #576

Merged
merged 12 commits into from
Mar 1, 2021

Conversation

tomaka
Copy link
Contributor

@tomaka tomaka commented Feb 26, 2021

Fix #523

I've implemented the verification part of the code, but remains the do the actual querying.

@tomaka tomaka marked this pull request as ready for review February 28, 2021 13:34
@tomaka
Copy link
Contributor Author

tomaka commented Mar 1, 2021

I'm utterly confused by the CI failure. The failing line isn't in the code anymore. The thing compiles locally.

@tomaka tomaka added the automerge Automatically merge pull request as soon as possible label Mar 1, 2021
@mergify mergify bot merged commit 02ac82d into paritytech:main Mar 1, 2021
@tomaka tomaka deleted the trie-prefix-proof branch March 1, 2021 12:09
tomaka added a commit that referenced this pull request Apr 8, 2021
* Add trie_node_info function

* Allow passing nibbles for the node info

* Add a `prefix_proof` module

* Comment and fmt

* Finish changes

* Build fix

* Fix doc

* Verbose panic message

* More docfix

* Add comment

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
tomaka added a commit to tomaka/substrate-lite-1 that referenced this pull request Apr 15, 2021
…tech#576)

* Add trie_node_info function

* Allow passing nibbles for the node info

* Add a `prefix_proof` module

* Comment and fmt

* Finish changes

* Build fix

* Fix doc

* Verbose panic message

* More docfix

* Add comment

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge pull request as soon as possible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Properly implement state_getKeysPaged
1 participant