Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fcebf4b
Add CudaProver.
0xSasaPrsic May 27, 2025
d88a0ec
Add execution time.
0xSasaPrsic Jun 18, 2025
41d4382
Merge branch 'main' into helios-cuda
0xSasaPrsic Jun 26, 2025
5b6fd04
Add exit on a successful loop run.
0xSasaPrsic Jul 9, 2025
5605397
Remove retry loop.
0xSasaPrsic Jul 30, 2025
d2ee77d
Remove retry loop.
0xSasaPrsic Jul 30, 2025
bfda751
Fix clippy.
0xSasaPrsic Jul 30, 2025
c1ff8f1
Use env prover for a cron job.
0xSasaPrsic Aug 5, 2025
9505e3e
Merge branch 'env-prover-cron' into helios-cuda
0xSasaPrsic Aug 12, 2025
b148ba6
feat: Bumps docker base img version
moraesjeremias Sep 9, 2025
6f2fac4
Merge pull request #19 from availproject/feat/bump-docker-img
moraesjeremias Sep 10, 2025
da89484
Spn network (#18)
0xSasaPrsic Sep 10, 2025
05daaf8
Update helios crate (#20)
0xSasaPrsic Sep 17, 2025
b9d4d9f
Update helios deps (#21)
0xSasaPrsic Oct 13, 2025
b6717ec
Do not prove and send proofs if the slot is not a checkpoint slot. (#22)
0xSasaPrsic Nov 19, 2025
41d413e
Update operator to use program with checkpoint check. (#23)
0xSasaPrsic Nov 19, 2025
483d439
feat: Adds retry logic for non-checkpoint commitment
moraesjeremias Jan 26, 2026
12c492f
chore: fmt
moraesjeremias Jan 27, 2026
9d97db8
Merge pull request #24 from availproject/feat/retry-fallback
moraesjeremias Jan 27, 2026
fb77455
Update cargo deps to fix security advisories.
0xSasaPrsic May 5, 2026
e31b4cd
Merge branch 'main' into helios-cuda
0xSasaPrsic May 5, 2026
0c74b0e
Fix after merge.
0xSasaPrsic May 5, 2026
f7641de
Bump toolchain.
0xSasaPrsic May 5, 2026
b510bb0
Update test.
0xSasaPrsic May 6, 2026
277c1cf
Update test.
0xSasaPrsic May 6, 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
2 changes: 1 addition & 1 deletion .github/workflows/run_program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Program

on:
push:
branches: [main]
branches: [main, helios-cuda]
pull_request:
branches:
- "**"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ "main" ]
branches: [ "main", "helios-cuda" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "helios-cuda" ]

env:
CARGO_TERM_COLOR: always
Expand Down
Loading
Loading