-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [lib/kakarot](https://github.com/kkrt-labs/kakarot) from `a15f209` to `76a16ca`. - [Release notes](https://github.com/kkrt-labs/kakarot/releases) - [Commits](kkrt-labs/kakarot@a15f209...76a16ca) --- updated-dependencies: - dependency-name: lib/kakarot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
af43690
commit 7a9b429
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kakarot
updated
23 files
+10 −4 | blockchain-tests-skip.yml | |
+0 −1 | scripts/constants.py | |
+0 −2 | scripts/deploy_kakarot.py | |
+0 −2 | scripts/utils/kakarot.py | |
+12 −3 | src/backend/starknet.cairo | |
+57 −32 | src/kakarot/accounts/eoa/library.cairo | |
+1 −1 | src/kakarot/instructions/block_information.cairo | |
+12 −0 | src/kakarot/interfaces/interfaces.cairo | |
+28 −14 | src/kakarot/kakarot.cairo | |
+33 −29 | src/kakarot/library.cairo | |
+18 −1 | src/kakarot/model.cairo | |
+6 −2 | src/kakarot/storages.cairo | |
+133 −160 | src/utils/eth_transaction.cairo | |
+0 −3 | tests/ef_tests/conftest.py | |
+0 −8 | tests/end_to_end/conftest.py | |
+0 −36 | tests/end_to_end/test_kakarot.py | |
+2 −0 | tests/fixtures/EVM.cairo | |
+1 −0 | tests/src/kakarot/instructions/test_block_information.py | |
+16 −31 | tests/src/utils/test_eth_transaction.cairo | |
+24 −35 | tests/src/utils/test_eth_transaction.py | |
+1 −4 | tests/utils/constants.py | |
+5 −7 | tests/utils/helpers.cairo | |
+40 −5 | tests/utils/serde.py |