Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
feat(cli): for run param --dev now imply --tmp, as it is in substrate
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed Oct 10, 2023
1 parent 950a365 commit 001755e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
downloaded from github
- refacto(pallet/starknet): `GenesisLoader` refactored as `GenesisData` + a
`base_path` field
- dev: fix rpc test failing
- feat(cli): for `run` param `--dev` now imply `--tmp`, as it is in substrate

## v0.4.0

Expand Down
1 change: 1 addition & 0 deletions crates/node/src/commands/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ fn override_dev_environment(cmd: &mut ExtendedRunCmd) {

cmd.base.force_authoring = true;
cmd.base.alice = true;
cmd.base.tmp = true;

// we can't set `--rpc-cors=all`, so it needs to be set manually if we want to connect with external
// hosts
Expand Down

0 comments on commit 001755e

Please sign in to comment.