Skip to content

Commit

Permalink
update verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar authored Aug 23, 2023
1 parent ba9f999 commit ba2cdea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions contracts/verifiers/FflonkVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ contract FflonkVerifier {
uint256 constant w8_7 = 8613538655231327379234925296132678673308827349856085326283699237864372525723;

// Verifier preprocessed input C_0(x)·[1]_1
uint256 constant C0x = 8748491810861961639971460410260422311829533970693014749708921741782395345607;
uint256 constant C0y = 19249140416969302078618758182589759060501611830909446035371381859212756316933;
uint256 constant C0x = 10330861150616913541207360924312278787207684679419670167996002791305440821704;
uint256 constant C0y = 14244524222232642134204580826860575549922689127759263461569792153452315036880;

// Verifier preprocessed input x·[1]_2
uint256 constant X2x1 = 21831381940315734285607113342023901060522397560371972897001948545212302161822;
Expand Down Expand Up @@ -1241,4 +1241,4 @@ contract FflonkVerifier {
return(0, 0x20)
}
}
}
}
2 changes: 1 addition & 1 deletion docker/Dockerfile.geth
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ EXPOSE 8545
COPY docker/gethData /

ENTRYPOINT ["geth"]
CMD ["--rpc.allow-unprotected-txs", "--http", "--http.addr", "0.0.0.0","--http.corsdomain", "*", "--http.vhosts" ,"*", "--ws", "--ws.origins", "*", "--ws.addr", "0.0.0.0", "--dev", "--datadir", "/geth_data"]
CMD ["--rpc.allow-unprotected-txs", "--http", "--http.addr", "0.0.0.0","--http.corsdomain", "*", "--http.vhosts" ,"*", "--ws", "--ws.origins", "*", "--ws.addr", "0.0.0.0", "--dev", "--dev.period", "1", "--datadir", "/geth_data"]
1 change: 0 additions & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = {
{
version: "0.8.20",
settings: {
evmVersion: 'paris',
optimizer: {
enabled: true,
runs: 999999
Expand Down

0 comments on commit ba2cdea

Please sign in to comment.