Skip to content

Commit

Permalink
feat(raiko): redis db implementation for sharing proof between cloud …
Browse files Browse the repository at this point in the history
…instances. (#389)

* fix r0 aggregation proof format

* Update provers/risc0/driver/src/lib.rs

Co-authored-by: Petar Vujović <[email protected]>

* fix review comments

* refine info print

* refine info print

* add timeout to sp1 wait_proof

* feat(raiko): init redis impl

* refine taskdb, use single impl instead of enum impls

* fix redis_url

* fix redis error

* fix aggregation request query

* refine api & redis impl

Signed-off-by: smtmfft <[email protected]>

* fix compile

Signed-off-by: smtmfft <[email protected]>

* fix compile and update docker files

Signed-off-by: smtmfft <[email protected]>

* update build script for better feature organization

Signed-off-by: smtmfft <[email protected]>

* fix lint

Signed-off-by: smtmfft <[email protected]>

* fix CI

Signed-off-by: smtmfft <[email protected]>

* fix CI

* fix doc build

---------

Signed-off-by: smtmfft <[email protected]>
Co-authored-by: Petar Vujović <[email protected]>
  • Loading branch information
smtmfft and petarvujovic98 authored Oct 30, 2024
1 parent 6d5b7bf commit 14b15e6
Show file tree
Hide file tree
Showing 34 changed files with 1,785 additions and 982 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
!/provers/sgx/setup
!/kzg_settings_raw.bin
!/core
!/tasks
!/taskdb
!/makefile
!/script
Loading

0 comments on commit 14b15e6

Please sign in to comment.