From 33d99079b65c60fbd193929804f3f676ede624d3 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 30 Jul 2020 17:31:57 +0100 Subject: [PATCH 1/7] Bump versions --- Cargo.toml | 9 ++++----- client/Cargo.toml | 2 +- proc-macro/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 283313d78a7..254aa70d373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "client", "proc-macro", "test-node"] [package] name = "substrate-subxt" -version = "0.10.1" +version = "0.11.0" authors = ["Parity Technologies "] edition = "2018" @@ -40,8 +40,8 @@ sp-rpc = { version = "2.0.0-rc5", package = "sp-rpc" } sp-core = { version = "2.0.0-rc5", package = "sp-core" } sc-rpc-api = { version = "0.8.0-rc5", package = "sc-rpc-api" } sp-transaction-pool = { version = "2.0.0-rc5", package = "sp-transaction-pool" } -substrate-subxt-client = { version = "0.2.0", path = "client", optional = true } -substrate-subxt-proc-macro = { version = "0.9.0", path = "proc-macro" } +substrate-subxt-client = { version = "0.3.0", path = "client", optional = true } +substrate-subxt-proc-macro = { version = "0.11.0", path = "proc-macro" } [dev-dependencies] async-std = { version = "1.6.2", features = ["attributes"] } @@ -49,8 +49,7 @@ env_logger = "0.7.1" frame-system = { version = "2.0.0-rc5", package = "frame-system" } pallet-balances = { version = "2.0.0-rc5", package = "pallet-balances" } sp-keyring = { version = "2.0.0-rc5", package = "sp-keyring" } -substrate-subxt-client = { version = "0.2.0", path = "client" } +substrate-subxt-client = { version = "0.3.0", path = "client" } tempdir = "0.3.7" test-node = { path = "test-node" } wabt = "0.9.2" -wabt-sys = "0.7.2" diff --git a/client/Cargo.toml b/client/Cargo.toml index d7e28ee247b..a9a31bab3d2 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-subxt-client" -version = "0.2.0" +version = "0.3.0" authors = ["David Craven ", "Parity Technologies "] edition = "2018" diff --git a/proc-macro/Cargo.toml b/proc-macro/Cargo.toml index 1759249672a..e41bd91665b 100644 --- a/proc-macro/Cargo.toml +++ b/proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-subxt-proc-macro" -version = "0.9.0" +version = "0.11.0" authors = ["David Craven ", "Parity Technologies "] edition = "2018" autotests = false From 6802e2383881e2d077dacdb7b87865f3d842a3de Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 30 Jul 2020 17:32:06 +0100 Subject: [PATCH 2/7] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f794e227f1f..df0abb36d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Version 0.11.0 + +* Rc5 [#143](https://github.com/paritytech/substrate-subxt/pull/143) +* Refactor: extract functions and types for creating extrinsics [#138](https://github.com/paritytech/substrate +-subxt/pull/138) +* event subscription example [#140](https://github.com/paritytech/substrate-subxt/pull/140) +* Document the `Call` derive macro (#137) +* Document the #[module] macro (#135) +* Support authors api. (#134) + # Version 0.10.1 (2020-06-19) * Release client v0.2.0 [#133](https://github.com/paritytech/substrate-subxt/pull/133) From 7b2398e50a4fb9395c2d5eb4520b89e9e81c8a12 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 30 Jul 2020 17:34:04 +0100 Subject: [PATCH 3/7] Update PR links --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df0abb36d1f..3a7c8bebf16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ * Refactor: extract functions and types for creating extrinsics [#138](https://github.com/paritytech/substrate -subxt/pull/138) * event subscription example [#140](https://github.com/paritytech/substrate-subxt/pull/140) -* Document the `Call` derive macro (#137) -* Document the #[module] macro (#135) -* Support authors api. (#134) +* Document the `Call` derive macro [#137](https://github.com/paritytech/substrate-subxt/pull/137) +* Document the #[module] macro [#135](https://github.com/paritytech/substrate-subxt/pull/135) +* Support authors api. [#134](https://github.com/paritytech/substrate-subxt/pull/134) # Version 0.10.1 (2020-06-19) From 11171e0a76bcf5cfe61a8e9c9b79ad7b985df9d5 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 30 Jul 2020 17:34:51 +0100 Subject: [PATCH 4/7] Fix changelog linebreak --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7c8bebf16..2ff7ba64097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ # Version 0.11.0 * Rc5 [#143](https://github.com/paritytech/substrate-subxt/pull/143) -* Refactor: extract functions and types for creating extrinsics [#138](https://github.com/paritytech/substrate --subxt/pull/138) +* Refactor: extract functions and types for creating extrinsics [#138](https://github.com/paritytech/substrate-subxt/pull/138) * event subscription example [#140](https://github.com/paritytech/substrate-subxt/pull/140) * Document the `Call` derive macro [#137](https://github.com/paritytech/substrate-subxt/pull/137) * Document the #[module] macro [#135](https://github.com/paritytech/substrate-subxt/pull/135) From 85bc9235107e91319ecfcddcc99f4a9a1270ecd1 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Fri, 31 Jul 2020 08:33:04 +0100 Subject: [PATCH 5/7] Remove explicit wabt-sys dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 665ffed2f68..504ae13024b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,4 +53,3 @@ substrate-subxt-client = { version = "0.3.0", path = "client" } tempdir = "0.3.7" test-node = { path = "test-node" } wabt = "0.10.0" -wabt-sys = "0.8.0" From 7f726af992252be7b036241d6c432f044606d375 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Fri, 31 Jul 2020 08:39:54 +0100 Subject: [PATCH 6/7] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff7ba64097..48b7c665705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Version 0.11.0 +* Fix build error, wabt 0.9.2 is yanked [#146](https://github.com/paritytech/substrate-subxt/pull/146) * Rc5 [#143](https://github.com/paritytech/substrate-subxt/pull/143) * Refactor: extract functions and types for creating extrinsics [#138](https://github.com/paritytech/substrate-subxt/pull/138) * event subscription example [#140](https://github.com/paritytech/substrate-subxt/pull/140) From fac1d3753e339156a4940e83280955a6cec797de Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Fri, 31 Jul 2020 10:01:02 +0100 Subject: [PATCH 7/7] Update parity-scale-codec version --- Cargo.toml | 2 +- proc-macro/Cargo.toml | 2 +- test-node/runtime/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 504ae13024b..ea222904f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ num-traits = { version = "0.2.12", default-features = false } serde = { version = "1.0.114", features = ["derive"] } serde_json = "1.0.56" url = "2.1.1" -codec = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive", "full"] } +codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive", "full"] } frame-metadata = { version = "11.0.0-rc5", package = "frame-metadata" } frame-support = { version = "2.0.0-rc5", package = "frame-support" } diff --git a/proc-macro/Cargo.toml b/proc-macro/Cargo.toml index e41bd91665b..844920f0cf2 100644 --- a/proc-macro/Cargo.toml +++ b/proc-macro/Cargo.toml @@ -25,7 +25,7 @@ synstructure = "0.12.4" [dev-dependencies] async-std = { version = "1.6.2", features = ["attributes"] } -codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] } +codec = { package = "parity-scale-codec", version = "1.3.4", features = ["derive"] } env_logger = "0.7.1" pretty_assertions = "0.6.1" sp-keyring = "2.0.0-rc5" diff --git a/test-node/runtime/Cargo.toml b/test-node/runtime/Cargo.toml index c8b6793090f..2a27d3ea3a2 100644 --- a/test-node/runtime/Cargo.toml +++ b/test-node/runtime/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/paritytech/substrate/" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] } +codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } aura = { version = "2.0.0-rc5", default-features = false, package = "pallet-aura" } balances = { version = "2.0.0-rc5", default-features = false, package = "pallet-balances" }