Skip to content

Commit

Permalink
solc8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Sep 20, 2024
1 parent a267b37 commit 45a4f28
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/certora_passkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:

- name: Install solc
run: |
wget https://github.com/ethereum/solidity/releases/download/v0.8.23/solc-static-linux
wget https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-static-linux
chmod +x solc-static-linux
sudo mv solc-static-linux /usr/local/bin/solc8.23
sudo mv solc-static-linux /usr/local/bin/solc8.26
- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion modules/passkey/certora/conf/GetConfigurationConf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
" -split false"
],
"rule_sanity": "basic",
"solc": "solc8.23",
"solc": "solc8.26",
"verify": "GetConfigurationProxyHarness:certora/specs/GetConfigurationSpec.spec"
}
2 changes: 1 addition & 1 deletion modules/passkey/certora/conf/GetSigner.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
],
"process": "emv",
"rule_sanity": "basic",
"solc": "solc8.23",
"solc": "solc8.26",
"verify": "GetSignerHarness:certora/specs/GetSigner.spec"
}
2 changes: 1 addition & 1 deletion modules/passkey/certora/conf/ProxySimulator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
],
"process": "emv",
"rule_sanity": "basic",
"solc": "solc8.23",
"solc": "solc8.26",
"verify": "ProxySimulator:certora/specs/ProxySimulator.spec"
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
],
"process": "emv",
"rule_sanity": "basic",
"solc": "solc8.23",
"solc": "solc8.26",
"verify": "FactoryHarnessForSignerConsistency:certora/specs/SafeWebAuthnSignerFactoryWithMunge.spec"
}
2 changes: 1 addition & 1 deletion modules/passkey/certora/conf/SafeWebAuthnSignerProxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
],
"process": "emv",
"rule_sanity": "basic",
"solc": "solc8.23",
"solc": "solc8.26",
"verify": "SafeWebAuthnSignerProxy:certora/specs/SafeWebAuthnSignerProxy.spec"
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
],
"process": "emv",
"rule_sanity": "basic",
"solc": "solc8.23",
"solc": "solc8.26",
"verify": "SafeWebAuthnSignerSingleton:certora/specs/SafeWebAuthnSignerSingleton.spec"
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"SignerCreationCantOverride"
],
"rule_sanity": "basic",
"solc": "solc8.23",
"solc": "solc8.26",
"verify": "SafeWebAuthnSignerFactoryHarness:certora/specs/SafeWebAuthnSignerFactory.spec"
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"isValidSignatureRevertingConditions"
],
"rule_sanity": "basic",
"solc": "solc8.23",
"solc": "solc8.26",
"verify": "SafeWebAuthnSignerSingleton:certora/specs/SafeWebAuthnSignerSingleton.spec"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"isValidSignatureForSignerIntegrity"
],
"rule_sanity": "basic",
"solc": "solc8.23",
"solc": "solc8.26",
"verify": "SafeWebAuthnSignerFactoryHarness:certora/specs/SafeWebAuthnSignerFactory.spec"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
],
"rule_sanity": "basic",
"smt_timeout": "600",
"solc": "solc8.23",
"solc": "solc8.26",
"verify": "SafeWebAuthnSignerFactoryHarness:certora/specs/SafeWebAuthnSignerFactoryWithMunge.spec"
}

0 comments on commit 45a4f28

Please sign in to comment.