Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Release v5.3.3 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Sep 19, 2022
1 parent 1a4e28b commit 686a9f2
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 22 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "darwinia-parachain"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.2"
version = "5.3.3"

[features]
alpha = ["pangolin-parachain-runtime/alpha"]
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dc-primitives"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.2"
version = "5.3.3"

[dependencies]
# substrate
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dc-rpc"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.2"
version = "5.3.3"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dp-common-runtime"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.2"
version = "5.3.3"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion runtime/crab-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "crab-parachain-runtime"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.2"
version = "5.3.3"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion runtime/crab-parachain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Crab Parachain"),
impl_name: sp_runtime::create_runtime_str!("Darwinia Crab Parachain"),
authoring_version: 1,
spec_version: 5_3_2_0,
spec_version: 5_3_3_0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion runtime/darwinia-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "darwinia-parachain-runtime"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain/"
version = "5.3.2"
version = "5.3.3"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion runtime/darwinia-parachain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Darwinia Parachain"),
impl_name: sp_runtime::create_runtime_str!("Darwinia Parachain"),
authoring_version: 1,
spec_version: 5_3_2_0,
spec_version: 5_3_3_0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion runtime/pangolin-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "pangolin-parachain-runtime"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.2"
version = "5.3.3"

[dependencies]
# crates.io
Expand Down
4 changes: 2 additions & 2 deletions runtime/pangolin-parachain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Pangolin Parachain"),
impl_name: sp_runtime::create_runtime_str!("Pangolin Parachain"),
authoring_version: 1,
spec_version: 5_3_2_0,
spec_version: 5_3_3_0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand All @@ -137,7 +137,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Pangolin Parachain Alpha"),
impl_name: sp_runtime::create_runtime_str!("Pangolin Parachain Alpha"),
authoring_version: 1,
spec_version: 5_3_2_0,
spec_version: 5_3_3_0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
6 changes: 2 additions & 4 deletions runtime/pangolin-parachain/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ impl OnRuntimeUpgrade for CustomOnRuntimeUpgrade {
}

fn migrate() -> Weight {
migration::move_pallet(b"RemoteGovernment", b"RemoteGovernance");

// 0
RuntimeBlockWeights::get().max_block
0
// RuntimeBlockWeights::get().max_block
}

0 comments on commit 686a9f2

Please sign in to comment.