-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extending CSE support #355
Merged
Merged
Conversation
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
* deps/kevm_release: Set Version 1.0.452 * Set Version: 0.1.155 * Sync Poetry files: kevm-pyk version 1.0.452 * flake.{nix,lock}: update Nix derivations * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 --------- Co-authored-by: devops <[email protected]>
PetarMax
changed the title
Extending CSE support
Extending CSE support: External Function Calls
Feb 22, 2024
* Implement kontrol refute-node command * Implement kontrol unrefute-node command * Filter proof versions to exclude subproofs * Factor out foundry_refute_node and foundry_unrefute_node * Add test for foundry_refute_node * Add expected output for node refutation test * Set Version: 0.1.165 * Set Version: 0.1.169 --------- Co-authored-by: Lucas MT <[email protected]> Co-authored-by: devops <[email protected]>
* deps/kevm_release: Set Version 1.0.462 * Set Version: 0.1.169 * Sync Poetry files: kevm-pyk version 1.0.462 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.170 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.463 * Sync Poetry files: kevm-pyk version 1.0.463 * flake.{nix,lock}: update Nix derivations * Updated expected output --------- Co-authored-by: devops <[email protected]> Co-authored-by: Palina Tolmach <[email protected]>
anvacaru
reviewed
Mar 12, 2024
Co-authored-by: Andrei Văcaru <[email protected]>
Co-authored-by: Andrei Văcaru <[email protected]>
anvacaru
approved these changes
Mar 12, 2024
There is an adjustment that needs to be made, please don't merge this PR until the following commit. |
This was referenced Mar 15, 2024
qian-hu
pushed a commit
that referenced
this pull request
Mar 18, 2024
* test for CSE function calls * Set Version: 0.1.152 * Set Version: 0.1.153 * further examples, tests, and lemmas * Set Version: 0.1.155 * Update dependency: deps/kevm_release (#364) * deps/kevm_release: Set Version 1.0.452 * Set Version: 0.1.155 * Sync Poetry files: kevm-pyk version 1.0.452 * flake.{nix,lock}: update Nix derivations * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 * Sync Poetry files: kevm-pyk version 1.0.452 --------- Co-authored-by: devops <[email protected]> * Set Version: 0.1.156 * Set Version: 0.1.158 * Set Version: 0.1.167 * refactoring, removing unneeded files * Set Version: 0.1.169 * Add `kontrol refute-node` and `kontrol unrefute-node` commands (#381) * Implement kontrol refute-node command * Implement kontrol unrefute-node command * Filter proof versions to exclude subproofs * Factor out foundry_refute_node and foundry_unrefute_node * Add test for foundry_refute_node * Add expected output for node refutation test * Set Version: 0.1.165 * Set Version: 0.1.169 --------- Co-authored-by: Lucas MT <[email protected]> Co-authored-by: devops <[email protected]> * Update dependency: deps/kevm_release (#392) * deps/kevm_release: Set Version 1.0.462 * Set Version: 0.1.169 * Sync Poetry files: kevm-pyk version 1.0.462 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.170 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.463 * Sync Poetry files: kevm-pyk version 1.0.463 * flake.{nix,lock}: update Nix derivations * Updated expected output --------- Co-authored-by: devops <[email protected]> Co-authored-by: Palina Tolmach <[email protected]> * Set Version: 0.1.171 * Set Version: 0.1.172 * path correction * redesigning CSE tests * slightly more general WETH contract * minor spacing consistencies * generalising test harness * Set Version: 0.1.174 * additional proof options for dependency tests * AddConst test * initialisation of accessedStorage * formatting * test correction * adding expected files, WETH9 contract * correction * removing accessStorage manipulation, adding full WETH9 * adding nocse kcfgs and updating cse ones * correction * Set Version: 0.1.175 * addresses not equal to cheatcode address * Set Version: 0.1.177 * deps/kevm_release: Set Version 1.0.465 * Sync Poetry files: kevm-pyk version 1.0.465 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.466 * Sync Poetry files: kevm-pyk version 1.0.466 * deps/k_release: sync release file version 6.3.17 * flake.{nix,lock}: update Nix derivations * kontrol/{solc_to_k,prove,foundry}: updates from upstream * src/tests/unit: update expected output * additional lemmas for discharging infeasible branches * Set Version: 0.1.178 * caller in accounts * :integration/test_kontrol_cse.py: init * updating expected outputs * Set Version: 0.1.180 * Generate xml report (#377) * generating a simple xml report * report with time for each test case * xml report generated from results of kontrol prove command * formatted failure text * Added flag to generate the report only if the --xml-test_report is provided * execution time in kontrol side * Set proof execution time * report with <error> tag for tests that end with exceptions * report is generated in function foundry_to_xml * Set Version: 0.1.162 * Formatting * Added file attribute to testcase * Set Version: 0.1.163 * Set Version: 0.1.164 * Printing exception trace in the report * Added CI test for the xml report feature * Fixed CI test * Add setup exectuion time to the testsuites * Fixed testsuites total execution time * Added one more assertion to CI test * Added property with kontrol version to xml report * Set Version: 0.1.165 * Set Version: 0.1.165 * undo changes to profiling test * Formatting * Fixed print failure info in xml report * Set Version: 0.1.179 * Set Version: 0.1.180 * Addressed PR comments --------- Co-authored-by: devops <[email protected]> Co-authored-by: Palina Tolmach <[email protected]> * Refactor get_test_id to fetch latest version (#406) * foundry.py: refactor get_test_id to fetch latest version * Set Version: 0.1.179 * add docstrings and unit test * test_foundry_list.py: revert changes * Set Version: 0.1.180 * foundry-list.expected: revert changes * test_get_test_id.py: add new unit tests * foundry.py: refactor get_test_id * test_get_test_id.py: update fixture and add new test case * test_get_test_id.py: refactor using monkeypatch * Set Version: 0.1.181 --------- Co-authored-by: devops <[email protected]> Co-authored-by: rv-jenkins <[email protected]> * Remove upper bound from pytest version (#408) * Remove upper bound from pytest version * Set Version: 0.1.180 * Set Version: 0.1.181 * Set Version: 0.1.182 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]> Co-authored-by: rv-jenkins <[email protected]> * Update dependency: deps/kevm_release (#410) * deps/kevm_release: Set Version 1.0.478 * Set Version: 0.1.180 * Sync Poetry files: kevm-pyk version 1.0.478 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.181 * deps/kevm_release: Set Version 1.0.479 * Sync Poetry files: kevm-pyk version 1.0.479 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.182 * deps/kevm_release: Set Version 1.0.480 * Sync Poetry files: kevm-pyk version 1.0.480 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.183 * deps/kevm_release: Set Version 1.0.481 * Sync Poetry files: kevm-pyk version 1.0.481 * flake.{nix,lock}: update Nix derivations * Update expected output (w/o `test_foundry_xml_report`) * deps/kevm_release: Set Version 1.0.482 * Sync Poetry files: kevm-pyk version 1.0.482 * deps/k_release: sync release file version 6.3.25 * flake.{nix,lock}: update Nix derivations * Reinit proofs in `test_foundry_xml_report` * Updated expected output w/new exec time format, `terminal` node label --------- Co-authored-by: devops <[email protected]> Co-authored-by: Palina Tolmach <[email protected]> * Set Version: 0.1.184 * simplifying lemams and adding them to CI * Set Version: 0.1.185 * test_kontrol_cse.py: move dependency test from test_foundry_prove * Set Version: 0.1.188 * test_kontrol_cse.py: refactor test harness * Set Version: 0.1.192 * Update dependency: deps/kevm_release (#419) * deps/kevm_release: Set Version 1.0.485 * Set Version: 0.1.188 * Sync Poetry files: kevm-pyk version 1.0.485 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]> * skipping tests * correction * correction: caller in accounts * Set Version: 0.1.193 * Set Version: 0.1.194 * removing cbor and hash disabling * updating expected output * manual correction of expected output * adding appropriate expected outputs * attempting to manually fix expected output * Set Version: 0.1.195 * adding a CSE CI runner, removing no-cse executions * removing no-cse.expected files * updating expected outputs * Set Version: 0.1.197 * Set Version: 0.1.197 * name correction for CI job * Update src/tests/integration/test-data/foundry-dependency-all Co-authored-by: Andrei Văcaru <[email protected]> * Update src/tests/integration/test-data/foundry-dependency-skip Co-authored-by: Andrei Văcaru <[email protected]> * removing unused code * bringing back execution without CSE for testing purposes * Set Version: 0.1.200 * adding expected output for no-cse tests * Set Version: 0.1.202 * Set Version: 0.1.204 * updating expected outputs, correcting non-cse executions * removing no-cse and updating expected outputs * Updating the running of proofs * Set Version: 0.1.205 * adding a skipped test in init tests due to a run-constructor error --------- Co-authored-by: devops <[email protected]> Co-authored-by: rv-jenkins <[email protected]> Co-authored-by: lucasmt <[email protected]> Co-authored-by: Lucas MT <[email protected]> Co-authored-by: Palina Tolmach <[email protected]> Co-authored-by: Everett Hildenbrandt <[email protected]> Co-authored-by: Andrei <[email protected]> Co-authored-by: Lisandra <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]> Co-authored-by: Tamás Tóth <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR provides infrastructure and tests in order to extend the support we have for CSE. In particular: