-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b79f528
commit 4712950
Showing
19 changed files
with
106 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "nodle-chain-executor" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["Eliott Teissonniere <[email protected]>"] | |
build = "build.rs" | ||
edition = "2018" | ||
name = "nodle-chain" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
|
||
[[bin]] | ||
name = "nodle-chain" | ||
|
Binary file added
BIN
+1.58 MB
...me-a61a2c594e2a771d4f09eb308d2ba1a286f90f49.compact.wasm/nodle_chain_runtime.compact.wasm
Binary file not shown.
74 changes: 74 additions & 0 deletions
74
nodle-chain-srtool-digest.json/nodle-chain-srtool-digest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"gen": "srtool v0.9.17", | ||
"src": "git", | ||
"version": "2.0.10", | ||
"commit": "a61a2c594e2a771d4f09eb308d2ba1a286f90f49", | ||
"tag": "", | ||
"branch": "master", | ||
"rustc": "rustc 1.53.0 (53cb7b09b 2021-06-17)", | ||
"pkg": "nodle-chain-runtime", | ||
"tmsp": "2021-10-13T10:47:46Z", | ||
"size": "1653394", | ||
"prop": "0x3fc2360e8e098209a08bb9072af9cf1893898820d370351a65092785948f7210", | ||
"ipfs": "QmQ56k1KhbqokizJWAUtxGbhS32SShszStdbeGB3FWj97c", | ||
"sha256": "0xaeb873a5ecee280c31c06b48bfa8d43db6187e6bef3f49979ddb8ec10ad710fa", | ||
"wasm": "runtime/target/srtool/release/wbuild/nodle-chain-runtime/nodle_chain_runtime.compact.wasm", | ||
"info": { | ||
"generator": { | ||
"name": "srtool", | ||
"version": "0.9.17" | ||
}, | ||
"src": "git", | ||
"version": "2.0.10", | ||
"git": { | ||
"commit": "a61a2c594e2a771d4f09eb308d2ba1a286f90f49", | ||
"tag": "", | ||
"branch": "master" | ||
}, | ||
"rustc": "rustc 1.53.0 (53cb7b09b 2021-06-17)", | ||
"pkg": "nodle-chain-runtime", | ||
"profile": "release" | ||
}, | ||
"context": { | ||
"package": "nodle-chain-runtime", | ||
"runtime_dir": "runtime", | ||
"docker": { | ||
"image": "paritytech/srtool", | ||
"tag": "1.53.0" | ||
}, | ||
"profile": "release" | ||
}, | ||
"runtimes": { | ||
"compact": { | ||
"tmsp": "2021-10-13T10:46:51Z", | ||
"size": "1653394", | ||
"prop": "0x3fc2360e8e098209a08bb9072af9cf1893898820d370351a65092785948f7210", | ||
"blake2_256": "0x251f6e9f50e2fdbd897dd3a3f9915bf7611cf3dca4b68c971b2d7fb270212b8b", | ||
"ipfs": "QmQ56k1KhbqokizJWAUtxGbhS32SShszStdbeGB3FWj97c", | ||
"sha256": "0xaeb873a5ecee280c31c06b48bfa8d43db6187e6bef3f49979ddb8ec10ad710fa", | ||
"wasm": "runtime/target/srtool/release/wbuild/nodle-chain-runtime/nodle_chain_runtime.compact.wasm", | ||
"subwasm": { | ||
"size": 1653394, | ||
"compression": { | ||
"size_compressed": 1653394, | ||
"size_decompressed": 1653394, | ||
"compressed": false | ||
}, | ||
"reserved_meta": [ | ||
109, | ||
101, | ||
116, | ||
97 | ||
], | ||
"reserved_meta_valid": true, | ||
"metadata_version": 12, | ||
"core_version": "nodle-chain-55 (nodle-chain-0.tx3.au1)", | ||
"proposal_hash": "0x3fc2360e8e098209a08bb9072af9cf1893898820d370351a65092785948f7210", | ||
"parachain_authorize_upgrade_hash": "0xeb3ff8df93df82cb671793cfa6c213b1cbdf652b6a42beceaa79b6259ce23c1b", | ||
"ipfs_hash": "QmQ56k1KhbqokizJWAUtxGbhS32SShszStdbeGB3FWj97c", | ||
"blake2_256": "0x251f6e9f50e2fdbd897dd3a3f9915bf7611cf3dca4b68c971b2d7fb270212b8b" | ||
} | ||
}, | ||
"compressed": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-allocations" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ['Eliott Teissonniere <[email protected]>'] | ||
edition = "2018" | ||
description = "A pallet to handle the Proof Of Connectivity allocations rewards" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-amendments" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
description = "A pallet to let precise modules amend the state of the chain" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-emergency-shutdown" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "pallet-grants" | ||
description = "Provides scheduled balance locking mechanism, in a *graded vesting* way." | ||
license = "Apache-2.0" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-nodle-staking" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ['Eliott Teissonniere <[email protected]>, R.RajeshKumar <[email protected]>'] | ||
edition = "2018" | ||
description = "nodle's custome staking pallet, use a non inflationary reward system" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-poa" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-reserve" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-root-of-trust" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ['Eliott Teissonniere <[email protected]>'] | ||
edition = "2018" | ||
description = "This pallet implements a distributed Root Of Trust for Certification Authorities" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-root-of-trust-rpc" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-root-of-trust-runtime-api" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-tcr" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ['Eliott Teissonniere <[email protected]>'] | ||
edition = "2018" | ||
description = "A Token Curated Registry module for Substrate" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "nodle-chain-primitives" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
name = "nodle-chain-runtime" | ||
version = "2.0.10" | ||
version = "2.0.11" | ||
|
||
[features] | ||
default = ["std"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
authors = ["Eliott Teissonniere <[email protected]>"] | ||
edition = "2018" | ||
name = "nodle-support" | ||
version = "2.0.10" | ||
version = "2.0.11" |