-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore bump kakarot * make sure tx gas limit is below block gas limit * add max fee * add max fee to respect eip1559 validation from kakarot * final fix * fix max fee * add timeout * add constants for tx gas limit * update docker compose to fit new indexer' * feat bump indexer * fix branch of dockerfile
- Loading branch information
Showing
11 changed files
with
59 additions
and
15 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
Submodule kakarot
updated
17 files
+24 −127 | blockchain-tests-skip.yml | |
+2 −0 | scripts/constants.py | |
+3 −0 | scripts/deploy_kakarot.py | |
+3 −2 | scripts/utils/kakarot.py | |
+9 −3 | src/backend/starknet.cairo | |
+19 −5 | src/kakarot/accounts/eoa/library.cairo | |
+0 −4 | src/kakarot/constants.cairo | |
+12 −0 | src/kakarot/interfaces/interfaces.cairo | |
+3 −0 | src/kakarot/interpreter.cairo | |
+38 −0 | src/kakarot/kakarot.cairo | |
+42 −0 | src/kakarot/library.cairo | |
+10 −0 | src/kakarot/storages.cairo | |
+2 −3 | tests/end_to_end/test_kakarot.py | |
+3 −0 | tests/fixtures/EVM.cairo | |
+1 −0 | tests/src/kakarot/instructions/test_block_information.py | |
+2 −1 | tests/src/kakarot/test_kakarot.py | |
+6 −4 | tests/utils/constants.py |
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