Skip to content

Commit

Permalink
Merge pull request #2163 from subspace/remove-execution-arg-from-docs
Browse files Browse the repository at this point in the history
Remove `--execution` argument from docs
  • Loading branch information
nazar-pc authored Oct 25, 2023
2 parents 98454bf + 72de32e commit f8f6344
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion crates/pallet-domains/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion crates/pallet-subspace/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/farming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -218,7 +215,6 @@ services:
command: [
"--chain", "gemini-3f",
"--base-path", "/var/subspace",
"--execution", "wasm",
"--blocks-pruning", "256",
"--state-pruning", "archive",
"--port", "30333",
Expand Down
1 change: 0 additions & 1 deletion domains/pallets/executive/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion domains/pallets/messenger/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion domains/pallets/transporter/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion orml/vesting/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// --repeat=20
// --pallet=orml_vesting
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
// --heap-pages=4096
// --output=./vesting/src/weights.rs
Expand Down

0 comments on commit f8f6344

Please sign in to comment.