diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f03166922f..8f98534f2a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,7 @@ on: - '**/README.md' env: - TARPAULIN_VERSION: 0.18.0 + TARPAULIN_VERSION: 0.18.2 jobs: test: @@ -47,7 +47,8 @@ jobs: run: | wget https://github.com/xd009642/tarpaulin/releases/download/${{ env.TARPAULIN_VERSION }}/cargo-tarpaulin-${{ env.TARPAULIN_VERSION }}-travis.tar.gz tar -zxvf cargo-tarpaulin-${{ env.TARPAULIN_VERSION }}-travis.tar.gz -C $HOME/.cargo/bin - cargo tarpaulin --debug --verbose --features with-mandala-runtime --no-fail-fast --workspace --timeout 300 --out Xml + # TODO: remove `--avoid-cfg-tarpaulin` after https://github.com/xd009642/tarpaulin/issues/756 + cargo tarpaulin --avoid-cfg-tarpaulin --debug --verbose --features with-mandala-runtime --no-fail-fast --workspace --timeout 300 --out Xml - name: Upload to codecov.io uses: codecov/codecov-action@v1 with: diff --git a/Cargo.lock b/Cargo.lock index 360a8ad41c..04a2ca604e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "acala" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-cli", "acala-service", @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "acala-cli" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-inspect", "acala-service", @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "acala-inspect" -version = "1.4.1" +version = "1.4.2" dependencies = [ "derive_more", "log", @@ -66,7 +66,7 @@ dependencies = [ [[package]] name = "acala-primitives" -version = "1.4.1" +version = "1.4.2" dependencies = [ "bstringify", "chainbridge", @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "acala-rpc" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "evm-rpc", @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "acala-runtime" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "chainbridge", @@ -210,7 +210,7 @@ dependencies = [ [[package]] name = "acala-service" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "acala-rpc", @@ -2380,7 +2380,7 @@ dependencies = [ [[package]] name = "ecosystem-chainsafe" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "chainbridge", @@ -2399,7 +2399,7 @@ dependencies = [ [[package]] name = "ecosystem-compound-cash" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -2415,7 +2415,7 @@ dependencies = [ [[package]] name = "ecosystem-renvm-bridge" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -2436,7 +2436,7 @@ dependencies = [ [[package]] name = "ecosystem-starport" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -2686,7 +2686,7 @@ dependencies = [ [[package]] name = "evm-rpc" -version = "1.4.1" +version = "1.4.2" dependencies = [ "ethereum-types", "frame-support", @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "karura-runtime" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "cumulus-pallet-aura-ext", @@ -5075,7 +5075,7 @@ dependencies = [ [[package]] name = "mandala-runtime" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "acala-service", @@ -5441,7 +5441,7 @@ dependencies = [ [[package]] name = "module-airdrop" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5455,7 +5455,7 @@ dependencies = [ [[package]] name = "module-auction-manager" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5478,7 +5478,7 @@ dependencies = [ [[package]] name = "module-cdp-engine" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5505,7 +5505,7 @@ dependencies = [ [[package]] name = "module-cdp-treasury" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5527,7 +5527,7 @@ dependencies = [ [[package]] name = "module-collator-selection" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-benchmarking", @@ -5552,7 +5552,7 @@ dependencies = [ [[package]] name = "module-currencies" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5575,7 +5575,7 @@ dependencies = [ [[package]] name = "module-dex" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-benchmarking", @@ -5595,7 +5595,7 @@ dependencies = [ [[package]] name = "module-emergency-shutdown" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5617,7 +5617,7 @@ dependencies = [ [[package]] name = "module-evm" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "env_logger 0.7.1", @@ -5648,7 +5648,7 @@ dependencies = [ [[package]] name = "module-evm-accounts" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5669,7 +5669,7 @@ dependencies = [ [[package]] name = "module-evm-bridge" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "ethereum-types", @@ -5693,7 +5693,7 @@ dependencies = [ [[package]] name = "module-evm-manager" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5717,7 +5717,7 @@ dependencies = [ [[package]] name = "module-evm-rpc-runtime-api" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "ethereum-types", @@ -5729,7 +5729,7 @@ dependencies = [ [[package]] name = "module-example" -version = "1.4.1" +version = "1.4.2" dependencies = [ "frame-support", "frame-system", @@ -5742,7 +5742,7 @@ dependencies = [ [[package]] name = "module-homa" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5756,7 +5756,7 @@ dependencies = [ [[package]] name = "module-homa-lite" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-benchmarking", @@ -5777,7 +5777,7 @@ dependencies = [ [[package]] name = "module-homa-validator-list" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5798,7 +5798,7 @@ dependencies = [ [[package]] name = "module-honzon" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5822,7 +5822,7 @@ dependencies = [ [[package]] name = "module-incentives" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5842,7 +5842,7 @@ dependencies = [ [[package]] name = "module-loans" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5863,7 +5863,7 @@ dependencies = [ [[package]] name = "module-nft" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "enumflags2", @@ -5888,7 +5888,7 @@ dependencies = [ [[package]] name = "module-nominees-election" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5908,7 +5908,7 @@ dependencies = [ [[package]] name = "module-polkadot-bridge" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5925,7 +5925,7 @@ dependencies = [ [[package]] name = "module-prices" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5943,7 +5943,7 @@ dependencies = [ [[package]] name = "module-session-manager" -version = "1.4.1" +version = "1.4.2" dependencies = [ "frame-support", "frame-system", @@ -5959,7 +5959,7 @@ dependencies = [ [[package]] name = "module-staking-pool" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -5979,7 +5979,7 @@ dependencies = [ [[package]] name = "module-staking-pool-rpc" -version = "1.4.1" +version = "1.4.2" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5995,7 +5995,7 @@ dependencies = [ [[package]] name = "module-staking-pool-rpc-runtime-api" -version = "1.4.1" +version = "1.4.2" dependencies = [ "module-support", "parity-scale-codec", @@ -6007,7 +6007,7 @@ dependencies = [ [[package]] name = "module-support" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -6021,7 +6021,7 @@ dependencies = [ [[package]] name = "module-transaction-pause" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -6041,7 +6041,7 @@ dependencies = [ [[package]] name = "module-transaction-payment" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "frame-support", @@ -9020,7 +9020,7 @@ dependencies = [ [[package]] name = "primitives-proc-macro" -version = "1.4.1" +version = "1.4.2" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9719,7 +9719,7 @@ dependencies = [ [[package]] name = "runtime-common" -version = "1.4.1" +version = "1.4.2" dependencies = [ "acala-primitives", "acala-service", diff --git a/ecosystem-modules/chainsafe/Cargo.toml b/ecosystem-modules/chainsafe/Cargo.toml index 3c77e5cd40..19dff0dba1 100644 --- a/ecosystem-modules/chainsafe/Cargo.toml +++ b/ecosystem-modules/chainsafe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ecosystem-chainsafe" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/ecosystem-modules/compound-cash/Cargo.toml b/ecosystem-modules/compound-cash/Cargo.toml index aa3bf8bda7..76f4cca29f 100644 --- a/ecosystem-modules/compound-cash/Cargo.toml +++ b/ecosystem-modules/compound-cash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ecosystem-compound-cash" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/ecosystem-modules/ren/renvm-bridge/Cargo.toml b/ecosystem-modules/ren/renvm-bridge/Cargo.toml index b19db0e752..54194b6bff 100644 --- a/ecosystem-modules/ren/renvm-bridge/Cargo.toml +++ b/ecosystem-modules/ren/renvm-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ecosystem-renvm-bridge" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/ecosystem-modules/starport/Cargo.toml b/ecosystem-modules/starport/Cargo.toml index ddb8306f3b..782846d879 100644 --- a/ecosystem-modules/starport/Cargo.toml +++ b/ecosystem-modules/starport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ecosystem-starport" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/inspect/Cargo.toml b/inspect/Cargo.toml index c103a96d2a..4f57550b68 100644 --- a/inspect/Cargo.toml +++ b/inspect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acala-inspect" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/airdrop/Cargo.toml b/modules/airdrop/Cargo.toml index 277529d148..440d909af7 100644 --- a/modules/airdrop/Cargo.toml +++ b/modules/airdrop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-airdrop" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/auction-manager/Cargo.toml b/modules/auction-manager/Cargo.toml index 4ea4fe857a..868721b5fe 100644 --- a/modules/auction-manager/Cargo.toml +++ b/modules/auction-manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-auction-manager" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/cdp-engine/Cargo.toml b/modules/cdp-engine/Cargo.toml index fd6ac55a3f..17760a5c8c 100644 --- a/modules/cdp-engine/Cargo.toml +++ b/modules/cdp-engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-cdp-engine" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/cdp-treasury/Cargo.toml b/modules/cdp-treasury/Cargo.toml index 714854c290..650d7dd581 100644 --- a/modules/cdp-treasury/Cargo.toml +++ b/modules/cdp-treasury/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-cdp-treasury" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/collator-selection/Cargo.toml b/modules/collator-selection/Cargo.toml index 41763d6f0f..f84ce8fc90 100644 --- a/modules/collator-selection/Cargo.toml +++ b/modules/collator-selection/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'module-collator-selection' -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/currencies/Cargo.toml b/modules/currencies/Cargo.toml index 9492ab8b98..16782158b4 100644 --- a/modules/currencies/Cargo.toml +++ b/modules/currencies/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-currencies" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/dex/Cargo.toml b/modules/dex/Cargo.toml index 5ae7fefdf6..9f3557d7d2 100644 --- a/modules/dex/Cargo.toml +++ b/modules/dex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-dex" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/emergency-shutdown/Cargo.toml b/modules/emergency-shutdown/Cargo.toml index dcb8f932e0..b0573c94cc 100644 --- a/modules/emergency-shutdown/Cargo.toml +++ b/modules/emergency-shutdown/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-emergency-shutdown" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/evm-accounts/Cargo.toml b/modules/evm-accounts/Cargo.toml index 930705eb2c..ba2d7eaa47 100644 --- a/modules/evm-accounts/Cargo.toml +++ b/modules/evm-accounts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-evm-accounts" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/evm-bridge/Cargo.toml b/modules/evm-bridge/Cargo.toml index ae4a2cc9a5..a03803da84 100644 --- a/modules/evm-bridge/Cargo.toml +++ b/modules/evm-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-evm-bridge" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/evm-manager/Cargo.toml b/modules/evm-manager/Cargo.toml index 0f18f6a75f..ce6b17c988 100644 --- a/modules/evm-manager/Cargo.toml +++ b/modules/evm-manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-evm-manager" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/evm/Cargo.toml b/modules/evm/Cargo.toml index 4e252af661..f908665f9f 100644 --- a/modules/evm/Cargo.toml +++ b/modules/evm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-evm" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/evm/rpc/Cargo.toml b/modules/evm/rpc/Cargo.toml index 5ef71e3510..d7ab10a1e0 100644 --- a/modules/evm/rpc/Cargo.toml +++ b/modules/evm/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evm-rpc" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/evm/rpc/runtime_api/Cargo.toml b/modules/evm/rpc/runtime_api/Cargo.toml index f46af00e6e..ae43bda974 100644 --- a/modules/evm/rpc/runtime_api/Cargo.toml +++ b/modules/evm/rpc/runtime_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-evm-rpc-runtime-api" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/example/Cargo.toml b/modules/example/Cargo.toml index e4a70dfc32..fc67a9e2d7 100644 --- a/modules/example/Cargo.toml +++ b/modules/example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-example" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/homa-lite/Cargo.toml b/modules/homa-lite/Cargo.toml index caeac462d9..3bb15a20a4 100644 --- a/modules/homa-lite/Cargo.toml +++ b/modules/homa-lite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-homa-lite" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/homa-validator-list/Cargo.toml b/modules/homa-validator-list/Cargo.toml index 6db7c1eb2f..590ab68a37 100644 --- a/modules/homa-validator-list/Cargo.toml +++ b/modules/homa-validator-list/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-homa-validator-list" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/homa/Cargo.toml b/modules/homa/Cargo.toml index 76076eae04..562f96af00 100644 --- a/modules/homa/Cargo.toml +++ b/modules/homa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-homa" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/honzon/Cargo.toml b/modules/honzon/Cargo.toml index d3f3546a93..5eb18d1764 100644 --- a/modules/honzon/Cargo.toml +++ b/modules/honzon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-honzon" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/incentives/Cargo.toml b/modules/incentives/Cargo.toml index 7a260acad9..d009fbee85 100644 --- a/modules/incentives/Cargo.toml +++ b/modules/incentives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-incentives" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/loans/Cargo.toml b/modules/loans/Cargo.toml index 8506e86465..a05e90a046 100644 --- a/modules/loans/Cargo.toml +++ b/modules/loans/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-loans" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/nft/Cargo.toml b/modules/nft/Cargo.toml index 6ecbdeac4d..982f19275f 100644 --- a/modules/nft/Cargo.toml +++ b/modules/nft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-nft" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/nominees-election/Cargo.toml b/modules/nominees-election/Cargo.toml index 731b538a33..8eb75706de 100644 --- a/modules/nominees-election/Cargo.toml +++ b/modules/nominees-election/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-nominees-election" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/polkadot-bridge/Cargo.toml b/modules/polkadot-bridge/Cargo.toml index a2894e95ca..bedd6cd041 100644 --- a/modules/polkadot-bridge/Cargo.toml +++ b/modules/polkadot-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-polkadot-bridge" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/prices/Cargo.toml b/modules/prices/Cargo.toml index b0bb9948cd..bab1c8b58b 100644 --- a/modules/prices/Cargo.toml +++ b/modules/prices/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-prices" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/session-manager/Cargo.toml b/modules/session-manager/Cargo.toml index 80248768b7..3cd10973b8 100644 --- a/modules/session-manager/Cargo.toml +++ b/modules/session-manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-session-manager" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/staking-pool/Cargo.toml b/modules/staking-pool/Cargo.toml index 231406e084..1b11c2a949 100644 --- a/modules/staking-pool/Cargo.toml +++ b/modules/staking-pool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-staking-pool" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/staking-pool/rpc/Cargo.toml b/modules/staking-pool/rpc/Cargo.toml index 26d5594a6c..ed8113a366 100644 --- a/modules/staking-pool/rpc/Cargo.toml +++ b/modules/staking-pool/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-staking-pool-rpc" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/staking-pool/rpc/runtime-api/Cargo.toml b/modules/staking-pool/rpc/runtime-api/Cargo.toml index 7f8d61de59..bd05a25ea4 100644 --- a/modules/staking-pool/rpc/runtime-api/Cargo.toml +++ b/modules/staking-pool/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-staking-pool-rpc-runtime-api" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/support/Cargo.toml b/modules/support/Cargo.toml index 19b306027f..cc1f0e2131 100644 --- a/modules/support/Cargo.toml +++ b/modules/support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-support" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/transaction-pause/Cargo.toml b/modules/transaction-pause/Cargo.toml index b5320c3ee0..7078927d64 100644 --- a/modules/transaction-pause/Cargo.toml +++ b/modules/transaction-pause/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-transaction-pause" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/modules/transaction-payment/Cargo.toml b/modules/transaction-payment/Cargo.toml index 9a90d3d154..0d876732e1 100644 --- a/modules/transaction-payment/Cargo.toml +++ b/modules/transaction-payment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-transaction-payment" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/node/Cargo.toml b/node/Cargo.toml index 9c33cf63bf..7f37a218e8 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acala" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" default-run = "acala" diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index af7d563006..ab97b8beb5 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acala-cli" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 7de6e06ef7..93d0ed7382 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acala-service" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/orml b/orml index fc4496e484..69426e8597 160000 --- a/orml +++ b/orml @@ -1 +1 @@ -Subproject commit fc4496e48405887ce901ab581d0139d7449aa771 +Subproject commit 69426e8597ebc7c7922b81dbb2f6cc2ab7851e86 diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 3be175f2d4..fb2617284c 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acala-primitives" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/primitives/proc-macro/Cargo.toml b/primitives/proc-macro/Cargo.toml index 114acd1c50..379f9fc176 100644 --- a/primitives/proc-macro/Cargo.toml +++ b/primitives/proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "primitives-proc-macro" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 5ab89e3365..1cfe88b96d 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acala-rpc" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/runtime/acala/Cargo.toml b/runtime/acala/Cargo.toml index a631e349af..62472bac7e 100644 --- a/runtime/acala/Cargo.toml +++ b/runtime/acala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acala-runtime" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" build = "build.rs" diff --git a/runtime/acala/src/lib.rs b/runtime/acala/src/lib.rs index c449e6ee2e..cb365f639a 100644 --- a/runtime/acala/src/lib.rs +++ b/runtime/acala/src/lib.rs @@ -101,13 +101,14 @@ pub use primitives::{ pub use runtime_common::{ cent, dollar, microcent, millicent, CurveFeeModel, EnsureRootOrAllGeneralCouncil, EnsureRootOrAllTechnicalCommittee, EnsureRootOrHalfFinancialCouncil, EnsureRootOrHalfGeneralCouncil, - EnsureRootOrHalfHomaCouncil, EnsureRootOrOneThirdsTechnicalCommittee, EnsureRootOrThreeFourthsGeneralCouncil, - EnsureRootOrTwoThirdsGeneralCouncil, EnsureRootOrTwoThirdsTechnicalCommittee, ExchangeRate, - FinancialCouncilInstance, FinancialCouncilMembershipInstance, GasToWeight, GeneralCouncilInstance, - GeneralCouncilMembershipInstance, HomaCouncilInstance, HomaCouncilMembershipInstance, OffchainSolutionWeightLimit, - OperatorMembershipInstanceAcala, OperatorMembershipInstanceBand, Price, ProxyType, Rate, Ratio, - RelaychainBlockNumberProvider, RuntimeBlockLength, RuntimeBlockWeights, SystemContractsFilter, - TechnicalCommitteeInstance, TechnicalCommitteeMembershipInstance, TimeStampedPrice, ACA, AUSD, DOT, LDOT, RENBTC, + EnsureRootOrHalfHomaCouncil, EnsureRootOrOneGeneralCouncil, EnsureRootOrOneThirdsTechnicalCommittee, + EnsureRootOrThreeFourthsGeneralCouncil, EnsureRootOrTwoThirdsGeneralCouncil, + EnsureRootOrTwoThirdsTechnicalCommittee, ExchangeRate, FinancialCouncilInstance, + FinancialCouncilMembershipInstance, GasToWeight, GeneralCouncilInstance, GeneralCouncilMembershipInstance, + HomaCouncilInstance, HomaCouncilMembershipInstance, OffchainSolutionWeightLimit, OperatorMembershipInstanceAcala, + OperatorMembershipInstanceBand, Price, ProxyType, Rate, Ratio, RelaychainBlockNumberProvider, RuntimeBlockLength, + RuntimeBlockWeights, SystemContractsFilter, TechnicalCommitteeInstance, TechnicalCommitteeMembershipInstance, + TimeStampedPrice, ACA, AUSD, DOT, LDOT, RENBTC, }; mod authority; @@ -774,7 +775,7 @@ impl orml_tokens::Config for Runtime { type Balance = Balance; type Amount = Amount; type CurrencyId = CurrencyId; - type SweepOrigin = EnsureRootOrAllGeneralCouncil; + type SweepOrigin = EnsureRootOrOneGeneralCouncil; type WeightInfo = weights::orml_tokens::WeightInfo; type ExistentialDeposits = ExistentialDeposits; type OnDust = orml_tokens::TransferDust; diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 4eb9725a6c..bb8e9cf19c 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-common" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index a85fb7f7f6..a90e2afc87 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -224,6 +224,9 @@ pub type EnsureRootOrThreeFourthsGeneralCouncil = EnsureOneOf< pallet_collective::EnsureProportionAtLeast<_3, _4, AccountId, GeneralCouncilInstance>, >; +pub type EnsureRootOrOneGeneralCouncil = + EnsureOneOf, pallet_collective::EnsureMember>; + // Financial Council pub type EnsureRootOrAllFinancialCouncil = EnsureOneOf< AccountId, diff --git a/runtime/karura/Cargo.toml b/runtime/karura/Cargo.toml index 7852f38ae9..b5ec2109a5 100644 --- a/runtime/karura/Cargo.toml +++ b/runtime/karura/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "karura-runtime" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" build = "build.rs" diff --git a/runtime/karura/src/lib.rs b/runtime/karura/src/lib.rs index 2c9797ae16..c2a0fd1f15 100644 --- a/runtime/karura/src/lib.rs +++ b/runtime/karura/src/lib.rs @@ -111,14 +111,14 @@ pub use primitives::{ pub use runtime_common::{ cent, dollar, microcent, millicent, CurveFeeModel, EnsureRootOrAllGeneralCouncil, EnsureRootOrAllTechnicalCommittee, EnsureRootOrHalfFinancialCouncil, EnsureRootOrHalfGeneralCouncil, - EnsureRootOrHalfHomaCouncil, EnsureRootOrOneThirdsTechnicalCommittee, EnsureRootOrThreeFourthsGeneralCouncil, - EnsureRootOrTwoThirdsGeneralCouncil, EnsureRootOrTwoThirdsTechnicalCommittee, ExchangeRate, - FinancialCouncilInstance, FinancialCouncilMembershipInstance, GasToWeight, GeneralCouncilInstance, - GeneralCouncilMembershipInstance, HomaCouncilInstance, HomaCouncilMembershipInstance, - OperatorMembershipInstanceAcala, OperatorMembershipInstanceBand, Price, ProxyType, Rate, Ratio, - RelaychainBlockNumberProvider, RelaychainSubAccountId, RuntimeBlockLength, RuntimeBlockWeights, - SystemContractsFilter, TechnicalCommitteeInstance, TechnicalCommitteeMembershipInstance, TimeStampedPrice, BNC, - KAR, KSM, KUSD, LKSM, RENBTC, + EnsureRootOrHalfHomaCouncil, EnsureRootOrOneGeneralCouncil, EnsureRootOrOneThirdsTechnicalCommittee, + EnsureRootOrThreeFourthsGeneralCouncil, EnsureRootOrTwoThirdsGeneralCouncil, + EnsureRootOrTwoThirdsTechnicalCommittee, ExchangeRate, FinancialCouncilInstance, + FinancialCouncilMembershipInstance, GasToWeight, GeneralCouncilInstance, GeneralCouncilMembershipInstance, + HomaCouncilInstance, HomaCouncilMembershipInstance, OperatorMembershipInstanceAcala, + OperatorMembershipInstanceBand, Price, ProxyType, Rate, Ratio, RelaychainBlockNumberProvider, + RelaychainSubAccountId, RuntimeBlockLength, RuntimeBlockWeights, SystemContractsFilter, TechnicalCommitteeInstance, + TechnicalCommitteeMembershipInstance, TimeStampedPrice, BNC, KAR, KSM, KUSD, LKSM, RENBTC, }; mod authority; @@ -131,7 +131,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("karura"), impl_name: create_runtime_str!("karura"), authoring_version: 1, - spec_version: 1009, + spec_version: 1010, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -783,7 +783,7 @@ impl orml_tokens::Config for Runtime { type Balance = Balance; type Amount = Amount; type CurrencyId = CurrencyId; - type SweepOrigin = EnsureRootOrAllGeneralCouncil; + type SweepOrigin = EnsureRootOrOneGeneralCouncil; type WeightInfo = weights::orml_tokens::WeightInfo; type ExistentialDeposits = ExistentialDeposits; type OnDust = orml_tokens::TransferDust; @@ -1704,9 +1704,8 @@ impl orml_xcm::Config for Runtime { pub struct OnRuntimeUpgrade; impl frame_support::traits::OnRuntimeUpgrade for OnRuntimeUpgrade { fn on_runtime_upgrade() -> u64 { - frame_support::migrations::migrate_from_pallet_version_to_storage_version::( - &RocksDbWeight::get(), - ) + // no migration + 0 } } diff --git a/runtime/karura/src/weights/module_auction_manager.rs b/runtime/karura/src/weights/module_auction_manager.rs index d88e879416..7593357a2e 100644 --- a/runtime/karura/src/weights/module_auction_manager.rs +++ b/runtime/karura/src/weights/module_auction_manager.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_auction_manager //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,7 +48,7 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_auction_manager::WeightInfo for WeightInfo { fn cancel_collateral_auction() -> Weight { - (144_908_000 as Weight) + (148_427_000 as Weight) .saturating_add(T::DbWeight::get().reads(11 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) } diff --git a/runtime/karura/src/weights/module_cdp_engine.rs b/runtime/karura/src/weights/module_cdp_engine.rs index 60722725cc..b35fcbcd04 100644 --- a/runtime/karura/src/weights/module_cdp_engine.rs +++ b/runtime/karura/src/weights/module_cdp_engine.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_cdp_engine //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,33 +48,33 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_cdp_engine::WeightInfo for WeightInfo { fn on_initialize(c: u32, ) -> Weight { - (33_833_000 as Weight) - // Standard Error: 65_000 - .saturating_add((4_102_000 as Weight).saturating_mul(c as Weight)) + (33_217_000 as Weight) + // Standard Error: 66_000 + .saturating_add((4_523_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn set_collateral_params() -> Weight { - (58_369_000 as Weight) + (63_093_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_global_params() -> Weight { - (19_431_000 as Weight) + (20_645_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn liquidate_by_auction() -> Weight { - (310_239_000 as Weight) + (315_153_000 as Weight) .saturating_add(T::DbWeight::get().reads(24 as Weight)) .saturating_add(T::DbWeight::get().writes(17 as Weight)) } fn liquidate_by_dex() -> Weight { - (413_203_000 as Weight) + (422_276_000 as Weight) .saturating_add(T::DbWeight::get().reads(27 as Weight)) .saturating_add(T::DbWeight::get().writes(16 as Weight)) } fn settle() -> Weight { - (168_511_000 as Weight) + (173_378_000 as Weight) .saturating_add(T::DbWeight::get().reads(13 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) } diff --git a/runtime/karura/src/weights/module_cdp_treasury.rs b/runtime/karura/src/weights/module_cdp_treasury.rs index b10da54709..304e4df99f 100644 --- a/runtime/karura/src/weights/module_cdp_treasury.rs +++ b/runtime/karura/src/weights/module_cdp_treasury.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_cdp_treasury //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,16 +48,16 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_cdp_treasury::WeightInfo for WeightInfo { fn auction_collateral() -> Weight { - (67_011_000 as Weight) + (67_951_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } fn set_expected_collateral_auction_size() -> Weight { - (21_097_000 as Weight) + (21_573_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn extract_surplus_to_treasury() -> Weight { - (73_179_000 as Weight) + (76_413_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } diff --git a/runtime/karura/src/weights/module_collator_selection.rs b/runtime/karura/src/weights/module_collator_selection.rs index 9b81b42435..906c214cde 100644 --- a/runtime/karura/src/weights/module_collator_selection.rs +++ b/runtime/karura/src/weights/module_collator_selection.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_collator_selection //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,67 +48,67 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_collator_selection::WeightInfo for WeightInfo { fn set_invulnerables(b: u32, ) -> Weight { - (19_091_000 as Weight) - // Standard Error: 11_000 - .saturating_add((257_000 as Weight).saturating_mul(b as Weight)) + (19_464_000 as Weight) + // Standard Error: 10_000 + .saturating_add((343_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_desired_candidates() -> Weight { - (17_387_000 as Weight) + (18_136_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_candidacy_bond() -> Weight { - (17_669_000 as Weight) + (18_032_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn register_as_candidate(c: u32, ) -> Weight { - (82_952_000 as Weight) - // Standard Error: 17_000 - .saturating_add((563_000 as Weight).saturating_mul(c as Weight)) + (86_232_000 as Weight) + // Standard Error: 5_000 + .saturating_add((556_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn register_candidate(c: u32, ) -> Weight { - (47_412_000 as Weight) - // Standard Error: 9_000 - .saturating_add((486_000 as Weight).saturating_mul(c as Weight)) + (46_872_000 as Weight) + // Standard Error: 4_000 + .saturating_add((603_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn leave_intent(c: u32, ) -> Weight { - (32_513_000 as Weight) + (34_352_000 as Weight) // Standard Error: 6_000 - .saturating_add((422_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((486_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn withdraw_bond() -> Weight { - (62_819_000 as Weight) + (64_002_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn note_author() -> Weight { - (65_677_000 as Weight) + (66_846_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn new_session() -> Weight { - (32_622_000 as Weight) + (36_146_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn start_session(_r: u32, c: u32, ) -> Weight { - (19_664_000 as Weight) - // Standard Error: 20_000 - .saturating_add((2_807_000 as Weight).saturating_mul(c as Weight)) + (16_289_000 as Weight) + // Standard Error: 15_000 + .saturating_add((2_921_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(c as Weight))) } fn end_session(_r: u32, c: u32, ) -> Weight { - (1_202_592_000 as Weight) - // Standard Error: 65_000 - .saturating_add((9_299_000 as Weight).saturating_mul(c as Weight)) + (1_339_453_000 as Weight) + // Standard Error: 70_000 + .saturating_add((9_154_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes(49 as Weight)) diff --git a/runtime/karura/src/weights/module_currencies.rs b/runtime/karura/src/weights/module_currencies.rs index 7d18e379e3..8ed4af3105 100644 --- a/runtime/karura/src/weights/module_currencies.rs +++ b/runtime/karura/src/weights/module_currencies.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_currencies //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-09-02, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -28,7 +28,7 @@ // --chain=karura-dev // --steps=50 // --repeat=20 -// --pallet=module_currencies +// --pallet=* // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -48,27 +48,27 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_currencies::WeightInfo for WeightInfo { fn transfer_non_native_currency() -> Weight { - (98_870_000 as Weight) + (104_217_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn transfer_native_currency() -> Weight { - (98_539_000 as Weight) + (103_720_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn update_balance_non_native_currency() -> Weight { - (53_669_000 as Weight) + (56_298_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn update_balance_native_currency_creating() -> Weight { - (52_014_000 as Weight) + (55_062_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn update_balance_native_currency_killing() -> Weight { - (61_111_000 as Weight) + (63_199_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/karura/src/weights/module_dex.rs b/runtime/karura/src/weights/module_dex.rs index 0a01304cc8..bce6eca2f6 100644 --- a/runtime/karura/src/weights/module_dex.rs +++ b/runtime/karura/src/weights/module_dex.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_dex //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,71 +48,69 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_dex::WeightInfo for WeightInfo { fn enable_trading_pair() -> Weight { - (25_315_000 as Weight) + (26_792_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn disable_trading_pair() -> Weight { - (25_669_000 as Weight) + (27_914_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn list_provisioning() -> Weight { - (36_367_000 as Weight) + (37_299_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn update_provisioning_parameters() -> Weight { - (11_940_000 as Weight) + (12_382_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn end_provisioning() -> Weight { - (81_857_000 as Weight) + (85_548_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } fn add_provision() -> Weight { - (156_941_000 as Weight) + (164_657_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } fn claim_dex_share() -> Weight { - (112_374_000 as Weight) + (115_042_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } fn add_liquidity() -> Weight { - (201_455_000 as Weight) + (209_556_000 as Weight) .saturating_add(T::DbWeight::get().reads(9 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } fn add_liquidity_and_stake() -> Weight { - (298_711_000 as Weight) - .saturating_add(T::DbWeight::get().reads(14 as Weight)) - .saturating_add(T::DbWeight::get().writes(12 as Weight)) + (299_801_000 as Weight) + .saturating_add(T::DbWeight::get().reads(12 as Weight)) + .saturating_add(T::DbWeight::get().writes(10 as Weight)) } fn remove_liquidity() -> Weight { - (172_232_000 as Weight) + (179_304_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } fn remove_liquidity_by_unstake() -> Weight { - (333_489_000 as Weight) - .saturating_add(T::DbWeight::get().reads(14 as Weight)) - .saturating_add(T::DbWeight::get().writes(12 as Weight)) + (313_775_000 as Weight) + .saturating_add(T::DbWeight::get().reads(12 as Weight)) + .saturating_add(T::DbWeight::get().writes(10 as Weight)) } - fn swap_with_exact_supply(u: u32, ) -> Weight { - (135_046_000 as Weight) - // Standard Error: 254_000 - .saturating_add((932_000 as Weight).saturating_mul(u as Weight)) + fn swap_with_exact_supply(_u: u32, ) -> Weight { + (141_366_000 as Weight) .saturating_add(T::DbWeight::get().reads(9 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) } fn swap_with_exact_target(u: u32, ) -> Weight { - (136_734_000 as Weight) - // Standard Error: 162_000 - .saturating_add((383_000 as Weight).saturating_mul(u as Weight)) + (141_123_000 as Weight) + // Standard Error: 142_000 + .saturating_add((332_000 as Weight).saturating_mul(u as Weight)) .saturating_add(T::DbWeight::get().reads(9 as Weight)) .saturating_add(T::DbWeight::get().writes(8 as Weight)) } diff --git a/runtime/karura/src/weights/module_emergency_shutdown.rs b/runtime/karura/src/weights/module_emergency_shutdown.rs index 178a2952ca..2d9be20e6d 100644 --- a/runtime/karura/src/weights/module_emergency_shutdown.rs +++ b/runtime/karura/src/weights/module_emergency_shutdown.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_emergency_shutdown //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,22 +48,23 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_emergency_shutdown::WeightInfo for WeightInfo { fn emergency_shutdown(c: u32, ) -> Weight { - (99_423_000 as Weight) - // Standard Error: 233_000 - .saturating_add((15_077_000 as Weight).saturating_mul(c as Weight)) + (99_946_000 as Weight) + // Standard Error: 135_000 + .saturating_add((23_429_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(11 as Weight)) + .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((4 as Weight).saturating_mul(c as Weight))) } fn open_collateral_refund() -> Weight { - (39_886_000 as Weight) + (39_826_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn refund_collaterals(c: u32, ) -> Weight { - (106_378_000 as Weight) - // Standard Error: 151_000 - .saturating_add((63_137_000 as Weight).saturating_mul(c as Weight)) + (108_555_000 as Weight) + // Standard Error: 321_000 + .saturating_add((65_656_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes(3 as Weight)) diff --git a/runtime/karura/src/weights/module_evm.rs b/runtime/karura/src/weights/module_evm.rs index 2a529f2e12..b79acb77a9 100644 --- a/runtime/karura/src/weights/module_evm.rs +++ b/runtime/karura/src/weights/module_evm.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_evm //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,37 +48,37 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_evm::WeightInfo for WeightInfo { fn transfer_maintainer() -> Weight { - (132_407_000 as Weight) + (136_847_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn deploy() -> Weight { - (168_715_000 as Weight) + (175_302_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn deploy_free() -> Weight { - (30_918_000 as Weight) + (31_938_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn enable_contract_development() -> Weight { - (146_279_000 as Weight) + (151_628_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn disable_contract_development() -> Weight { - (147_696_000 as Weight) + (153_419_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_code() -> Weight { - (283_529_000 as Weight) + (292_978_000 as Weight) .saturating_add(T::DbWeight::get().reads(10 as Weight)) .saturating_add(T::DbWeight::get().writes(9 as Weight)) } fn selfdestruct() -> Weight { - (255_535_000 as Weight) + (261_802_000 as Weight) .saturating_add(T::DbWeight::get().reads(11 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } diff --git a/runtime/karura/src/weights/module_evm_accounts.rs b/runtime/karura/src/weights/module_evm_accounts.rs index ee97e07d36..d01727f6d2 100644 --- a/runtime/karura/src/weights/module_evm_accounts.rs +++ b/runtime/karura/src/weights/module_evm_accounts.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_evm_accounts //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,12 +48,12 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_evm_accounts::WeightInfo for WeightInfo { fn claim_account() -> Weight { - (240_503_000 as Weight) + (241_291_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn claim_default_account() -> Weight { - (31_182_000 as Weight) + (31_903_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/karura/src/weights/module_homa_lite.rs b/runtime/karura/src/weights/module_homa_lite.rs index 63891c8fe7..c8cdceab87 100644 --- a/runtime/karura/src/weights/module_homa_lite.rs +++ b/runtime/karura/src/weights/module_homa_lite.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_homa_lite //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-09-02, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -28,7 +28,7 @@ // --chain=karura-dev // --steps=50 // --repeat=20 -// --pallet=module_homa_lite +// --pallet=* // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -48,25 +48,25 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_homa_lite::WeightInfo for WeightInfo { fn mint() -> Weight { - (221_885_000 as Weight) + (263_083_000 as Weight) .saturating_add(T::DbWeight::get().reads(13 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } fn set_total_staking_currency() -> Weight { - (18_831_000 as Weight) + (24_685_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn adjust_total_staking_currency() -> Weight { - (21_176_000 as Weight) + (22_631_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_minting_cap() -> Weight { - (19_311_000 as Weight) + (20_712_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn set_xcm_dest_weight() -> Weight { - (18_447_000 as Weight) + (19_859_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } } diff --git a/runtime/karura/src/weights/module_honzon.rs b/runtime/karura/src/weights/module_honzon.rs index b0d94fb6b5..a0520ba683 100644 --- a/runtime/karura/src/weights/module_honzon.rs +++ b/runtime/karura/src/weights/module_honzon.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_honzon //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,34 +48,36 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_honzon::WeightInfo for WeightInfo { fn authorize() -> Weight { - (54_804_000 as Weight) + (57_217_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn unauthorize() -> Weight { - (56_546_000 as Weight) + (60_171_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn unauthorize_all(c: u32, ) -> Weight { - (28_398_000 as Weight) - // Standard Error: 86_000 - .saturating_add((31_960_000 as Weight).saturating_mul(c as Weight)) + (29_488_000 as Weight) + // Standard Error: 108_000 + .saturating_add((33_066_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes((2 as Weight).saturating_mul(c as Weight))) } fn adjust_loan() -> Weight { - (265_203_000 as Weight) + (271_536_000 as Weight) .saturating_add(T::DbWeight::get().reads(24 as Weight)) .saturating_add(T::DbWeight::get().writes(11 as Weight)) } fn transfer_loan_from() -> Weight { - (154_588_000 as Weight) + (153_575_000 as Weight) .saturating_add(T::DbWeight::get().reads(15 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } fn close_loan_has_debit_by_dex(u: u32, ) -> Weight { - (454_043_000 as Weight) + (383_842_000 as Weight) + // Standard Error: 401_000 + .saturating_add((14_591_000 as Weight).saturating_mul(u as Weight)) .saturating_add(T::DbWeight::get().reads(22 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(u as Weight))) .saturating_add(T::DbWeight::get().writes(13 as Weight)) diff --git a/runtime/karura/src/weights/module_incentives.rs b/runtime/karura/src/weights/module_incentives.rs index 035924b0a8..b3b3baaa89 100644 --- a/runtime/karura/src/weights/module_incentives.rs +++ b/runtime/karura/src/weights/module_incentives.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_incentives //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,43 +48,46 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_incentives::WeightInfo for WeightInfo { fn on_initialize(c: u32, ) -> Weight { - (11_256_000 as Weight) - // Standard Error: 38_000 - .saturating_add((24_277_000 as Weight).saturating_mul(c as Weight)) + (11_449_000 as Weight) + // Standard Error: 58_000 + .saturating_add((32_004_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) - .saturating_add(T::DbWeight::get().reads((4 as Weight).saturating_mul(c as Weight))) + .saturating_add(T::DbWeight::get().reads((5 as Weight).saturating_mul(c as Weight))) } fn deposit_dex_share() -> Weight { - (135_704_000 as Weight) - .saturating_add(T::DbWeight::get().reads(9 as Weight)) - .saturating_add(T::DbWeight::get().writes(8 as Weight)) - } - fn withdraw_dex_share() -> Weight { - (137_093_000 as Weight) + (129_227_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } + fn withdraw_dex_share() -> Weight { + (111_887_000 as Weight) + .saturating_add(T::DbWeight::get().reads(5 as Weight)) + .saturating_add(T::DbWeight::get().writes(4 as Weight)) + } fn claim_rewards() -> Weight { - (142_944_000 as Weight) + (148_445_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } fn update_incentive_rewards(c: u32, ) -> Weight { - (2_117_000 as Weight) - // Standard Error: 56_000 - .saturating_add((19_469_000 as Weight).saturating_mul(c as Weight)) + (2_507_000 as Weight) + // Standard Error: 45_000 + .saturating_add((22_880_000 as Weight).saturating_mul(c as Weight)) + .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(c as Weight))) } fn update_dex_saving_rewards(c: u32, ) -> Weight { - (1_797_000 as Weight) - // Standard Error: 24_000 - .saturating_add((19_798_000 as Weight).saturating_mul(c as Weight)) + (1_953_000 as Weight) + // Standard Error: 18_000 + .saturating_add((5_433_000 as Weight).saturating_mul(c as Weight)) + .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(c as Weight))) } fn update_claim_reward_deduction_rates(c: u32, ) -> Weight { - (1_850_000 as Weight) - // Standard Error: 54_000 - .saturating_add((19_603_000 as Weight).saturating_mul(c as Weight)) + (1_960_000 as Weight) + // Standard Error: 19_000 + .saturating_add((5_286_000 as Weight).saturating_mul(c as Weight)) + .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(c as Weight))) } } diff --git a/runtime/karura/src/weights/module_nft.rs b/runtime/karura/src/weights/module_nft.rs index 9c60723ef4..1317607e27 100644 --- a/runtime/karura/src/weights/module_nft.rs +++ b/runtime/karura/src/weights/module_nft.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_nft //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,42 +48,42 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_nft::WeightInfo for WeightInfo { fn create_class() -> Weight { - (160_576_000 as Weight) + (171_956_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } fn mint(i: u32, ) -> Weight { - (0 as Weight) - // Standard Error: 38_000 - .saturating_add((68_790_000 as Weight).saturating_mul(i as Weight)) + (19_222_000 as Weight) + // Standard Error: 52_000 + .saturating_add((74_502_000 as Weight).saturating_mul(i as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) .saturating_add(T::DbWeight::get().writes((2 as Weight).saturating_mul(i as Weight))) } fn transfer() -> Weight { - (241_117_000 as Weight) + (252_485_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } fn burn() -> Weight { - (173_194_000 as Weight) + (185_431_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } fn burn_with_remark(b: u32, ) -> Weight { - (104_876_000 as Weight) + (195_496_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } fn destroy_class() -> Weight { - (194_935_000 as Weight) + (206_111_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } fn update_class_properties() -> Weight { - (38_256_000 as Weight) + (43_699_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/karura/src/weights/module_prices.rs b/runtime/karura/src/weights/module_prices.rs index 4f13f8ea01..e456af4662 100644 --- a/runtime/karura/src/weights/module_prices.rs +++ b/runtime/karura/src/weights/module_prices.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_prices //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,11 +48,11 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_prices::WeightInfo for WeightInfo { fn lock_price() -> Weight { - (22_956_000 as Weight) + (24_059_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn unlock_price() -> Weight { - (24_631_000 as Weight) + (25_498_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/karura/src/weights/module_session_manager.rs b/runtime/karura/src/weights/module_session_manager.rs index 5f8bbd89c1..a676483472 100644 --- a/runtime/karura/src/weights/module_session_manager.rs +++ b/runtime/karura/src/weights/module_session_manager.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_session_manager //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,26 +48,26 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_session_manager::WeightInfo for WeightInfo { fn schedule_session_duration() -> Weight { - (52_381_000 as Weight) + (33_070_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_initialize_skip() -> Weight { - (5_435_000 as Weight) + (5_644_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_initialize() -> Weight { - (8_124_000 as Weight) + (8_411_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn estimate_current_session_progress() -> Weight { - (6_600_000 as Weight) + (6_817_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) } fn estimate_next_session_rotation() -> Weight { - (6_778_000 as Weight) + (6_943_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) } } diff --git a/runtime/karura/src/weights/module_transaction_pause.rs b/runtime/karura/src/weights/module_transaction_pause.rs index 839586d56e..6637a6880f 100644 --- a/runtime/karura/src/weights/module_transaction_pause.rs +++ b/runtime/karura/src/weights/module_transaction_pause.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_transaction_pause //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,12 +48,12 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_transaction_pause::WeightInfo for WeightInfo { fn pause_transaction() -> Weight { - (24_130_000 as Weight) + (24_823_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn unpause_transaction() -> Weight { - (24_021_000 as Weight) + (38_774_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/karura/src/weights/module_transaction_payment.rs b/runtime/karura/src/weights/module_transaction_payment.rs index 9756dae51a..326d9b5550 100644 --- a/runtime/karura/src/weights/module_transaction_payment.rs +++ b/runtime/karura/src/weights/module_transaction_payment.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for module_transaction_payment //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,11 +48,11 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl module_transaction_payment::WeightInfo for WeightInfo { fn set_alternative_fee_swap_path() -> Weight { - (4_604_000 as Weight) + (5_015_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_finalize() -> Weight { - (13_867_000 as Weight) + (14_290_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/karura/src/weights/orml_auction.rs b/runtime/karura/src/weights/orml_auction.rs index 1ed8c10a41..338110d2f0 100644 --- a/runtime/karura/src/weights/orml_auction.rs +++ b/runtime/karura/src/weights/orml_auction.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for orml_auction //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,14 +48,14 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl orml_auction::WeightInfo for WeightInfo { fn bid_collateral_auction() -> Weight { - (178_261_000 as Weight) + (185_223_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(9 as Weight)) } fn on_finalize(c: u32, ) -> Weight { - (39_268_000 as Weight) - // Standard Error: 46_000 - .saturating_add((88_471_000 as Weight).saturating_mul(c as Weight)) + (49_734_000 as Weight) + // Standard Error: 60_000 + .saturating_add((90_470_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(9 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes(7 as Weight)) diff --git a/runtime/karura/src/weights/orml_authority.rs b/runtime/karura/src/weights/orml_authority.rs index 3237170a48..b7e6bd2088 100644 --- a/runtime/karura/src/weights/orml_authority.rs +++ b/runtime/karura/src/weights/orml_authority.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for orml_authority //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-09-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -28,7 +28,7 @@ // --chain=karura-dev // --steps=50 // --repeat=20 -// --pallet=orml_authority +// --pallet=* // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -48,44 +48,44 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl orml_authority::WeightInfo for WeightInfo { fn dispatch_as() -> Weight { - (20_621_000 as Weight) + (40_446_000 as Weight) } fn schedule_dispatch_without_delay() -> Weight { - (54_460_000 as Weight) + (61_858_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn schedule_dispatch_with_delay() -> Weight { - (57_119_000 as Weight) + (65_967_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn fast_track_scheduled_dispatch() -> Weight { - (73_397_000 as Weight) + (92_091_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn delay_scheduled_dispatch() -> Weight { - (72_988_000 as Weight) + (85_381_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn cancel_scheduled_dispatch() -> Weight { - (50_467_000 as Weight) + (58_296_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn authorize_call() -> Weight { - (14_000_000 as Weight) + (24_791_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn remove_authorized_call() -> Weight { - (16_000_000 as Weight) + (30_637_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn trigger_call() -> Weight { - (29_000_000 as Weight) + (43_097_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/karura/src/weights/orml_oracle.rs b/runtime/karura/src/weights/orml_oracle.rs index 4d7e81930f..e535957b9f 100644 --- a/runtime/karura/src/weights/orml_oracle.rs +++ b/runtime/karura/src/weights/orml_oracle.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for orml_oracle //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,15 +48,15 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl orml_oracle::WeightInfo for WeightInfo { fn feed_values(c: u32, ) -> Weight { - (29_238_000 as Weight) - // Standard Error: 201_000 - .saturating_add((6_396_000 as Weight).saturating_mul(c as Weight)) + (29_578_000 as Weight) + // Standard Error: 141_000 + .saturating_add((7_444_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((2 as Weight).saturating_mul(c as Weight))) } fn on_finalize() -> Weight { - (6_102_000 as Weight) + (6_144_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } } diff --git a/runtime/karura/src/weights/orml_tokens.rs b/runtime/karura/src/weights/orml_tokens.rs index a54e744809..7c3eb58fc5 100644 --- a/runtime/karura/src/weights/orml_tokens.rs +++ b/runtime/karura/src/weights/orml_tokens.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for orml_tokens //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-09-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -28,7 +28,7 @@ // --chain=karura-dev // --steps=50 // --repeat=20 -// --pallet=orml_tokens +// --pallet=* // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -48,34 +48,34 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl orml_tokens::WeightInfo for WeightInfo { fn transfer() -> Weight { - (99_612_000 as Weight) + (104_369_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn transfer_all() -> Weight { - (106_132_000 as Weight) + (111_077_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } fn transfer_keep_alive() -> Weight { - (64_255_000 as Weight) + (67_600_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn force_transfer() -> Weight { - (69_578_000 as Weight) + (72_925_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn set_balance() -> Weight { - (51_140_000 as Weight) + (54_761_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } fn sweep_dust(c: u32, ) -> Weight { - (14_003_000 as Weight) - // Standard Error: 82_000 - .saturating_add((40_390_000 as Weight).saturating_mul(c as Weight)) + (14_268_000 as Weight) + // Standard Error: 88_000 + .saturating_add((42_193_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) diff --git a/runtime/karura/src/weights/orml_vesting.rs b/runtime/karura/src/weights/orml_vesting.rs index de07475316..557e05ada7 100644 --- a/runtime/karura/src/weights/orml_vesting.rs +++ b/runtime/karura/src/weights/orml_vesting.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for orml_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2021-08-31, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2021-09-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("karura-dev"), DB CACHE: 128 // Executed Command: @@ -48,21 +48,21 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl orml_vesting::WeightInfo for WeightInfo { fn vested_transfer() -> Weight { - (35_681_000 as Weight) + (36_488_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn claim(i: u32, ) -> Weight { - (52_921_000 as Weight) - // Standard Error: 5_000 - .saturating_add((38_000 as Weight).saturating_mul(i as Weight)) + (55_794_000 as Weight) + // Standard Error: 2_000 + .saturating_add((5_000 as Weight).saturating_mul(i as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } fn update_vesting_schedules(i: u32, ) -> Weight { - (29_669_000 as Weight) - // Standard Error: 4_000 - .saturating_add((84_000 as Weight).saturating_mul(i as Weight)) + (26_732_000 as Weight) + // Standard Error: 5_000 + .saturating_add((180_000 as Weight).saturating_mul(i as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/mandala/Cargo.toml b/runtime/mandala/Cargo.toml index e87523e385..1051f0f84c 100644 --- a/runtime/mandala/Cargo.toml +++ b/runtime/mandala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mandala-runtime" -version = "1.4.1" +version = "1.4.2" authors = ["Acala Developers"] edition = "2018" build = "build.rs" diff --git a/runtime/mandala/src/lib.rs b/runtime/mandala/src/lib.rs index 4a3f38b971..541b7db06c 100644 --- a/runtime/mandala/src/lib.rs +++ b/runtime/mandala/src/lib.rs @@ -112,14 +112,14 @@ pub use primitives::{ pub use runtime_common::{ cent, dollar, microcent, millicent, CurveFeeModel, EnsureRootOrAllGeneralCouncil, EnsureRootOrAllTechnicalCommittee, EnsureRootOrHalfFinancialCouncil, EnsureRootOrHalfGeneralCouncil, - EnsureRootOrHalfHomaCouncil, EnsureRootOrOneThirdsTechnicalCommittee, EnsureRootOrThreeFourthsGeneralCouncil, - EnsureRootOrTwoThirdsGeneralCouncil, EnsureRootOrTwoThirdsTechnicalCommittee, ExchangeRate, - FinancialCouncilInstance, FinancialCouncilMembershipInstance, GasToWeight, GeneralCouncilInstance, - GeneralCouncilMembershipInstance, HomaCouncilInstance, HomaCouncilMembershipInstance, OffchainSolutionWeightLimit, - OperatorMembershipInstanceAcala, OperatorMembershipInstanceBand, Price, ProxyType, Rate, Ratio, - RelaychainBlockNumberProvider, RelaychainSubAccountId, RuntimeBlockLength, RuntimeBlockWeights, - SystemContractsFilter, TechnicalCommitteeInstance, TechnicalCommitteeMembershipInstance, TimeStampedPrice, ACA, - AUSD, DOT, LDOT, RENBTC, + EnsureRootOrHalfHomaCouncil, EnsureRootOrOneGeneralCouncil, EnsureRootOrOneThirdsTechnicalCommittee, + EnsureRootOrThreeFourthsGeneralCouncil, EnsureRootOrTwoThirdsGeneralCouncil, + EnsureRootOrTwoThirdsTechnicalCommittee, ExchangeRate, FinancialCouncilInstance, + FinancialCouncilMembershipInstance, GasToWeight, GeneralCouncilInstance, GeneralCouncilMembershipInstance, + HomaCouncilInstance, HomaCouncilMembershipInstance, OffchainSolutionWeightLimit, OperatorMembershipInstanceAcala, + OperatorMembershipInstanceBand, Price, ProxyType, Rate, Ratio, RelaychainBlockNumberProvider, + RelaychainSubAccountId, RuntimeBlockLength, RuntimeBlockWeights, SystemContractsFilter, TechnicalCommitteeInstance, + TechnicalCommitteeMembershipInstance, TimeStampedPrice, ACA, AUSD, DOT, LDOT, RENBTC, }; /// Import the stable_asset pallet. @@ -831,7 +831,7 @@ impl orml_tokens::Config for Runtime { type Balance = Balance; type Amount = Amount; type CurrencyId = CurrencyId; - type SweepOrigin = EnsureRootOrAllGeneralCouncil; + type SweepOrigin = EnsureRootOrOneGeneralCouncil; type WeightInfo = weights::orml_tokens::WeightInfo; type ExistentialDeposits = ExistentialDeposits; type OnDust = orml_tokens::TransferDust;