Skip to content

Commit

Permalink
Update prover
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Sep 19, 2024
1 parent e6db038 commit b9a0111
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#### Tests
- `tests/*.t.sol` - Contains unit tests for all contracts/functionalities.
- `tests/Integration.t.sol` - Contains all integration tests. Integration tests generate the proof using the circuit and verify it using contracts. Before running those tests, you need to make a `packages/contracts/test/build_integration` directory, download the zip file from the following link, and place its unziped files under that directory.
https://drive.google.com/file/d/1F1cw9eTlgJwPcXR4wF8kQrWPMhRsFnIy/view?usp=sharing
https://drive.google.com/file/d/1RMAPMpjagFzXaWKZCFHdMxLral3sMbfy/view?usp=sharing

## Build and Test

Expand Down
2 changes: 1 addition & 1 deletion packages/prover/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WORKDIR /root
# RUN cp /email-wallet/packages/prover/params/email_sender.wasm /root/params
RUN mkdir params
WORKDIR /root/params
RUN gdown "https://drive.google.com/uc?id=1F1cw9eTlgJwPcXR4wF8kQrWPMhRsFnIy"
RUN gdown "https://drive.google.com/uc?id=1RMAPMpjagFzXaWKZCFHdMxLral3sMbfy"
RUN unzip params.zip
WORKDIR /root
RUN ls params
Expand Down
2 changes: 1 addition & 1 deletion packages/prover/local_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p build

npm install -g snarkjs@latest
pip install -r requirements.txt
gdown "https://drive.google.com/uc?id=1T1VvuaZhm1pSQoUkjaZptRbjq1XX8aT8"
gdown "https://drive.google.com/uc?id=1RMAPMpjagFzXaWKZCFHdMxLral3sMbfy"
unzip params.zip
# curl https://email-wallet-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/emailwallet-account-creation/contributions/emailwallet-account-creation_00019.zkey --output /root/params/account_creation.zkey
# curl https://email-wallet-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/emailwallet-account-init/contributions/emailwallet-account-init_00007.zkey --output /root/params/account_init.zkey
Expand Down
2 changes: 1 addition & 1 deletion packages/prover/modal_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)


app = modal.App("email-wallet-relayer-v1.1.2")
app = modal.App("email-wallet-relayer-v2.0.0")

image = modal.Image.from_dockerfile("Dockerfile")

Expand Down

0 comments on commit b9a0111

Please sign in to comment.