mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
dc92631180
* Move srml-system RPC out. * Fix tests for system-rpc module. * Contracts RPC moved. * Fix rpc test. * Clean up. * Update lockfile. * Bump runtime version. * Update srml/contracts/rpc/runtime-api/src/lib.rs Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com> * Bump impl version.
18 lines
627 B
TOML
18 lines
627 B
TOML
[package]
|
|
name = "srml-contracts-rpc"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
client = { package = "substrate-client", path = "../../../core/client" }
|
|
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
|
jsonrpc-core = "13.2.0"
|
|
jsonrpc-core-client = "13.2.0"
|
|
jsonrpc-derive = "13.2.0"
|
|
rpc-primitives = { package = "substrate-rpc-primitives", path = "../../../core/rpc/primitives" }
|
|
serde = { version = "1.0.101", features = ["derive"] }
|
|
sr-primitives = { path = "../../../core/sr-primitives" }
|
|
srml-contracts-rpc-runtime-api = { path = "./runtime-api" }
|
|
|