From 26b3163835450acd6cab9e460c087ebb98cbe69c Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Thu, 13 Oct 2022 13:31:15 +0800 Subject: [PATCH] Release `v2.10.1` (#1461) --- Cargo.lock | 60 ++++++++-------- frame/balances/Cargo.toml | 2 +- frame/bridge/ecdsa-authority/Cargo.toml | 2 +- frame/bridge/message-gadget/Cargo.toml | 2 +- frame/dvm/ethereum/Cargo.toml | 2 +- frame/dvm/evm/Cargo.toml | 2 +- frame/dvm/evm/precompiles/bls12381/Cargo.toml | 2 +- frame/dvm/evm/precompiles/dispatch/Cargo.toml | 2 +- frame/dvm/evm/precompiles/kton/Cargo.toml | 2 +- .../evm/precompiles/state-storage/Cargo.toml | 2 +- frame/dvm/evm/precompiles/utils/Cargo.toml | 2 +- .../evm/precompiles/utils/macro/Cargo.toml | 2 +- frame/header-mmr/Cargo.toml | 2 +- frame/staking/Cargo.toml | 2 +- frame/support/Cargo.toml | 2 +- frame/transaction-pause/Cargo.toml | 2 +- frame/wormhole/backing/parachain/Cargo.toml | 2 +- frame/wormhole/backing/tron/Cargo.toml | 2 +- node/cli/Cargo.toml | 2 +- node/primitives/Cargo.toml | 2 +- node/rpc/Cargo.toml | 2 +- node/runtime/common/Cargo.toml | 2 +- node/runtime/pangolin/Cargo.toml | 2 +- node/runtime/pangolin/src/lib.rs | 2 +- node/runtime/pangolin/src/migrations.rs | 69 +------------------ node/runtime/pangoro/Cargo.toml | 2 +- node/runtime/pangoro/src/lib.rs | 2 +- node/runtime/pangoro/src/migrations.rs | 10 +-- node/runtime/template/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- primitives/ethereum/Cargo.toml | 2 +- primitives/evm-trace/ext/Cargo.toml | 2 +- primitives/evm-trace/tracer/Cargo.toml | 2 +- primitives/merkle-patricia-trie/Cargo.toml | 2 +- primitives/message/Cargo.toml | 2 +- 35 files changed, 66 insertions(+), 137 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acdb1bd8f..d80cda78f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1411,7 +1411,7 @@ dependencies = [ [[package]] name = "darwinia-balances" -version = "2.10.0" +version = "2.10.1" dependencies = [ "darwinia-support", "frame-support", @@ -1427,7 +1427,7 @@ dependencies = [ [[package]] name = "darwinia-ecdsa-authority" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "ethabi", @@ -1445,7 +1445,7 @@ dependencies = [ [[package]] name = "darwinia-ethereum" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -1480,7 +1480,7 @@ dependencies = [ [[package]] name = "darwinia-evm" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "darwinia-balances", @@ -1507,7 +1507,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-bls12-381" -version = "2.10.0" +version = "2.10.1" dependencies = [ "darwinia-evm", "darwinia-evm-precompile-utils", @@ -1519,7 +1519,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-dispatch" -version = "2.10.0" +version = "2.10.1" dependencies = [ "darwinia-evm", "darwinia-evm-precompile-utils", @@ -1533,7 +1533,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-kton" -version = "2.10.0" +version = "2.10.1" dependencies = [ "darwinia-balances", "darwinia-ethereum", @@ -1557,7 +1557,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-state-storage" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "darwinia-balances", @@ -1583,7 +1583,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-utils" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "darwinia-ethereum", @@ -1607,7 +1607,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-utils-macro" -version = "2.10.0" +version = "2.10.1" dependencies = [ "fp-evm", "num_enum", @@ -1619,7 +1619,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "ckb-merkle-mountain-range", @@ -1639,7 +1639,7 @@ dependencies = [ [[package]] name = "darwinia-message-gadget" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "darwinia-balances", @@ -1660,7 +1660,7 @@ dependencies = [ [[package]] name = "darwinia-staking" -version = "2.10.0" +version = "2.10.1" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1690,7 +1690,7 @@ dependencies = [ [[package]] name = "darwinia-support" -version = "2.10.0" +version = "2.10.1" dependencies = [ "bp-messages", "bp-runtime", @@ -1833,7 +1833,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dp-evm-trace-ext" -version = "2.10.0" +version = "2.10.1" dependencies = [ "ethereum-types", "evm-tracing-events", @@ -1845,7 +1845,7 @@ dependencies = [ [[package]] name = "dp-evm-tracer" -version = "2.10.0" +version = "2.10.1" dependencies = [ "dp-evm-trace-ext", "ethereum-types", @@ -1862,14 +1862,14 @@ dependencies = [ [[package]] name = "dp-message" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", ] [[package]] name = "drml" -version = "2.10.0" +version = "2.10.1" dependencies = [ "drml-node-service", "drml-primitives", @@ -1887,7 +1887,7 @@ dependencies = [ [[package]] name = "drml-common-runtime" -version = "2.10.0" +version = "2.10.1" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1911,7 +1911,7 @@ dependencies = [ [[package]] name = "drml-node-service" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "async-trait", @@ -1982,7 +1982,7 @@ dependencies = [ [[package]] name = "drml-primitives" -version = "2.10.0" +version = "2.10.1" dependencies = [ "darwinia-support", "sp-core", @@ -1991,7 +1991,7 @@ dependencies = [ [[package]] name = "drml-rpc" -version = "2.10.0" +version = "2.10.1" dependencies = [ "darwinia-ethereum", "drml-primitives", @@ -2225,7 +2225,7 @@ dependencies = [ [[package]] name = "ethereum-primitives" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "ethash", @@ -4672,7 +4672,7 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merkle-patricia-trie" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "criterion", @@ -4781,7 +4781,7 @@ dependencies = [ [[package]] name = "module-transaction-pause" -version = "2.10.0" +version = "2.10.1" dependencies = [ "darwinia-balances", "darwinia-support", @@ -6036,7 +6036,7 @@ dependencies = [ [[package]] name = "pangolin-runtime" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "beefy-primitives", @@ -6142,7 +6142,7 @@ dependencies = [ [[package]] name = "pangoro-runtime" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "beefy-primitives", @@ -9651,7 +9651,7 @@ dependencies = [ [[package]] name = "template-runtime" -version = "2.10.0" +version = "2.10.1" dependencies = [ "darwinia-balances", "darwinia-ethereum", @@ -9820,7 +9820,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "to-parachain-backing" -version = "2.10.0" +version = "2.10.1" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -9839,7 +9839,7 @@ dependencies = [ [[package]] name = "to-tron-backing" -version = "2.10.0" +version = "2.10.1" dependencies = [ "frame-support", "frame-system", diff --git a/frame/balances/Cargo.toml b/frame/balances/Cargo.toml index a9754a77d..9c6738dd2 100644 --- a/frame/balances/Cargo.toml +++ b/frame/balances/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-balances" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/bridge/ecdsa-authority/Cargo.toml b/frame/bridge/ecdsa-authority/Cargo.toml index d25df4203..7aa5388d4 100644 --- a/frame/bridge/ecdsa-authority/Cargo.toml +++ b/frame/bridge/ecdsa-authority/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-ecdsa-authority" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/bridge/message-gadget/Cargo.toml b/frame/bridge/message-gadget/Cargo.toml index a3c11ae64..6f129ffba 100644 --- a/frame/bridge/message-gadget/Cargo.toml +++ b/frame/bridge/message-gadget/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-message-gadget" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/dvm/ethereum/Cargo.toml b/frame/dvm/ethereum/Cargo.toml index 6cd49bb05..9e5dacb4f 100644 --- a/frame/dvm/ethereum/Cargo.toml +++ b/frame/dvm/ethereum/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-ethereum" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/Cargo.toml b/frame/dvm/evm/Cargo.toml index 39cce1ab4..18a9b20a6 100644 --- a/frame/dvm/evm/Cargo.toml +++ b/frame/dvm/evm/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/bls12381/Cargo.toml b/frame/dvm/evm/precompiles/bls12381/Cargo.toml index 462b79f93..82ed707be 100644 --- a/frame/dvm/evm/precompiles/bls12381/Cargo.toml +++ b/frame/dvm/evm/precompiles/bls12381/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-bls12-381" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/dispatch/Cargo.toml b/frame/dvm/evm/precompiles/dispatch/Cargo.toml index 4344be42c..94feffa4d 100644 --- a/frame/dvm/evm/precompiles/dispatch/Cargo.toml +++ b/frame/dvm/evm/precompiles/dispatch/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-dispatch" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] diff --git a/frame/dvm/evm/precompiles/kton/Cargo.toml b/frame/dvm/evm/precompiles/kton/Cargo.toml index 2bce4e6df..e59db0ff3 100644 --- a/frame/dvm/evm/precompiles/kton/Cargo.toml +++ b/frame/dvm/evm/precompiles/kton/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-kton" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/state-storage/Cargo.toml b/frame/dvm/evm/precompiles/state-storage/Cargo.toml index 9c09118e2..bb48b65de 100644 --- a/frame/dvm/evm/precompiles/state-storage/Cargo.toml +++ b/frame/dvm/evm/precompiles/state-storage/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-state-storage" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/utils/Cargo.toml b/frame/dvm/evm/precompiles/utils/Cargo.toml index 801ca8b6e..fbf270757 100644 --- a/frame/dvm/evm/precompiles/utils/Cargo.toml +++ b/frame/dvm/evm/precompiles/utils/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-utils" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/utils/macro/Cargo.toml b/frame/dvm/evm/precompiles/utils/macro/Cargo.toml index 39f7552ca..f021bf70f 100644 --- a/frame/dvm/evm/precompiles/utils/macro/Cargo.toml +++ b/frame/dvm/evm/precompiles/utils/macro/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-utils-macro" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [lib] proc-macro = true diff --git a/frame/header-mmr/Cargo.toml b/frame/header-mmr/Cargo.toml index ed7c162c7..62c51c330 100644 --- a/frame/header-mmr/Cargo.toml +++ b/frame/header-mmr/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-header-mmr" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/staking/Cargo.toml b/frame/staking/Cargo.toml index dbc360c3e..c8dfd5873 100644 --- a/frame/staking/Cargo.toml +++ b/frame/staking/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-staking" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/support/Cargo.toml b/frame/support/Cargo.toml index 0fa01b60c..5a5750bcd 100644 --- a/frame/support/Cargo.toml +++ b/frame/support/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-support" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/transaction-pause/Cargo.toml b/frame/transaction-pause/Cargo.toml index 4fee3a0dc..666cbddba 100644 --- a/frame/transaction-pause/Cargo.toml +++ b/frame/transaction-pause/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Acala Developers"] edition = "2021" name = "module-transaction-pause" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/wormhole/backing/parachain/Cargo.toml b/frame/wormhole/backing/parachain/Cargo.toml index 376304649..0129a207d 100644 --- a/frame/wormhole/backing/parachain/Cargo.toml +++ b/frame/wormhole/backing/parachain/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "to-parachain-backing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/frame/wormhole/backing/tron/Cargo.toml b/frame/wormhole/backing/tron/Cargo.toml index dc7d7e57e..a64ff2624 100644 --- a/frame/wormhole/backing/tron/Cargo.toml +++ b/frame/wormhole/backing/tron/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "to-tron-backing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index b2b9083dc..b1e5388e5 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "drml" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" # TODO: Consider rename this repo to darwinia-runtime-module-library [[bin]] diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 4ea1a9bc6..8566a94ed 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "drml-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # paritytech diff --git a/node/rpc/Cargo.toml b/node/rpc/Cargo.toml index 450db1b4b..3333bdb9d 100644 --- a/node/rpc/Cargo.toml +++ b/node/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "drml-rpc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/node/runtime/common/Cargo.toml b/node/runtime/common/Cargo.toml index 17832f2d7..2988aa8fc 100644 --- a/node/runtime/common/Cargo.toml +++ b/node/runtime/common/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://darwinia.network" license = "GPL-3.0" name = "drml-common-runtime" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/node/runtime/pangolin/Cargo.toml b/node/runtime/pangolin/Cargo.toml index 43286e5e1..9e6c7ceac 100644 --- a/node/runtime/pangolin/Cargo.toml +++ b/node/runtime/pangolin/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "pangolin-runtime" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/node/runtime/pangolin/src/lib.rs b/node/runtime/pangolin/src/lib.rs index d00ba373e..6ade42c3b 100644 --- a/node/runtime/pangolin/src/lib.rs +++ b/node/runtime/pangolin/src/lib.rs @@ -124,7 +124,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Pangolin"), impl_name: sp_runtime::create_runtime_str!("Pangolin"), authoring_version: 0, - spec_version: 2_10_00_0, + spec_version: 2_10_01_0, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/node/runtime/pangolin/src/migrations.rs b/node/runtime/pangolin/src/migrations.rs index e0f964a7c..c522c929c 100644 --- a/node/runtime/pangolin/src/migrations.rs +++ b/node/runtime/pangolin/src/migrations.rs @@ -27,71 +27,6 @@ impl OnRuntimeUpgrade for CustomOnRuntimeUpgrade { } fn migrate() -> Weight { - Scheduler::migrate_v2_to_v3(); - - for precompile in PangolinPrecompiles::::used_addresses() { - EVM::create_account(&precompile, vec![0x60_u8, 0x00, 0x60, 0x00, 0xFD]); - } - - let storages: &[(&[u8], &[&[u8]])] = &[ - ( - b"EcdsaRelayAuthority", - &[ - b"Candidates", - b"Authorities", - b"NextAuthorities", - b"NextTerm", - b"AuthoritiesToSign", - b"MmrRootsToSignKeys", - b"MmrRootsToSign", - b"SubmitDuration", - ], - ), - ( - // FrameV1 name. - b"DarwiniaEthereumRelay", - &[ - b"ConfirmedHeaderParcels", - b"ConfirmedBlockNumbers", - b"BestConfirmedBlockNumber", - b"ConfirmedDepth", - b"DagsMerkleRoots", - b"ReceiptVerifyFee", - b"PendingRelayHeaderParcels", - ], - ), - ( - // FrameV1 name. - b"Instance1DarwiniaRelayerGame", - &[ - b"RelayHeaderParcelToResolve", - b"Affirmations", - b"BestConfirmedHeaderId", - b"RoundCounts", - b"AffirmTime", - b"GamesToUpdate", - b"Stakes", - b"GameSamplePoints", - ], - ), - ( - b"EthereumBacking", - &[ - b"TokenRedeemAddress", - b"DepositRedeemAddress", - b"SetAuthoritiesAddress", - b"RingTokenAddress", - b"KtonTokenAddress", - b"RedeemStatus", - b"LockAssetEvents", - ], - ), - ]; - storages.iter().for_each(|(module, items)| { - items.iter().for_each(|item| migration::remove_storage_prefix(module, item, &[])) - }); - - - // 0 - RuntimeBlockWeights::get().max_block + 0 + // RuntimeBlockWeights::get().max_block } diff --git a/node/runtime/pangoro/Cargo.toml b/node/runtime/pangoro/Cargo.toml index bf41be652..287622da0 100644 --- a/node/runtime/pangoro/Cargo.toml +++ b/node/runtime/pangoro/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "pangoro-runtime" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/node/runtime/pangoro/src/lib.rs b/node/runtime/pangoro/src/lib.rs index 669e045d4..99cb81008 100644 --- a/node/runtime/pangoro/src/lib.rs +++ b/node/runtime/pangoro/src/lib.rs @@ -96,7 +96,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Pangoro"), impl_name: sp_runtime::create_runtime_str!("Pangoro"), authoring_version: 0, - spec_version: 2_10_00_0, + spec_version: 2_10_01_0, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/node/runtime/pangoro/src/migrations.rs b/node/runtime/pangoro/src/migrations.rs index 28a35aef9..c522c929c 100644 --- a/node/runtime/pangoro/src/migrations.rs +++ b/node/runtime/pangoro/src/migrations.rs @@ -27,12 +27,6 @@ impl OnRuntimeUpgrade for CustomOnRuntimeUpgrade { } fn migrate() -> Weight { - Scheduler::migrate_v2_to_v3(); - - for precompile in PangoroPrecompiles::::used_addresses() { - EVM::create_account(&precompile, vec![0x60_u8, 0x00, 0x60, 0x00, 0xFD]); - } - - // 0 - RuntimeBlockWeights::get().max_block + 0 + // RuntimeBlockWeights::get().max_block } diff --git a/node/runtime/template/Cargo.toml b/node/runtime/template/Cargo.toml index 89c73ef63..6ee932392 100644 --- a/node/runtime/template/Cargo.toml +++ b/node/runtime/template/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "template-runtime" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index aa42b4dfe..a92daa62a 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "drml-node-service" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/primitives/ethereum/Cargo.toml b/primitives/ethereum/Cargo.toml index 27aaa1528..a39ece7ac 100644 --- a/primitives/ethereum/Cargo.toml +++ b/primitives/ethereum/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ethereum-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/primitives/evm-trace/ext/Cargo.toml b/primitives/evm-trace/ext/Cargo.toml index 663a27d13..70c5ff156 100644 --- a/primitives/evm-trace/ext/Cargo.toml +++ b/primitives/evm-trace/ext/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-evm-trace-ext" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/primitives/evm-trace/tracer/Cargo.toml b/primitives/evm-trace/tracer/Cargo.toml index 37b95082e..256d5cf02 100644 --- a/primitives/evm-trace/tracer/Cargo.toml +++ b/primitives/evm-trace/tracer/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://darwinia.network" license = "GPL-3.0" name = "dp-evm-tracer" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies] # crates.io diff --git a/primitives/merkle-patricia-trie/Cargo.toml b/primitives/merkle-patricia-trie/Cargo.toml index 0c7f11d0c..e724b2bc7 100644 --- a/primitives/merkle-patricia-trie/Cargo.toml +++ b/primitives/merkle-patricia-trie/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "merkle-patricia-trie" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [[bench]] harness = false diff --git a/primitives/message/Cargo.toml b/primitives/message/Cargo.toml index fb91f56e9..ed52b5eae 100644 --- a/primitives/message/Cargo.toml +++ b/primitives/message/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-message" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.10.0" +version = "2.10.1" [dependencies]