-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add use-gas cell and option * Set Version: 1.0.384 * override #deductGas * update exected output for test_gst_to_kore * Set Version: 1.0.386 * update output templates * update failing expected files * add <use-gas> cell to k claims * integrate use-gas cell in optimization rules * Set Version: 1.0.394 * typo * temp, profiling * Revert "temp, profiling" This reverts commit 87dd5f5. * fix typo in expected files * Set Version: 1.0.396 * fix output templates * fix static_callcodecallcodecall * True => true * Set Version: 1.0.397 * evm.md: disable refund, maintain accessStorage logic * Set Version: 1.0.398 * renaming use-gas cell * formatting optimizations * rename <use-gas> to <useGas> in configuration files * removing SCHED from no-gas optimizations * fix formatting * no-gas effects on non-main EVM files * add noGas proof example * de-duplicating rules * rewrite constraints for optimizations * Revert "rewrite constraints for optimizations" This reverts commit e522615. * Revert "de-duplicating rules" This reverts commit af7c6d1. * Set Version: 1.0.399 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Petar Maksimovic <[email protected]>
- Loading branch information
1 parent
34e0352
commit b50a246
Showing
143 changed files
with
889 additions
and
311 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kevm-pyk" | ||
version = "1.0.398" | ||
version = "1.0.399" | ||
description = "" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
from typing import Final | ||
|
||
|
||
VERSION: Final = '1.0.398' | ||
VERSION: Final = '1.0.399' |
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.