You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved conflicts by:
- Keeping new deploy command message feature from master
- Applying exit code fix to helpers/command.rs
- Adding ? operator to process_command_result call in declare
All exit codes verified working correctly after merge.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
#### Added
19
19
20
20
- Debug logging for `sncast` commands that can be enabled by setting `CAST_LOG` env variable.
21
+
-`sncast declare` command now outputs a ready-to-use deployment command after successful declaration.
22
+
- Possibility to use [`starknet-devnet`](https://github.com/0xSpaceShard/starknet-devnet) predeployed accounts directly in `sncast` without needing to import them. They are available under specific names - `devnet-1`, `devnet-2`, ..., `devnet-<N>`. Read more [here](https://foundry-rs.github.io/starknet-foundry/starknet/integration_with_devnet.html#predeployed-accounts)
0 commit comments