Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
urikirsh committed Sep 2, 2024
1 parent 86ef7a9 commit aadac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prover/changelog/prover_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prover Release Notes
- [feat] Introduced new syntax for summarizing unresolved calls with dispatch lists, offering more precise control over which functions are inlined for unresolved calls. The old syntax remains available but now triggers a deprecation warning.
- [feat] Added `nativeCodesize`, enabling direct access to the result of the `extcodesize` instruction from CVL. It functions similarly to `nativeBalances` in terms of blockchain state comparison and manipulation.
- [bugfix] Hooks are no longer inlined on the reset_storage command. This change may affect "induction base" cases for invariant rules that previously relied on implicit hook inlining.
- [bugfix] Explicit casting to `mathint` is no longer required when comparing the result of an arithmetic operation with a non-`mathint` value. Non-`mathint` values are now implicitly casted to `mathint`.
- [bugfix] Explicit casting to `mathint` is no longer required when comparing the result of an arithmetic operation with a non-`mathint` value. Non-`mathint` values are now implicitly cast to `mathint`.


7.10.1 (July 25, 2024)
Expand Down

0 comments on commit aadac53

Please sign in to comment.