Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
alpha.4 release fixes (#5303)
Browse files Browse the repository at this point in the history
* Adding missing metadata for benchmark-pallet

* Missed to bump a few

* release on roling tag

* Wasm executors were missed
  • Loading branch information
gnunicorn authored Mar 18, 2020
1 parent 6a38fdc commit 9fa8589
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ publish-to-crates-io:
<<: *docker-env
only:
- tags
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/
- ci-release
script:
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
- cargo unleash em-dragons --no-check ${CARGO_UNLEASH_PKG_DEF}
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ sp-panic-handler = { version = "2.0.0-alpha.4", path = "../../primitives/panic-h
wasmi = "0.6.2"
parity-wasm = "0.41.0"
lazy_static = "1.4.0"
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../../primitives/wasm-interface" }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../../primitives/wasm-interface" }
sp-runtime-interface = { version = "2.0.0-alpha.4", path = "../../primitives/runtime-interface" }
sp-externalities = { version = "0.8.0-alpha.4", path = "../../primitives/externalities" }
sc-executor-common = { version = "0.8.0-alpha.4", path = "common" }
sc-executor-wasmi = { version = "0.8.0-alpha.2", path = "wasmi" }
sc-executor-wasmtime = { version = "0.8.0-alpha.2", path = "wasmtime", optional = true }
sc-executor-wasmi = { version = "0.8.0-alpha.4", path = "wasmi" }
sc-executor-wasmtime = { version = "0.8.0-alpha.4", path = "wasmtime", optional = true }
parking_lot = "0.10.0"
log = "0.4.8"
libsecp256k1 = "0.3.4"
Expand Down
2 changes: 1 addition & 1 deletion client/executor/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "1.2.0" }
wasmi = "0.6.2"
sp-core = { version = "2.0.0-alpha.4", path = "../../../primitives/core" }
sp-allocator = { version = "2.0.0-alpha.4", path = "../../../primitives/allocator" }
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../../../primitives/wasm-interface" }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../../../primitives/wasm-interface" }
sp-runtime-interface = { version = "2.0.0-alpha.4", path = "../../../primitives/runtime-interface" }
sp-serializer = { version = "2.0.0-alpha.4", path = "../../../primitives/serializer" }

Expand Down
6 changes: 3 additions & 3 deletions client/executor/wasmi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "sc-executor-wasmi"
version = "0.8.0-alpha.3"
version = "0.8.0-alpha.4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "This crate provides an implementation of `WasmRuntime` that is baked by wasmi."
documentation = "https://docs.rs/sc-execturo-wasmi"
documentation = "https://docs.rs/sc-executor-wasmi"

[dependencies]
log = "0.4.8"
wasmi = "0.6.2"
parity-wasm = "0.41.0"
codec = { package = "parity-scale-codec", version = "1.2.0" }
sc-executor-common = { version = "0.8.0-alpha.4", path = "../common" }
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../../../primitives/wasm-interface" }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../../../primitives/wasm-interface" }
sp-runtime-interface = { version = "2.0.0-alpha.4", path = "../../../primitives/runtime-interface" }
sp-core = { version = "2.0.0-alpha.4", path = "../../../primitives/core" }
sp-allocator = { version = "2.0.0-alpha.4", path = "../../../primitives/allocator" }
4 changes: 2 additions & 2 deletions client/executor/wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sc-executor-wasmtime"
version = "0.8.0-alpha.3"
version = "0.8.0-alpha.4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
Expand All @@ -14,7 +14,7 @@ scoped-tls = "1.0"
parity-wasm = "0.41.0"
codec = { package = "parity-scale-codec", version = "1.2.0" }
sc-executor-common = { version = "0.8.0-alpha.4", path = "../common" }
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../../../primitives/wasm-interface" }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../../../primitives/wasm-interface" }
sp-runtime-interface = { version = "2.0.0-alpha.4", path = "../../../primitives/runtime-interface" }
sp-core = { version = "2.0.0-alpha.4", path = "../../../primitives/core" }
sp-allocator = { version = "2.0.0-alpha.4", path = "../../../primitives/allocator" }
Expand Down
3 changes: 3 additions & 0 deletions frame/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "2.0.0-alpha.4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "Patterns to benchmark in a FRAME runtime."

