Support `account_nextIndex` RPC. (#460)
* Use node-rpc extensions to support account_nextIndex.
* Remove todo.
* Update lock.
* Use new srml_system_rpc crate.
* Update to substrate=master
* Update lockfile.
* Update to polkadot-master.
* Apply suggestions from code review
Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- polkadot/Cargo.lock 44 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/rpc/Cargo.toml 15 additions, 0 deletionspolkadot/rpc/Cargo.toml
- polkadot/rpc/src/lib.rs 45 additions, 0 deletionspolkadot/rpc/src/lib.rs
- polkadot/runtime/Cargo.toml 2 additions, 0 deletionspolkadot/runtime/Cargo.toml
- polkadot/runtime/src/lib.rs 6 additions, 0 deletionspolkadot/runtime/src/lib.rs
- polkadot/service/Cargo.toml 1 addition, 0 deletionspolkadot/service/Cargo.toml
- polkadot/service/src/lib.rs 6 additions, 0 deletionspolkadot/service/src/lib.rs
Please register or sign in to comment