Bump minimum pragma version to 0.8.19 (#4288)

This commit is contained in:
Ernesto García
2023-05-29 13:37:37 -06:00
committed by GitHub
parent 15c5c71795
commit 7bb5592ad5
234 changed files with 249 additions and 244 deletions

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/ECDSA.sol)
pragma solidity ^0.8.0;
pragma solidity ^0.8.19;
import "../Strings.sol";

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/EIP712.sol)
pragma solidity ^0.8.8;
pragma solidity ^0.8.19;
import "./ECDSA.sol";
import "../ShortStrings.sol";

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/MerkleProof.sol)
pragma solidity ^0.8.0;
pragma solidity ^0.8.19;
/**
* @dev These functions deal with verification of Merkle Tree proofs.

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/SignatureChecker.sol)
pragma solidity ^0.8.0;
pragma solidity ^0.8.19;
import "./ECDSA.sol";
import "../../interfaces/IERC1271.sol";