[dependencies]
serde = { version = "1.0.101", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion frame/elections-phragmen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sp-io = { version = "2.0.0-alpha.4", path = "../../primitives/io" }
hex-literal = "0.2.1"
pallet-balances = { version = "2.0.0-alpha.4", path = "../balances" }
sp-core = { version = "2.0.0-alpha.4", path = "../../primitives/core" }
substrate-test-utils = { version = "2.0.0-alpha.2", path = "../../test-utils" }
substrate-test-utils = { version = "2.0.0-alpha.4", path = "../../test-utils" }
serde = { version = "1.0.101" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion frame/example-offchain-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-example-offchain-worker"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Unlicense"
Expand Down
2 changes: 1 addition & 1 deletion frame/example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-example"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Unlicense"
Expand Down
2 changes: 1 addition & 1 deletion frame/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sp-core = { version = "2.0.0-alpha.4", path = "../../primitives/core" }
pallet-balances = { version = "2.0.0-alpha.4", path = "../balances" }
pallet-timestamp = { version = "2.0.0-alpha.4", path = "../timestamp" }
pallet-staking-reward-curve = { version = "2.0.0-alpha.4", path = "../staking/reward-curve" }
substrate-test-utils = { version = "2.0.0-alpha.2", path = "../../test-utils" }
substrate-test-utils = { version = "2.0.0-alpha.4", path = "../../test-utils" }
frame-benchmarking = { version = "2.0.0-alpha.4", path = "../benchmarking" }
rand_chacha = { version = "0.2" }

Expand Down
2 changes: 1 addition & 1 deletion primitives/allocator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/sp-allocator"
[dependencies]
sp-std = { version = "2.0.0-alpha.4", path = "../std", default-features = false }
sp-core = { version = "2.0.0-alpha.4", path = "../core", default-features = false }
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../wasm-interface", default-features = false }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../wasm-interface", default-features = false }
log = { version = "0.4.8", optional = true }
derive_more = { version = "0.99.2", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion primitives/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sp-core = { version = "2.0.0-alpha.4", default-features = false, path = "../core
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../std" }
libsecp256k1 = { version = "0.3.4", optional = true }
sp-state-machine = { version = "0.8.0-alpha.4", optional = true, path = "../../primitives/state-machine" }
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../../primitives/wasm-interface", default-features = false }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../../primitives/wasm-interface", default-features = false }
sp-runtime-interface = { version = "2.0.0-alpha.4", default-features = false, path = "../runtime-interface" }
sp-trie = { version = "2.0.0-alpha.4", optional = true, path = "../../primitives/trie" }
sp-externalities = { version = "0.8.0-alpha.4", optional = true, path = "../externalities" }
Expand Down
2 changes: 1 addition & 1 deletion primitives/phragmen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../std"
sp-runtime = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/runtime" }

[dev-dependencies]
substrate-test-utils = { version = "2.0.0-alpha.2", path = "../../test-utils" }
substrate-test-utils = { version = "2.0.0-alpha.4", path = "../../test-utils" }
sp-io ={ version = "2.0.0-alpha.4", path = "../../primitives/io" }
rand = "0.7.2"

Expand Down
2 changes: 1 addition & 1 deletion primitives/runtime-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Substrate runtime interface"
documentation = "https://docs.rs/sp-runtime-interface/"

[dependencies]
sp-wasm-interface = { version = "2.0.0-alpha.2", path = "../wasm-interface", default-features = false }
sp-wasm-interface = { version = "2.0.0-alpha.4", path = "../wasm-interface", default-features = false }
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../std" }
sp-runtime-interface-proc-macro = { version = "2.0.0-alpha.4", path = "proc-macro" }
sp-externalities = { version = "0.8.0-alpha.4", optional = true, path = "../externalities" }
Expand Down
2 changes: 1 addition & 1 deletion primitives/sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ wasmi = { version = "0.6.2", optional = true }
sp-core = { version = "2.0.0-alpha.4", default-features = false, path = "../core" }
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../std" }
sp-io = { version = "2.0.0-alpha.4", default-features = false, path = "../io" }
sp-wasm-interface = { version = "2.0.0-alpha.2", default-features = false, path = "../wasm-interface" }
sp-wasm-interface = { version = "2.0.0-alpha.4", default-features = false, path = "../wasm-interface" }
codec = { package = "parity-scale-codec", version = "1.2.0", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion primitives/wasm-interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sp-wasm-interface"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substrate-test-utils"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
Expand Down

0 comments on commit 9fa8589

Please sign in to comment.