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 -->
## Introduced changes
<!-- A brief description of the changes -->
- Fix CHANGELOG.md
## 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
+7-4
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,18 @@ 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
+
#### Added
13
+
14
+
- when using `sncast call` the response will be printed as a Cairo-like string representation of the return values
15
+
10
16
### Forge
11
17
12
18
#### Added
13
19
14
20
-`set_balance` cheatcode for setting an ERC20 token balance for specified contract address. The STRK token is now pre-deployed in every test by default. This can be disabled by adding `#[disable_predeployed_contracts]` attribute to test.
21
+
- added option to display trace of contracts execution. Read more [here](https://foundry-rs.github.io/starknet-foundry/snforge-advanced-features/debugging.html)
15
22
16
23
#### Changed
17
24
@@ -37,10 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
44
38
45
### Cast
39
46
40
-
#### Changed
41
-
42
-
- when using `sncast call` the response will be printed as a Cairo-like string representation of the return values
43
-
44
47
#### Fixed
45
48
46
49
- Bug that prevented from passing values to `--arguments` that started with a leading minus `-` sign.
0 commit comments