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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
#### Changed
13
13
14
14
- Updated the error message returned when calling a nonexistent method on a contract to better align with the format used by the network
15
+
- Oracle support in `snforge` is now stable and no longer requires the `--experimental-oracles` CLI flag
15
16
16
17
### Cast
17
18
@@ -56,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56
57
#### Added
57
58
58
59
- Support for `meta_tx_v0` syscall with cheatcode compatibility
59
-
-`snforge` now supports [oracles](https://docs.swmansion.com/cairo-oracle/).
60
+
-`snforge` now supports [oracles](https://docs.swmansion.com/cairo-oracle/) with `--experimental-oracles` flag.
60
61
-`--trace-components` flag to allow selecting which components of the trace to do display. Read more [here](https://foundry-rs.github.io/starknet-foundry/snforge-advanced-features/debugging.html#trace-components)
0 commit comments