-
Notifications
You must be signed in to change notification settings - Fork 103
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 `9ffc23c` to `5f2d942`. - [Release notes](https://github.com/kkrt-labs/kakarot/releases) - [Commits](kkrt-labs/kakarot@9ffc23c...5f2d942) --- updated-dependencies: - dependency-name: lib/kakarot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0f43162
commit c3070fa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kakarot
updated
16 files
+1 −0 | .env.example | |
+8 −2 | .github/workflows/ci.yml | |
+0 −1 | .github/workflows/deployments.yml | |
+0 −1 | .github/workflows/release.yml | |
+3 −4 | Makefile | |
+1 −51 | blockchain-tests-skip.yml | |
+0 −3 | docker/deployer/Dockerfile | |
+8 −0 | scripts/constants.py | |
+3 −27 | scripts/utils/starknet.py | |
+6 −2 | src/backend/starknet.cairo | |
+11 −0 | src/kakarot/accounts/eoa/library.cairo | |
+4 −0 | src/kakarot/gas.cairo | |
+19 −3 | src/kakarot/instructions/environmental_information.cairo | |
+46 −30 | src/kakarot/instructions/system_operations.cairo | |
+0 −5 | src/kakarot/interpreter.cairo | |
+1 −1 | src/kakarot/state.cairo |