Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
feat: eip3074 bytecode generation (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez authored Mar 11, 2024
1 parent 9972370 commit 9979d5d
Show file tree
Hide file tree
Showing 11 changed files with 273 additions and 146 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Check bytecode is up to date with source
run: |
make check-eip3074-bytecode
- name: Run tests
run: |
cargo nextest run \
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ lcov.info

# Rust bug report
rustc-ice-*

crates/testing/resources/eip3074/cache/*
Loading

0 comments on commit 9979d5d

Please sign in to comment.