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

Implement RPC state_getKeysPaged #1300

Closed
edwardmack opened this issue Jan 14, 2021 · 0 comments · Fixed by #1310
Closed

Implement RPC state_getKeysPaged #1300

edwardmack opened this issue Jan 14, 2021 · 0 comments · Fixed by #1310
Assignees
Milestone

Comments

@edwardmack
Copy link
Contributor

Describe the bug

  • While testing polkadot.js apps with gossamer node, we see error TypeError: this._rpcCore.state.getKeysPaged is not a function So, polkadot.js apps is expecting state_getKeysPaged to be implemented.

Expected Behavior

  • There should be no error when trying to call RPC method state_getKeysPaged

Current Behavior

  • Calls to state_getKeysPaged fail.

Possible Solution

  • Implement RPC method state_getKeysPaged

To Reproduce

Steps to reproduce the behavior:

Log output

Log Output
paste log output...

Specification

  • go version:
  • gossamer version:
  • gossamer commit tag:
  • gossamer commit hash:
  • operating system:
  • additional links:
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 a pull request may close this issue.

2 participants