-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Draft for the `allowCalls` implementation * Make `AllowedCallCellMap` empty in init cterm * `allowedCallsList` refactoring, add `allowedAllCalls` * Add new rule, K cell pattern * Add list simplifications * Adjust and add tests for `allowCalls` * Add tests for `allowCalls` to end-to-end tests * Update expected output in `end-to-end` tests * Remove fixed `kontrol-cheatcodes` version * Removed a TODO comment * `cheatcodes.md` cleanup * Remove `ADDRESSLIST_CELL` * `AllowChangesTest` cleanup * Another output update * Update expected output * Update CSE expected output * Update `trace` tests output * Use `auxiliary_lemmas` in end-to-end tests * Output update for `RandomVarTest` * Enable `auxiliary_lemmas` in `build` instead of `prove` * Change `testFailAllowCalls_ifNotWhitelisted` signature * Remove `expectRevert` from failing test * Apply review suggestion Co-authored-by: Andrei Văcaru <[email protected]> * Another output update for `RandomVarTest` * Reduce `end-to-end` parallel processes to 6 * update expected output * Apply `CallToAddress` review suggestion Co-authored-by: Andrei Văcaru <[email protected]> * Use `.Bytes` to represent all calls being allowed * Another output update for `RandomVarTest.test_custom_names` * Experiment: add `--force-sequential` to end-to-end tests * Reduce num processes in the update-output job to 4 * Update `RandomVarTest.test_custom_names` * update expected output * see full diff in ci * show diff in ci * update expected output * Change Solidity version in `AllowChangesTest` * Add `end-to-end` tests to the output update workflow * Update Solidity versions in `allow` tests * Bring back source maps for tests with expected output * Address review comments --------- Co-authored-by: Andrei Văcaru <[email protected]>
- Loading branch information
1 parent
9de9378
commit 895036a
Showing
61 changed files
with
951 additions
and
843 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
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
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
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.