Skip to content

Commit

Permalink
feat: prove all tx in a block (#6)
Browse files Browse the repository at this point in the history
* blockdata fetcher

* blockdata fetcher - with file ....

* full proof verification

* full block proving

* fmt

* move prover to test
  • Loading branch information
nikkolasg authored Dec 6, 2023
1 parent 7a61d57 commit c5987a7
Show file tree
Hide file tree
Showing 10 changed files with 1,480 additions and 36 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: "--all --release"

args: "--all --release -- --test-threads 32"
env:
CI_RPC_URL: ${{ secrets.CI_RPC_URL }}

fmt:
name: Rustfmt
Expand Down
Loading

0 comments on commit c5987a7

Please sign in to comment.