Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
492 changes: 259 additions & 233 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = 'Unlicense'
version = '3.0.0'
homepage = 'https://substrate.dev'
repository = 'https://github.com/substrate-developer-hub/substrate-parachain-template'
edition = '2018'
edition = '2021'
build = 'build.rs'

[package.metadata.docs.rs]
Expand Down
1 change: 1 addition & 0 deletions node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ pub fn run() -> Result<()> {
set_default_ss58_version(chain_spec);

runner.run_node_until_exit(|config| async move {
let _ = &cli;
let para_id = chain_spec::Extensions::try_get(&*config.chain_spec).map(|e| e.para_id);

if is_pint_dev {
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-index/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'FRAME pallet to implement PINT asset index.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'pallet-asset-index'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-index/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'RPC for the asset-index pallet.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'pallet-asset-index-rpc'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-index/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'RPC runtime API for the asset-index pallet.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'pallet-asset-index-rpc-runtime-api'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion pallets/committee/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'FRAME pallet to implement PINT committee.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'pallet-committee'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion pallets/local-treasury/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'FRAME pallet to implement PINT local treasury.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'pallet-local-treasury'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion pallets/price-feed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'FRAME pallet to implement PINT price feeds.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'pallet-price-feed'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion pallets/remote-asset-manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'FRAME pallet to bond/unbond and transfer assets on other chains.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'pallet-remote-asset-manager'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion pallets/remote-treasury/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'FRAME pallet to implement PINT remote treasury.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'pallet-remote-treasury'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion pallets/saft-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'FRAME pallet to implement PINT SAFT registry.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'pallet-saft-registry'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion primitives/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'PINT proc-macros'
edition = "2018"
edition = "2021"
license = 'LGPL-3.0-only'
name = "derive"
repository = 'https://github.com/ChainSafe/PINT/'
Expand Down
2 changes: 1 addition & 1 deletion primitives/primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'Primitive types and traits for PINT.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'primitives'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion primitives/xcm-calls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'FRAME pallet with XCM bindings to FRAME pallets.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'xcm-calls'
readme = 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'PINT specific RPC.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'pint-rpc'
repository = 'https://github.com/ChainSafe/PINT/'
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ['ChainSafe Systems']
edition = '2018'
edition = '2021'
homepage = 'https://github.com/ChainSafe/PINT'
license = 'LGPL-3.0-only'
name = 'pint-runtime-common'
Expand Down
2 changes: 1 addition & 1 deletion runtime/dev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ['ChainSafe Systems']
edition = '2018'
edition = '2021'
homepage = 'https://substrate.dev'
license = 'LGPL-3.0-only'
name = 'pint-runtime-dev'
Expand Down
2 changes: 1 addition & 1 deletion runtime/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ['ChainSafe Systems']
name = "runtime-integration-tests"
version = "0.1.0"
edition = "2018"
edition = "2021"

[dependencies]
codec = { package = 'parity-scale-codec', version = '2.3.1', default-features = false, features = ['derive', 'max-encoded-len']}
Expand Down
2 changes: 1 addition & 1 deletion runtime/kusama/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ['ChainSafe Systems']
edition = '2018'
edition = '2021'
homepage = 'https://substrate.dev'
license = 'LGPL-3.0-only'
name = 'pint-runtime-kusama'
Expand Down
2 changes: 1 addition & 1 deletion runtime/polkadot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ['ChainSafe Systems']
edition = '2018'
edition = '2021'
homepage = 'https://substrate.dev'
license = 'LGPL-3.0-only'
name = 'pint-runtime-polkadot'
Expand Down
2 changes: 1 addition & 1 deletion test-utils/xcm-test-support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ['ChainSafe Systems']
description = 'Support for testing xcm within PINT.'
edition = '2018'
edition = '2021'
license = 'LGPL-3.0-only'
name = 'xcm-test-support'
readme = 'README.md'
Expand Down