Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Unified zeth utility #72

Merged
merged 22 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
61e5847
initial monolith
hashcashier Jan 8, 2024
fa9c279
refactor prompt style
hashcashier Jan 9, 2024
5425737
op-info support
hashcashier Jan 9, 2024
c8dad6b
delete old host binaries
hashcashier Jan 9, 2024
be6f732
nits
hashcashier Jan 10, 2024
9af3aa8
fix tests
hashcashier Jan 10, 2024
451de67
help nit
hashcashier Jan 10, 2024
786be8a
short params
hashcashier Jan 10, 2024
74e4c64
Merge branch 'rkhalil/op-compose' of github.com:risc0/zeth into rkhal…
hashcashier Jan 11, 2024
451de61
Merge branch 'rkhalil/op-compose' of github.com:risc0/zeth into rkhal…
hashcashier Jan 11, 2024
08eadac
save receipts
hashcashier Jan 12, 2024
abbc3c5
refactor
hashcashier Jan 12, 2024
a926380
move clap structs to cli module
hashcashier Jan 12, 2024
3a72eae
refactor
hashcashier Jan 12, 2024
bdf9521
refactor main monolith
hashcashier Jan 12, 2024
df5b43b
Merge branch 'rkhalil/op-compose' of github.com:risc0/zeth into rkhal…
hashcashier Jan 16, 2024
0b6a455
default cache folder nit
hashcashier Jan 17, 2024
b1a1436
Merge branch 'rkhalil/op-compose' of github.com:risc0/zeth into rkhal…
hashcashier Jan 19, 2024
d5b4b1e
Merge branch 'rkhalil/op-compose' of github.com:risc0/zeth into rkhal…
hashcashier Jan 23, 2024
707be50
Merge branch 'rkhalil/op-compose' of github.com:risc0/zeth into rkhal…
hashcashier Jan 30, 2024
07dc903
Merge branch 'rkhalil/op-compose' of github.com:risc0/zeth into rkhal…
hashcashier Feb 2, 2024
cf4be86
feat: Provably build derived op blocks (#78)
hashcashier Feb 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.DS_Store
target/
tmp/
rpc_cache/
cache_rpc/
cache_zkp/
log.txt
*.pb
rpc_cache.json
.idea
*.zkp
cache_rpc.json
.idea
Loading
Loading