Skip to content

Commit

Permalink
Merge pull request #26 from dipdup-io/v3
Browse files Browse the repository at this point in the history
Stone v3
  • Loading branch information
Zaariel91 authored Sep 26, 2024
2 parents dcda59b + 601ce16 commit 407e241
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 278 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN cairo-run \
--air_private_input=fibonacci_private_input.json \
--trace_file=fibonacci_trace.json \
--memory_file=fibonacci_memory.json \
--min_steps=512 \
--print_output \
--proof_mode

Expand Down
1 change: 1 addition & 0 deletions air_prover/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN cairo-run \
--air_private_input=fibonacci_private_input.json \
--trace_file=fibonacci_trace.json \
--memory_file=fibonacci_memory.json \
--min_steps=512 \
--print_output \
--proof_mode

Expand Down
2 changes: 2 additions & 0 deletions air_verifier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu:22.04 AS build

RUN apt-get update && apt-get install -y git

#Don't forget to remove the --branch after merging
RUN git clone https://github.com/baking-bad/stone-prover.git /app

WORKDIR /app
Expand Down Expand Up @@ -37,6 +38,7 @@ RUN cairo-run \
--air_private_input=fibonacci_private_input.json \
--trace_file=fibonacci_trace.json \
--memory_file=fibonacci_memory.json \
--min_steps=512 \
--print_output \
--proof_mode

Expand Down
278 changes: 0 additions & 278 deletions test_files/fibonacci_proof.json

This file was deleted.

0 comments on commit 407e241

Please sign in to comment.