Skip to content

Commit

Permalink
merge with 0.8.26 change
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Jul 5, 2024
1 parent f13e38d commit e6d893e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/passkey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ npx hardhat --network $NETWORK verify $SAFE_WEBAUTHN_SIGNER_SINGLETON_ADDRESS --

### Compiler settings

The project uses Solidity compiler version `0.8.24` with 10 million optimizer runs, as we want to optimize for the code execution costs. The EVM version is set to `paris` because not all our target networks support the opcodes introduced in the `Shanghai` EVM upgrade.
The project uses Solidity compiler version `0.8.26` with 10 million optimizer runs, as we want to optimize for the code execution costs. The EVM version is set to `paris` because not all our target networks support the opcodes introduced in the `Shanghai` EVM upgrade.

#### Custom Networks

Expand Down
2 changes: 1 addition & 1 deletion modules/passkey/contracts/libraries/P256.sol
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ library P256 {
mstore(add(input, 128), y)

// Perform staticcall and check result, note that Yul evaluates expressions from right
// to left. See <https://docs.soliditylang.org/en/v0.8.24/yul.html#function-calls>.
// to left. See <https://docs.soliditylang.org/en/v0.8.26/yul.html#function-calls>.
mstore(0, 0)
success := and(
and(
Expand Down

0 comments on commit e6d893e

Please sign in to comment.