Skip to content

Commit

Permalink
chore: minor adjustment to the Solidity verify() function signature a…
Browse files Browse the repository at this point in the history
…nd integration of Solidity verification with the CI (zkonduit#114)
  • Loading branch information
weijiekoh authored Feb 25, 2023
1 parent 161b0e2 commit 0a5d1aa
Show file tree
Hide file tree
Showing 12 changed files with 2,537 additions and 105 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ jobs:

- name: Install solc
run: (hash svm 2>/dev/null || cargo install svm-rs) && svm install 0.8.17 && solc --version
- name: Install Anvil
run: cargo install --git https://github.com/foundry-rs/foundry --profile local --locked foundry-cli anvil
- name: KZG prove and verify tests (EVM)
run: cargo test --release --verbose tests::kzg_evm_prove_and_verify_ -- --test-threads 4
run: cargo test --release --verbose tests_evm -- --test-threads 4

prove-and-verify-tests:

Expand Down
Loading

0 comments on commit 0a5d1aa

Please sign in to comment.