Skip to content

Commit ad6490b

Browse files
Helios cuda branch (#25)
* Add CudaProver. * Add execution time. * Add exit on a successful loop run. * Remove retry loop. * Remove retry loop. * Fix clippy. * Use env prover for a cron job. * feat: Bumps docker base img version * Spn network (#18) * Use spn network. * Add balance check. * Add min auction period. * Rename vars. * Update helios crate (#20) * Bump helios. * tidy * Update helios deps (#21) * Update helios dependency to v0.9.3. * Update elf file. * Add run on helios branch. * Fix clippy. * Fix fmt. * Update helios elf file. * Update verification key in test. * Use v5.2.1 elf build. * Remove unused deps. * Do not prove and send proofs if the slot is not a checkpoint slot. (#22) * Update operator to use program with checkpoint check. (#23) * Update operator to use program with checkpoint check. * Add checkpoint check in genesis script. * Update helios deps. * Update vk and the elf file. * Add checkpoint slot to the test. * Update comment. * Update alloy. * feat: Adds retry logic for non-checkpoint commitment * chore: fmt * Update cargo deps to fix security advisories. * Fix after merge. * Bump toolchain. * Update test. * Update test. --------- Co-authored-by: Jeremy <jeremias@availproject.org>
1 parent 197fdf6 commit ad6490b

12 files changed

Lines changed: 3284 additions & 2064 deletions

File tree

.github/workflows/run_program.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run Program
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, helios-cuda]
66
pull_request:
77
branches:
88
- "**"

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "helios-cuda" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "main", "helios-cuda" ]
88

99
env:
1010
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)