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

ViewState RPC supports prefix search #1144

Merged
merged 6 commits into from
Aug 13, 2019
Merged

ViewState RPC supports prefix search #1144

merged 6 commits into from
Aug 13, 2019

Conversation

ilblackdragon
Copy link
Member

E.g.
http get http://localhost:3030/ method=query jsonrpc=2.0 params:='["contract/test.near", "abc"]' id=123 will return all keys in the storage of test.near that start with abc.

@ilblackdragon ilblackdragon requested a review from frol August 7, 2019 07:12
test-utils/testlib/src/user/rpc_user.rs Outdated Show resolved Hide resolved
test-utils/testlib/src/user/rpc_user.rs Outdated Show resolved Hide resolved
core/primitives/src/utils.rs Outdated Show resolved Hide resolved
runtime/runtime/src/state_viewer.rs Show resolved Hide resolved
@ilblackdragon ilblackdragon requested a review from frol August 8, 2019 00:12
core/primitives/src/serialize.rs Outdated Show resolved Hide resolved
@ilblackdragon ilblackdragon changed the base branch from master to staging August 9, 2019 16:23
@ilblackdragon ilblackdragon requested a review from frol August 13, 2019 17:04
@ilblackdragon ilblackdragon merged commit 4ea44aa into staging Aug 13, 2019
@ilblackdragon ilblackdragon deleted the rpc-storage branch August 13, 2019 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants