Skip to content

Commit

Permalink
Merge pull request #21 from iosis-tech/revert-18-swiftness
Browse files Browse the repository at this point in the history
Revert "swiftness"
  • Loading branch information
Okm165 committed Jul 21, 2024
2 parents aca4f81 + 71ad425 commit 9f5fabb
Show file tree
Hide file tree
Showing 78 changed files with 429 additions and 449 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
${{ runner.os }}-cargo-build-
- name: Run verification
run: cargo run --release --bin swiftness --features ${{ matrix.layout }},keccak --no-default-features -- --proof examples/proofs/${{ matrix.layout }}/cairo0_example_proof.json
run: cargo run --release --bin cairovm_verifier_cli --features ${{ matrix.layout }},keccak --no-default-features -- --proof examples/proofs/${{ matrix.layout }}/cairo0_example_proof.json
58 changes: 0 additions & 58 deletions .github/workflows/npm_publish.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# will have compiled files and executables
debug/
target/
pkg/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Expand All @@ -12,4 +11,4 @@ pkg/
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.pdb
266 changes: 133 additions & 133 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f5fabb

Please sign in to comment.