-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pragma and default compiler to 0.8.22 (#401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f8fb22f
commit 76f9087
Showing
22 changed files
with
167 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
}␊ | ||
|
@@ -22,7 +22,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
import "./Bar.sol";␊ | ||
␊ | ||
|
@@ -36,7 +36,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
import "./Bar.sol";␊ | ||
import "./Quux.sol";␊ | ||
|
@@ -51,7 +51,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
import "./Bar.sol";␊ | ||
␊ | ||
|
@@ -66,7 +66,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
import "./Bar.sol";␊ | ||
import "./Quux.sol";␊ | ||
|
@@ -82,7 +82,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
}␊ | ||
|
@@ -94,7 +94,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
// The following functions are overrides required by Solidity.␊ | ||
|
@@ -114,7 +114,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
// The following functions are overrides required by Solidity.␊ | ||
|
@@ -138,7 +138,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
function _otherFunction() internal whenNotPaused {}␊ | ||
|
@@ -151,7 +151,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
function _otherFunction() internal whenNotPaused override(ERC20, OtherParent) {␊ | ||
|
@@ -166,7 +166,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
constructor() {␊ | ||
|
@@ -181,7 +181,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
import "./Bar.sol";␊ | ||
␊ | ||
|
@@ -198,7 +198,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
function _otherFunction() internal {␊ | ||
|
@@ -213,7 +213,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
function _otherFunction() internal override {␊ | ||
|
@@ -229,7 +229,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
uint value = 42;␊ | ||
|
@@ -242,7 +242,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract Foo {␊ | ||
uint value = 42;␊ | ||
|
@@ -256,7 +256,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
contract FooBarBaz {␊ | ||
}␊ | ||
|
@@ -268,7 +268,7 @@ Generated by [AVA](https://avajs.dev). | |
`// SPDX-License-Identifier: MIT␊ | ||
// Compatible with OpenZeppelin Contracts ^5.0.0␊ | ||
pragma solidity ^0.8.20;␊ | ||
pragma solidity ^0.8.22;␊ | ||
␊ | ||
/// @custom:security-contact [email protected]␊ | ||
contract Foo {␊ | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 7 additions & 7 deletions
14
packages/core/src/environments/hardhat/upgradeable/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.