Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
63de4b5
feat: sp1 v6.0.0
Gohnnyman Feb 19, 2026
99c5196
feat: update install.sh script for sp1
Gohnnyman Feb 19, 2026
69ae707
fix: add protoc into Dockerfile.zk
Gohnnyman Feb 19, 2026
b048461
fix: update raiko-client-zk--docker-build workflow
Gohnnyman Feb 19, 2026
1707697
fix: risc0 doesn't support amd64
Gohnnyman Feb 19, 2026
37c7ee7
fix: risc0 fix
Gohnnyman Feb 19, 2026
31ce23e
fix: several warnings fix
Gohnnyman Feb 19, 2026
f8af1e4
fix: vk_bytes obtaining in sp1
Gohnnyman Feb 19, 2026
8e34922
fix: bonsai added to risc0 config
Gohnnyman Feb 19, 2026
365c558
fix: update patched crates
Gohnnyman Feb 19, 2026
b330d26
feat: remove device_id in sp1
Gohnnyman Feb 19, 2026
0ada4e7
feat: RedisPool logs switched to debug
Gohnnyman Feb 19, 2026
f314595
wip: testing local risc0
Gohnnyman Feb 20, 2026
57afe17
feat: add risc0 precompiles
Gohnnyman Feb 24, 2026
dca70c9
wip: added more precompiles for risc0
Gohnnyman Feb 24, 2026
9cbaa21
fix: large amount of clonning in guest programs
Gohnnyman Feb 24, 2026
e41b854
fix: shasta guest_id update
Gohnnyman Feb 24, 2026
8a44d74
fix: priority in task queue
Gohnnyman Feb 25, 2026
0682538
fix: oom kill
Gohnnyman Feb 25, 2026
9e9bc0e
feat: add shasta into priority queue
Gohnnyman Feb 25, 2026
b50058b
fix: fixing priority queue
Gohnnyman Feb 25, 2026
e269f50
feat: fix shasta aggregation vk key
Gohnnyman Feb 27, 2026
f92ee19
feat: add Groth16 verification
Gohnnyman Mar 2, 2026
ed94929
fix: add failed tasks handler
Gohnnyman Mar 2, 2026
4d34a2c
fix: fix handler
Gohnnyman Mar 2, 2026
cdf0588
feat: update docker files
Gohnnyman Mar 3, 2026
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
4 changes: 1 addition & 3 deletions .github/workflows/raiko-client-zk--docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
include:
- os: ubuntu-latest
platform: linux/amd64
- os: ubuntu-24.04-arm
platform: linux/arm64
steps:
- name: Prepare Environment
run: |
Expand Down Expand Up @@ -99,7 +97,7 @@ jobs:
with:
platforms: ${{ matrix.platform }}
context: .
file: ./Dockerfile-new.zk
file: ./Dockerfile.zk
push: true
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
Loading
Loading