Skip to content

Commit

Permalink
Merge pull request #13 from EspressoSystems/develop
Browse files Browse the repository at this point in the history
feat: proof of correct derivation
  • Loading branch information
mrain authored Aug 29, 2024
2 parents cdceee8 + 776f0e6 commit 20217c9
Show file tree
Hide file tree
Showing 22 changed files with 2,525 additions and 509 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ name: Proof Generation
on:
workflow_dispatch:

env:
SHELL: "/bin/bash"

jobs:
sp1-proof-gen:
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand All @@ -23,7 +26,15 @@ jobs:
with:
prefix-key: v2-rust

- uses: buildjet/cache@v3
with:
path: ~/.local/share/ark-srs
key: buildjet-ark-srs-${{ hashFiles('**/*.bin') }}
restore-keys: |
buildjet-ark-srs-
- name: Install SP1 toolchain
shell: bash
run: |
curl -L https://sp1.succinct.xyz | bash
~/.sp1/bin/sp1up
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
tmp/
.pre-commit-config.yaml
target/
elf/
Loading

0 comments on commit 20217c9

Please sign in to comment.