You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test 2 phases prove
* fix typo
* add batch 2 phase prover
* connect batch input request and batch proof request, need test
* fix batch input prove
* update test script
* feat: introduce gaiko (#514)
* feat: introduce gaiko
* refactor: update Dockerfile and entrypoint script for improved build process and remove obsolete install script
* chore: update subproject commit for gaiko
* feat: add PIVOT environment variable to Docker Compose services
* fix: update command instantiation for consistency in SGX prover and setup bootstrap
* chore: remove obsolete install script from .dockerignore
* feat: add .env file support to Docker Compose services
* chore: update subproject commit for gaiko
* chore: update subproject commit for gaiko
* chore: update subproject commit for gaiko
* chore: update subproject commit for gaiko
* chore: update subproject commit for gaiko
* chore: optimize Dockerfile build process with cache mount
* chore: update SGX configuration and add pivot support in prover logic
* chore: improve error handling for input serialization in prover logic
* chore: enhance prover logic to support Pivot proof type and refactor method signatures for consistency
* chore: add support for Pivot proof type in SGX prover and refactor related methods
* chore: add Pivot configuration support in devnet JSON files
* chore: update subproject commit reference in gaiko
* chore: update setup_bootstrap to use async/await for Sgx and Pivot proof types
* chore: refactor SgxProver to accept ProofType and streamline proof handling for Sgx and Pivot
* chore: enhance setup_bootstrap to pass ProofType to bootstrap function for improved handling
* chore: update error messages in setup_bootstrap to include proof_type for better debugging
* chore: add pivot prover specific options to ProverSpecificOpts struct and update related tests
* chore: update subproject commit reference in gaiko
* chore: update subproject commit reference in gaiko
* chore: update subproject commit reference in gaiko
* chore: simplify Dockerfile cache mounts for cargo
* chore: simplify Dockerfile cache mounts for cargo
* chore: improve error handling in output logging
* chore: update subproject commit reference in gaiko
* chore: update Dockerfile to use cargo-chef for improved build efficiency and update Rust toolchain to 1.85.0
* chore: update .dockerignore to include additional target directories and remove obsolete entries
* chore: update Dockerfile and .dockerignore to include cargo-config.toml and improve build configuration
* fix: correct typo in cargo-config.toml from 'buid' to 'build'
* chore: update subproject commit reference in gaiko
* fix: conditionally print SGX mode warning based on proof type
* chore: update subproject commit reference in gaiko
* lru mem db (#516)
* use lru in in-mem db, to avoid memory exhaustion
* fix CI
* response earlier until task status successed, except for aggregation … (#518)
* response earlier until task status successed, except for aggregation request
* remove duplicate trace
* fix CI and update configs
* update docker build env for pivot instance id
* fix CI
* update config
* fix CI
* feat: add sample environment configuration for Docker (#523)
* fix CI sgx build
* fix CI
* fix CI
---------
Co-authored-by: johntaiko <[email protected]>
0 commit comments