-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #3683 The `KRYPTO` hooks now use `Bytes` for raw strings instead of `String`, so this PR updates the evaluators here accordingly. Additionally, I updated all tests that reference `KRYPTO` lest they give errors about hooked symbols having incorrect sorts. Specifically, - I regenerated the `regression-evm` tests by running `generate-regression-tests.sh` with my branch of KEVM that uses the updated hooks. - For all the tests that I couldn't regenerate, I manually patched them by changing the existing `KRYPTO` symbols into functions which wrap the new hooks with appropriate calls to `String2Bytes` and `Bytes2String`. Corresponding PR testing this on the booster: runtimeverification/hs-backend-booster#370
- Loading branch information
1 parent
ca05f14
commit 85b593e
Showing
16 changed files
with
9,703 additions
and
10,176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.