Skip to content

Commit

Permalink
feat: deprecate katana (kkrt-labs#472)
Browse files Browse the repository at this point in the history
* wip integrate kakarot sequencer

* clean deps

* update blockifier changes

* update logging

* add todos + safe nonce update

* add nonce issue

* clean katana

* fix pre state storage

* avoid returning error for kakarot sequencer

* harmonize logging

* use macro for contract address
  • Loading branch information
greged93 authored Oct 5, 2023
1 parent 8a40f2c commit f8d056e
Show file tree
Hide file tree
Showing 30 changed files with 689 additions and 4,852 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
# trunk-ignore(actionlint/runner-label)
runs-on: ubuntu-latest-16-cores
timeout-minutes: 120
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- name: Load compiled kakarot contracts
Expand All @@ -32,8 +32,6 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: fetch ef tests
run: make setup
- name: fetch dump
run: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} make fetch-dump
- uses: taiki-e/install-action@nextest
- name: run tests
run: make ef-tests
Loading

0 comments on commit f8d056e

Please sign in to comment.