Releases: runtimeverification/kontrol
Releases · runtimeverification/kontrol
v0.1.128: Display rule logs in custom view (#309)
* kontrol/foundry: enable printing rule lists on successful tests * kontrol/foundry: display rule logs on NDBranch as well * Set Version: 0.1.126 * Set Version: 0.1.128 --------- Co-authored-by: devops <[email protected]>
v0.1.127: Update dependency: deps/kevm_release (#310)
* deps/kevm_release: Set Version 1.0.427 * Set Version: 0.1.127 * Sync Poetry files: kevm-pyk version 1.0.427 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]>
v0.1.126: Update dependency: deps/kevm_release (#307)
* deps/kevm_release: Set Version 1.0.426 * Set Version: 0.1.125 * Sync Poetry files: kevm-pyk version 1.0.426 * deps/k_release: sync release file version 6.1.91 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.126 --------- Co-authored-by: devops <[email protected]>
v0.1.125: Fix pickling issue on deep proof objects (#306)
* Simplify return type * Strengthen return type * Only return the failure info from `init_and_run_proof` And avoid pickling the whole proof. * Set Version: 0.1.125 --------- Co-authored-by: devops <[email protected]>
v0.1.124: Update dependency: deps/kevm_release (#304)
* deps/kevm_release: Set Version 1.0.424 * Set Version: 0.1.124 * Sync Poetry files: kevm-pyk version 1.0.424 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.425 * Sync Poetry files: kevm-pyk version 1.0.425 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]>
v0.1.123: Update dependency: deps/kevm_release (#302)
* deps/kevm_release: Set Version 1.0.423 * Set Version: 0.1.123 * Sync Poetry files: kevm-pyk version 1.0.423 * deps/k_release: sync release file version 6.1.90 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]>
v0.1.122: Update dependency: deps/kevm_release (#300)
* deps/kevm_release: Set Version 1.0.422 * Set Version: 0.1.122 * Sync Poetry files: kevm-pyk version 1.0.422 * deps/k_release: sync release file version 6.1.88 * flake.{nix,lock}: update Nix derivations * Update foundry list inputs --------- Co-authored-by: devops <[email protected]> Co-authored-by: Noah Watson <[email protected]>
v0.1.121: Change visibility of `vm` in deployment summary to private (#297)
* Change visibility of vm in deployment summary to private * Set Version: 0.1.121 * formatting * update expected output * update expected output with the new generated deployment contract --------- Co-authored-by: Lucas MT <[email protected]> Co-authored-by: devops <[email protected]> Co-authored-by: Andrei <[email protected]>
v0.1.120: Set up cells (#287)
* Addressed carrying over warp, fee, chainId and coinbase cheatcodes from setup to tests * Addressed cheatcodes prank startPrank being carried over to tests * Updated tests and expected files * Set Version: 0.1.119 * Set Version: 0.1.119 * Updated expected files and added new tests to foundry-prove-all * update expected output * Set Version: 0.1.120 * Set Version: 0.1.120 * Addressed PR comments --------- Co-authored-by: devops <[email protected]> Co-authored-by: Andrei <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]>
v0.1.119
Avoid using the same priority for rules that apply on the same KItem …