-
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.
Execution of contract initialization code (#54)
* port contract initialization code to kontrol * Set Version: 0.1.10 * Point to branch * Fix formatting * Update expected files * Turn on verbose flag for integration tests * Revert test-pr.yml * edit workflow file * Set Version: 0.1.11 * Set Version: 0.1.11 * edit workflow file * Fix contracts.k.expected * Revert test-pr.yml * Set Version: 0.1.12 * Set Version: 0.1.13 * Set Version: 0.1.14 * Merge master into branch * Add warning if constructor doesn't exist * Use master branch of kevm * Set Version: 0.1.21 * Fix formatting, update kevm * Update test_foundry_kompile expected * Update expected output * Remove commented lines * Set Version: 0.1.23 * Set Version: 0.1.24 --------- Co-authored-by: devops <devops@runtimeverification.com>
- Loading branch information
Showing
22 changed files
with
9,725 additions
and
893 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.23 | ||
0.1.24 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
if TYPE_CHECKING: | ||
from typing import Final | ||
|
||
VERSION: Final = '0.1.23' | ||
VERSION: Final = '0.1.24' |
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.