Skip to content

Commit

Permalink
rm execution flag: CLI parameter --execution has no effect anymore an…
Browse files Browse the repository at this point in the history
…d will be removed in the future
  • Loading branch information
hitchhooker committed Dec 21, 2023
1 parent a851eaf commit 2ae3707
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ ExecStart={{ default_base_path }}/cumulus \
--prometheus-port {{ default_prom_port }} \
--relay-chain-rpc-urls {{ default_relay_rpc }} {{ default_relay_rpc_fallback }} \
--wasm-execution Compiled \
--execution native-else-wasm \
--sync {{ default_syncmode | default('warp') }} \
--no-hardware-benchmarks \
--rpc-external \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ ExecStart={{ default_base_path }}/cumulus \
--public-addr /ip4/{{ ansible_host }}/tcp/{{ default_p2p_port }} \
--public-addr /ip4/{{ ansible_host }}/tcp/{{ default_p2p_port_ws }}/ws \
--relay-chain-rpc-urls {{ default_relay_rpc }} {{ default_relay_rpc_fallback }} \
--execution wasm \
--wasm-execution compiled \
--pruning 1000 \
--db-cache {{ ansible_memtotal_mb // 2 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ ExecStart={{ default_base_path }}/cumulus \
--prometheus-port {{ default_prom_port }} \
--relay-chain-rpc-urls {{ default_relay_rpc }} {{ default_relay_rpc_fallback }} \
--wasm-execution Compiled \
--execution native-else-wasm \
--no-hardware-benchmarks \
--rpc-external \
--rpc-methods safe \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ ExecStart={{ default_base_path }}/polkadot \
--public-addr /dns/{{ default_public_dns }}/tcp/{{ default_p2p_port_wss }}/wss \
--rpc-port {{ default_rpc_port }} \
--prometheus-port {{ default_prom_port }} \
--wasm-execution Compiled \
--execution native-else-wasm \
--sync {{ default_syncmode | default('warp') }} \
--no-hardware-benchmarks \
--no-beefy \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ExecStart={{ default_base_path }}/polkadot \
--prometheus-port {{ default_prom_port }} \
--prometheus-external \
--wasm-execution Compiled \
--execution native-else-wasm \
--no-hardware-benchmarks \
--rpc-external \
--rpc-methods safe \
Expand Down

0 comments on commit 2ae3707

Please sign in to comment.