mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-18 21:05:40 +00:00
Release v0.13 (#175)
* Upgrade to substrate 2.0.0 * WIP implement Subcommand manually (see https://github.com/paritytech/substrate/pull/6894#issuecomment-676060197) * Add pallet-staking/std to the std feature * Sort out the subcommand impl * Sort out the module index (ty @ascjones) Sort out the RefCount type (ty @dvc94ch) Random tweaks to make test-node more similar to the vanilla node-template * obey the fmt * Add changelog and bump versions * Merge #165 and update CHANGELOG * Update test-node/runtime/src/lib.rs Co-authored-by: Demi Marie Obenour <demiobenour@gmail.com> * Update CHANGELOG.md Co-authored-by: Demi Marie Obenour <demiobenour@gmail.com> Co-authored-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
+4
-4
@@ -3,7 +3,7 @@ members = [".", "client", "proc-macro", "test-node"]
|
||||
|
||||
[package]
|
||||
name = "substrate-subxt"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
@@ -52,8 +52,8 @@ sp-rpc = { version = "2.0.0", package = "sp-rpc" }
|
||||
sp-core = { version = "2.0.0", package = "sp-core" }
|
||||
sc-rpc-api = { version = "0.8.0", package = "sc-rpc-api" }
|
||||
sp-transaction-pool = { version = "2.0.0", package = "sp-transaction-pool" }
|
||||
substrate-subxt-client = { version = "0.4.0", path = "client", optional = true }
|
||||
substrate-subxt-proc-macro = { version = "0.12.0", path = "proc-macro" }
|
||||
substrate-subxt-client = { version = "0.5.0", path = "client", optional = true }
|
||||
substrate-subxt-proc-macro = { version = "0.13.0", path = "proc-macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = { version = "1.6.4", features = ["attributes"] }
|
||||
@@ -61,7 +61,7 @@ env_logger = "0.7.1"
|
||||
frame-system = { version = "2.0.0", package = "frame-system" }
|
||||
pallet-balances = { version = "2.0.0", package = "pallet-balances" }
|
||||
sp-keyring = { version = "2.0.0", package = "sp-keyring" }
|
||||
substrate-subxt-client = { version = "0.4.0", path = "client" }
|
||||
substrate-subxt-client = { version = "0.5.0", path = "client" }
|
||||
tempdir = "0.3.7"
|
||||
test-node = { path = "test-node" }
|
||||
wabt = "0.10.0"
|
||||
|
||||
Reference in New Issue
Block a user