Skip to content

Commit

Permalink
build(deps): bump lib/kakarot from aec81a4 to 7686fbf (#579)
Browse files Browse the repository at this point in the history
Bumps [lib/kakarot](https://github.com/kkrt-labs/kakarot) from `aec81a4` to `7686fbf`.
- [Release notes](https://github.com/kkrt-labs/kakarot/releases)
- [Commits](kkrt-labs/kakarot@aec81a4...7686fbf)

---
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
dependabot[bot] authored Sep 20, 2023
1 parent 0894457 commit bf76fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kakarot
Submodule kakarot updated 56 files
+15 −11 .github/ISSUE_TEMPLATE/01_BUG_REPORT.md
+18 −12 .github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md
+3 −1 .github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md
+6 −3 .github/PULL_REQUEST_TEMPLATE.md
+3 −0 .github/actionlint.yaml
+9 −17 .github/workflows/ci.yml
+7 −6 .github/workflows/deployments.yml
+61 −59 .github/workflows/dump_katana.yml
+0 −15 .github/workflows/spell_check.yml
+0 −67 .github/workflows/thoth.yml
+31 −0 .github/workflows/trunk-check.yaml
+1 −0 .markdownlint.json
+8 −0 .trunk/.gitignore
+4 −0 .trunk/configs/.hadolint.yaml
+7 −0 .trunk/configs/.shellcheckrc
+10 −0 .trunk/configs/.yamllint.yaml
+5 −0 .trunk/configs/ruff.toml
+61 −0 .trunk/trunk.yaml
+2 −17 Makefile
+20 −1 README.md
+267 −265 docker/ci/setup_16.x
+3 −2 docker/devnet/run_and_deploy.py
+10 −10 docker/katana/scripts/download_katana.sh
+1 −1 docker/katana/scripts/run.sh
+24 −24 docker/katana/scripts/wait_and_deploy.sh
+7 −3 docs/CONTRIBUTING.md
+20 −6 docs/evm.md
+ docs/img/architecture.png
+ docs/img/codespaces.png
+ docs/img/evm_exec_model.png
+ docs/img/github_workflows.png
+ docs/img/kakarot_github_banner.png
+ docs/img/kakarot_github_banner_footer.png
+ docs/img/sample_execution.png
+184 −164 docs/supported_opcodes.md
+95 −92 pyproject.toml
+1 −1 scripts/artifacts.py
+2 −2 scripts/constants.py
+48,300 −48,625 scripts/utils/erc20.json
+3 −7 scripts/utils/kakarot.py
+11 −9 scripts/utils/starknet.py
+261 −1 sequencer/mock_blockhashes.json
+42 −22 src/utils/utils.cairo
+1 −1 tests/end_to_end/PlainOpcodes/test_plain_opcodes.py
+2 −2 tests/end_to_end/Solmate/test_erc721.py
+33 −23 tests/end_to_end/conftest.py
+4 −3 tests/end_to_end/test_kakarot.py
+1 −1 tests/fixtures/starknet.py
+2 −2 tests/integration/conftest.py
+5 −23 tests/integration/solidity_contracts/conftest.py
+2 −4 tests/src/kakarot/precompiles/test_ec_recover.py
+1 −1 tests/src/utils/test_eth_transaction.py
+6 −5 tests/utils/contracts.py
+1 −0 tests/utils/errors.py
+2 −2 tests/utils/helpers.py
+9 −9 tests/utils/reporting.py

0 comments on commit bf76fbe

Please sign in to comment.