From 72de32e8d333588cac85491b2d1ca7bfbd413ee4 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Wed, 25 Oct 2023 16:58:06 +0300 Subject: [PATCH] Remove `--execution` argument from docs --- crates/pallet-domains/src/weights.rs | 1 - crates/pallet-subspace/src/weights.rs | 1 - docs/farming.md | 4 ---- domains/pallets/executive/src/weights.rs | 1 - domains/pallets/messenger/src/weights.rs | 1 - domains/pallets/transporter/src/weights.rs | 1 - orml/vesting/src/weights.rs | 1 - 7 files changed, 10 deletions(-) diff --git a/crates/pallet-domains/src/weights.rs b/crates/pallet-domains/src/weights.rs index 107b4656a5..8bf7915d67 100644 --- a/crates/pallet-domains/src/weights.rs +++ b/crates/pallet-domains/src/weights.rs @@ -16,7 +16,6 @@ // --repeat=20 // --pallet=pallet_domains // --extrinsic=* -// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 // --output=./crates/pallet-domains/src/weights.rs diff --git a/crates/pallet-subspace/src/weights.rs b/crates/pallet-subspace/src/weights.rs index 973c215dd1..06f598653b 100644 --- a/crates/pallet-subspace/src/weights.rs +++ b/crates/pallet-subspace/src/weights.rs @@ -16,7 +16,6 @@ // --repeat=20 // --pallet=pallet_subspace // --extrinsic=* -// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 // --output=./crates/pallet-subspace/src/weights.rs diff --git a/docs/farming.md b/docs/farming.md index 73af7327f0..d2d6b610b7 100644 --- a/docs/farming.md +++ b/docs/farming.md @@ -45,7 +45,6 @@ If you're connected directly without any router, then again nothing needs to be # Copy all of the lines below, they are all part of the same command .\NODE_FILE_NAME.exe ` --chain gemini-3f ` ---execution wasm ` --blocks-pruning 256 ` --state-pruning archive ` --no-private-ipv4 ` @@ -97,7 +96,6 @@ If you're connected directly without any router, then again nothing needs to be # Copy all of the lines below, they are all part of the same command ./NODE_FILE_NAME \ --chain gemini-3f \ - --execution wasm \ --blocks-pruning 256 \ --state-pruning archive \ --no-private-ipv4 \ @@ -152,7 +150,6 @@ After this, simply repeat the step you prompted for (step 4 or 6). This time, cl # Copy all of the lines below, they are all part of the same command ./NODE_FILE_NAME \ --chain gemini-3f \ - --execution wasm \ --blocks-pruning 256 \ --state-pruning archive \ --no-private-ipv4 \ @@ -218,7 +215,6 @@ services: command: [ "--chain", "gemini-3f", "--base-path", "/var/subspace", - "--execution", "wasm", "--blocks-pruning", "256", "--state-pruning", "archive", "--port", "30333", diff --git a/domains/pallets/executive/src/weights.rs b/domains/pallets/executive/src/weights.rs index c649be848f..d84c0682f0 100644 --- a/domains/pallets/executive/src/weights.rs +++ b/domains/pallets/executive/src/weights.rs @@ -17,7 +17,6 @@ // --repeat=20 // --pallet=domain-pallet-executive // --extrinsic=* -// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 // --output=./domains/pallets/executive/src/weights.rs diff --git a/domains/pallets/messenger/src/weights.rs b/domains/pallets/messenger/src/weights.rs index be0c84d7a3..2268af60f1 100644 --- a/domains/pallets/messenger/src/weights.rs +++ b/domains/pallets/messenger/src/weights.rs @@ -16,7 +16,6 @@ // --repeat=20 // --pallet=pallet_messenger // --extrinsic=* -// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 // --output=./domains/pallets/messenger/src/weights.rs diff --git a/domains/pallets/transporter/src/weights.rs b/domains/pallets/transporter/src/weights.rs index 0fdaff0d31..f2e71d4baf 100644 --- a/domains/pallets/transporter/src/weights.rs +++ b/domains/pallets/transporter/src/weights.rs @@ -17,7 +17,6 @@ // --repeat=20 // --pallet=pallet_transporter // --extrinsic=* -// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 // --output=./domains/pallets/transporter/src/weights.rs diff --git a/orml/vesting/src/weights.rs b/orml/vesting/src/weights.rs index be6eb9ac0a..3b8f6c93e1 100644 --- a/orml/vesting/src/weights.rs +++ b/orml/vesting/src/weights.rs @@ -12,7 +12,6 @@ // --repeat=20 // --pallet=orml_vesting // --extrinsic=* -// --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 // --output=./vesting/src/weights.rs