Skip to content

Commit

Permalink
Fixing to be cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Jan 24, 2024
1 parent 2b3de49 commit f6ff89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Keccak concretization is now done only after all simplifications are performed. This helps with simplification pre-concretization
- Added an IllegalOverflow error in case the system tries to allocate a large amount of memory during
abstract gas execution but concrete running. In these cases, the interpreter can out-of-heap
as the only check is that the size allocated $<2^{64}$, but that is too large to fit in memory. Now,
we check more stringengly, and still return an IllegalOverflow
as the only check is that the size allocated is less than $2**{64}$, but that is too large to fit in memory. Now,
we check more stringently, and still return an IllegalOverflow

## Added

Expand Down

0 comments on commit f6ff89b

Please sign in to comment.