Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add server, worker, rewrite (#23)
* feat: add function verify_proof_and_register * fix: flow_test * chore: more info about transactions * feat: optimize verify_proof_and_register * fix: tx * temp * feat: new-verifier-contracts * update test * feat: add function verify_proof_and_register (#5) * feat: add function verify_proof_and_register * fix: flow_test * chore: more info about transactions * feat: optimize verify_proof_and_register * fix: tx * fix(CI): increase timeout for tarpaulin --------- Co-authored-by: Steve Nguyen <[email protected]> Co-authored-by: draply <[email protected]> * feat: add proof adapter * feat: init stone-prover-cli * feat: add proof generator func * refactor: init the workspace * refactor: change the src code into deployer subcrate. * feat: add errors handler for each subcrate * feat: Add verifier subcrate, which sends proof to the contracts. * feat: server template * temp * feat: add worker service * feat: add subcrates * refactor: rename packages * feat: add worker template * Feat/check status api (#19) * feat: add check status api --------- Co-authored-by: AndrewTran <[email protected]> Co-authored-by: Andrew Tran <[email protected]> * feat: update README.md * sot-190-add_job-worker-handler (#20) * feat: handle stone verify job * chore: resolve conflict * feat: update README.md * chore: clean code --------- Co-authored-by: hduoc2003 <[email protected]> * feat: SOT 206 Add e2e-tests (#22) * feat: handle stone verify job * chore: resolve conflict * feat: add e2e-test * fix: fix config test * fix: fix worker not migration --------- Co-authored-by: Draply <[email protected]> --------- Co-authored-by: hduoc2003 <[email protected]> Co-authored-by: Steve Nguyen <[email protected]> Co-authored-by: draply <[email protected]> Co-authored-by: hduoc2003 <[email protected]> Co-authored-by: vanhger <[email protected]> Co-authored-by: Draply <[email protected]>
- Loading branch information