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
<!-- Reference any GitHub issues resolved by this PR -->
Closes#1693
## Introduced changes
<!-- A brief description of the changes -->
- fixes a bug, where we allowed passing non existent profile to scarb,
which resulted with missing artifacts error
## Checklist
<!-- Make sure all of these are complete -->
- [X] Linked relevant issue
- [X] Updated relevant documentation
- [X] Added relevant tests
- [X] Performed self-review of the code
- [X] Added changes to `CHANGELOG.md`
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Cast
11
+
12
+
#### Changed
13
+
14
+
- fixed a bug where a profile was passed to scarb even when it did not exist
15
+
10
16
### Forge
11
17
12
18
#### Added
19
+
13
20
-`map_string_error` for use with dispatchers, which automatically converts string errors from the syscall result (read more [here](https://foundry-rs.github.io/starknet-foundry/testing/contracts#handling-errors))
0 commit comments