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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Forge
11
11
12
+
#### Added
13
+
14
+
-`get_current_vm_step` function to get the current step during test execution. For more see [docs](https://foundry-rs.github.io/starknet-foundry/snforge-library/testing/get_current_vm_step.html)
15
+
12
16
#### Fixed
13
17
14
18
- Cheatcodes are now reflected in called contract, when directly using a library call from test code
@@ -25,10 +29,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
29
26
30
-`sncast script init` now longer adds `cairo_test` as dependency in `Scarb.toml`
27
31
- Replaced the free RPC provider to Zan
32
+
- The supported RPC version is now 0.10.0
28
33
29
34
#### Fixed
30
35
31
36
- Restored missing `command` missing from some responses when using `--json` output format.
37
+
- When deploying account with `--keystore` flag `sncast` now longer ask two times for password
0 commit comments