Skip to content

Commit 4712950

Browse files
committed
bump version for release
1 parent b79f528 commit 4712950

File tree

19 files changed

+106
-32
lines changed

19 files changed

+106
-32
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nodle-chain-executor"
3-
version = "2.0.10"
3+
version = "2.0.11"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2018"
66

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
33
build = "build.rs"
44
edition = "2018"
55
name = "nodle-chain"
6-
version = "2.0.10"
6+
version = "2.0.11"
77

88
[[bin]]
99
name = "nodle-chain"
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"gen": "srtool v0.9.17",
3+
"src": "git",
4+
"version": "2.0.10",
5+
"commit": "a61a2c594e2a771d4f09eb308d2ba1a286f90f49",
6+
"tag": "",
7+
"branch": "master",
8+
"rustc": "rustc 1.53.0 (53cb7b09b 2021-06-17)",
9+
"pkg": "nodle-chain-runtime",
10+
"tmsp": "2021-10-13T10:47:46Z",
11+
"size": "1653394",
12+
"prop": "0x3fc2360e8e098209a08bb9072af9cf1893898820d370351a65092785948f7210",
13+
"ipfs": "QmQ56k1KhbqokizJWAUtxGbhS32SShszStdbeGB3FWj97c",
14+
"sha256": "0xaeb873a5ecee280c31c06b48bfa8d43db6187e6bef3f49979ddb8ec10ad710fa",
15+
"wasm": "runtime/target/srtool/release/wbuild/nodle-chain-runtime/nodle_chain_runtime.compact.wasm",
16+
"info": {
17+
"generator": {
18+
"name": "srtool",
19+
"version": "0.9.17"
20+
},
21+
"src": "git",
22+
"version": "2.0.10",
23+
"git": {
24+
"commit": "a61a2c594e2a771d4f09eb308d2ba1a286f90f49",
25+
"tag": "",
26+
"branch": "master"
27+
},
28+
"rustc": "rustc 1.53.0 (53cb7b09b 2021-06-17)",
29+
"pkg": "nodle-chain-runtime",
30+
"profile": "release"
31+
},
32+
"context": {
33+
"package": "nodle-chain-runtime",
34+
"runtime_dir": "runtime",
35+
"docker": {
36+
"image": "paritytech/srtool",
37+
"tag": "1.53.0"
38+
},
39+
"profile": "release"
40+
},
41+
"runtimes": {
42+
"compact": {
43+
"tmsp": "2021-10-13T10:46:51Z",
44+
"size": "1653394",
45+
"prop": "0x3fc2360e8e098209a08bb9072af9cf1893898820d370351a65092785948f7210",
46+
"blake2_256": "0x251f6e9f50e2fdbd897dd3a3f9915bf7611cf3dca4b68c971b2d7fb270212b8b",
47+
"ipfs": "QmQ56k1KhbqokizJWAUtxGbhS32SShszStdbeGB3FWj97c",
48+
"sha256": "0xaeb873a5ecee280c31c06b48bfa8d43db6187e6bef3f49979ddb8ec10ad710fa",
49+
"wasm": "runtime/target/srtool/release/wbuild/nodle-chain-runtime/nodle_chain_runtime.compact.wasm",
50+
"subwasm": {
51+
"size": 1653394,
52+
"compression": {
53+
"size_compressed": 1653394,
54+
"size_decompressed": 1653394,
55+
"compressed": false
56+
},
57+
"reserved_meta": [
58+
109,
59+
101,
60+
116,
61+
97
62+
],
63+
"reserved_meta_valid": true,
64+
"metadata_version": 12,
65+
"core_version": "nodle-chain-55 (nodle-chain-0.tx3.au1)",
66+
"proposal_hash": "0x3fc2360e8e098209a08bb9072af9cf1893898820d370351a65092785948f7210",
67+
"parachain_authorize_upgrade_hash": "0xeb3ff8df93df82cb671793cfa6c213b1cbdf652b6a42beceaa79b6259ce23c1b",
68+
"ipfs_hash": "QmQ56k1KhbqokizJWAUtxGbhS32SShszStdbeGB3FWj97c",
69+
"blake2_256": "0x251f6e9f50e2fdbd897dd3a3f9915bf7611cf3dca4b68c971b2d7fb270212b8b"
70+
}
71+
},
72+
"compressed": {}
73+
}
74+
}

pallets/allocations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-allocations"
3-
version = "2.0.10"
3+
version = "2.0.11"
44
authors = ['Eliott Teissonniere <git.eliott@teissonniere.org>']
55
edition = "2018"
66
description = "A pallet to handle the Proof Of Connectivity allocations rewards"

pallets/amendments/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-amendments"
3-
version = "2.0.10"
3+
version = "2.0.11"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2018"
66
description = "A pallet to let precise modules amend the state of the chain"

pallets/emergency-shutdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-emergency-shutdown"
3-
version = "2.0.10"
3+
version = "2.0.11"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2018"
66

pallets/grants/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pallet-grants"
33
description = "Provides scheduled balance locking mechanism, in a *graded vesting* way."
44
license = "Apache-2.0"
5-
version = "2.0.10"
5+
version = "2.0.11"
66
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
77
edition = "2018"
88

pallets/nodle-staking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-nodle-staking"
3-
version = "2.0.10"
3+
version = "2.0.11"
44
authors = ['Eliott Teissonniere <git.eliott@teissonniere.org>, R.RajeshKumar <rajesh@nodle.co>']
55
edition = "2018"
66
description = "nodle's custome staking pallet, use a non inflationary reward system"

0 commit comments

Comments
 (0)