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 system RPC calls & error codes #731

Closed
6 tasks done
amerameen opened this issue Mar 30, 2020 · 3 comments
Closed
6 tasks done

Implement system RPC calls & error codes #731

amerameen opened this issue Mar 30, 2020 · 3 comments
Assignees

Comments

@amerameen
Copy link
Contributor

amerameen commented Mar 30, 2020

Work on each of these system RPC calls one PR at a time. Check mark completed calls as completed.

Reference: https://github.com/w3f/PSPs/blob/master/PSPs/drafts/psp-6.md

Please include integration test with RPC call implementation

System RPC Calls

@edwardmack
Copy link
Member

edwardmack commented May 14, 2020

Questions:

  • system_addReserverPeer/ system_removeReservedPeer, are we currently storing this info? Need understanding where I would add/remove these.
  • system_accountNextIndex - nonce for given account, where would I find this?
  • chain related data, seems to come from genesis definition, but our current test chain doesn't contain this, so need to research/test how we're going to handle these things (system_chain, system_properties)
    Defined in https://polkadot.js.org/api/substrate/rpc.html#system:
  • system_chainType - I don't know what that is.
  • localListenAddresses
  • localPeerId

@EclesioMeloJunior
Copy link
Member

Issue #1721 to dryRun RPC call created

@EclesioMeloJunior
Copy link
Member

This issue was closed by PR #1712

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

No branches or pull requests

4 participants