Skip to content

Commit

Permalink
feat: Provably build derived op blocks (#78)
Browse files Browse the repository at this point in the history
* feat: Composition via Bonsai (#79)

* feat: Deterministic builds with receipt cache (+misc) (#80)
  • Loading branch information
hashcashier committed Feb 5, 2024
1 parent 07dc903 commit cf4be86
Show file tree
Hide file tree
Showing 77 changed files with 2,846 additions and 1,734 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
crate: cargo-binstall
- run: cargo binstall -y --force cargo-risczero@${{ env.RISC0_VERSION }}
- run: cargo risczero install --version $RISC0_TOOLCHAIN_VERSION
- run: cargo test --workspace --all-targets -F ef-tests
- run: cargo test --workspace --all-targets -F ef-tests,debug-guest-build

clippy:
name: clippy
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.DS_Store
target/
tmp/
rpc_cache/
cache_rpc/
cache_zkp/
log.txt
*.pb
*.zkp
rpc_cache.json
cache_rpc.json
.idea
Loading

0 comments on commit cf4be86

Please sign in to comment.