You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
Describe the bug
TypeError: this._rpcCore.state.getKeysPaged is not a function
So, polkadot.js apps is expecting state_getKeysPaged to be implemented.Expected Behavior
Current Behavior
Possible Solution
To Reproduce
Steps to reproduce the behavior:
Log output
Log Output
Specification
The text was updated successfully, but these errors were encountered: