Skip to content

Commit a035b23

Browse files
Amxxfrangio
andauthored
Release v4.6 (OpenZeppelin#3358)
* 4.6.0-rc.0 * Fix release script to only release @openzeppelin/contracts (cherry picked from commit 2bd75a4) * make ERC2981:royaltyInfo public (OpenZeppelin#3305) (cherry picked from commit d2832ca) Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com> * add transpilation guards to the crosschain mocks (OpenZeppelin#3306) (cherry picked from commit 9af5af8) Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com> * Fix tests on upgradeable contracts after transpilation (cherry picked from commit 0762479) Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com> * Remove unused constructor argument (cherry picked from commit 69c3781) Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com> * Bump minimum Solidity version for Initializable.sol to 0.8.2 (OpenZeppelin#3328) (cherry picked from commit cb14ea3) * Fix update-comment script to ignore invalid tags (cherry picked from commit 848fef5) Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com> * 4.6.0 Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
1 parent 848fef5 commit a035b23

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+65
-41
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion

contracts/access/AccessControl.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (access/AccessControl.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (access/AccessControl.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/access/AccessControlCrossChain.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (access/AccessControlCrossChain.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/CrossChainEnabled.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/CrossChainEnabled.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/amb/CrossChainEnabledAMB.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/amb/CrossChainEnabledAMB.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/amb/LibAMB.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/amb/LibAMB.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/arbitrum/CrossChainEnabledArbitrumL1.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/arbitrum/CrossChainEnabledArbitrumL1.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/arbitrum/CrossChainEnabledArbitrumL2.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/arbitrum/CrossChainEnabledArbitrumL2.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/arbitrum/LibArbitrumL1.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/arbitrum/LibArbitrumL1.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/arbitrum/LibArbitrumL2.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/arbitrum/LibArbitrumL2.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/errors.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/errors.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/optimism/CrossChainEnabledOptimism.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/optimism/CrossChainEnabledOptimism.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/optimism/LibOptimism.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/optimism/LibOptimism.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/crosschain/polygon/CrossChainEnabledPolygonChild.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/polygon/CrossChainEnabledPolygonChild.sol)
23

34
pragma solidity ^0.8.4;
45

contracts/finance/VestingWallet.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (finance/VestingWallet.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (finance/VestingWallet.sol)
33
pragma solidity ^0.8.0;
44

55
import "../token/ERC20/utils/SafeERC20.sol";

contracts/governance/Governor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (governance/Governor.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/Governor.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/IGovernor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (governance/IGovernor.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/IGovernor.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/TimelockController.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (governance/TimelockController.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/TimelockController.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/compatibility/GovernorCompatibilityBravo.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (governance/compatibility/GovernorCompatibilityBravo.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/compatibility/GovernorCompatibilityBravo.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorCountingSimple.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (governance/extensions/GovernorCountingSimple.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/extensions/GovernorCountingSimple.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorPreventLateQuorum.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (governance/extensions/GovernorPreventLateQuorum.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/extensions/GovernorPreventLateQuorum.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorTimelockCompound.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (governance/extensions/GovernorTimelockCompound.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/extensions/GovernorTimelockCompound.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorTimelockControl.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (governance/extensions/GovernorTimelockControl.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/extensions/GovernorTimelockControl.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorVotes.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (governance/extensions/GovernorVotes.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/extensions/GovernorVotes.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorVotesComp.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (governance/extensions/GovernorVotesComp.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/extensions/GovernorVotesComp.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/utils/Votes.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (governance/utils/Votes.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (governance/utils/Votes.sol)
33
pragma solidity ^0.8.0;
44

55
import "../../utils/Context.sol";

contracts/interfaces/IERC2981.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (interfaces/IERC2981.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (interfaces/IERC2981.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "4.5.0",
4+
"version": "4.6.0",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

contracts/proxy/Proxy.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (proxy/Proxy.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (proxy/Proxy.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/proxy/utils/Initializable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (proxy/utils/Initializable.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (proxy/utils/Initializable.sol)
33

44
pragma solidity ^0.8.2;
55

contracts/token/ERC1155/ERC1155.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (token/ERC1155/ERC1155.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC1155/ERC1155.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC1155/extensions/ERC1155Supply.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (token/ERC1155/extensions/ERC1155Supply.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC1155/extensions/ERC1155Supply.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC1155/extensions/ERC1155URIStorage.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC1155/extensions/ERC1155URIStorage.sol)
23

34
pragma solidity ^0.8.0;
45

contracts/token/ERC20/ERC20.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/ERC20.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/ERC20.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC20/IERC20.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/IERC20.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC20/extensions/ERC20FlashMint.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/extensions/ERC20FlashMint.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/extensions/ERC20FlashMint.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC20/extensions/ERC20Snapshot.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/ERC20Snapshot.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/extensions/ERC20Snapshot.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC20/extensions/ERC20Wrapper.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/ERC20Wrapper.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/extensions/ERC20Wrapper.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC20/extensions/draft-ERC20Permit.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/draft-ERC20Permit.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/extensions/draft-ERC20Permit.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC721/ERC721.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC721/ERC721.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/ERC721.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC721/IERC721.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (token/ERC721/IERC721.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC721/IERC721Receiver.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (token/ERC721/IERC721Receiver.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721Receiver.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC721/extensions/draft-ERC721Votes.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC721/extensions/draft-ERC721Votes.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/extensions/draft-ERC721Votes.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC777/ERC777.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC777/ERC777.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC777/ERC777.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC777/IERC777.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (token/ERC777/IERC777.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC777/IERC777.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/common/ERC2981.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (token/common/ERC2981.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (token/common/ERC2981.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/utils/cryptography/MerkleProof.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.5.0) (utils/cryptography/MerkleProof.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (utils/cryptography/MerkleProof.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/utils/introspection/IERC1820Registry.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC1820Registry.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (utils/introspection/IERC1820Registry.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/utils/math/SafeMath.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (utils/math/SafeMath.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/utils/structs/DoubleEndedQueue.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (utils/structs/DoubleEndedQueue.sol)
23
pragma solidity ^0.8.4;
34

45
import "../math/SafeCast.sol";

contracts/utils/structs/EnumerableMap.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (utils/structs/EnumerableMap.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (utils/structs/EnumerableMap.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/utils/structs/EnumerableSet.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.1 (utils/structs/EnumerableSet.sol)
2+
// OpenZeppelin Contracts (last updated v4.6.0) (utils/structs/EnumerableSet.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/vendor/amb/IAMB.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (vendor/amb/IAMB.sol)
23
pragma solidity ^0.8.0;
34

45
interface IAMB {

contracts/vendor/arbitrum/IArbSys.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: MIT
2+
// OpenZeppelin Contracts (last updated v4.6.0) (vendor/arbitrum/IArbSys.sol)
23
pragma solidity >=0.4.21 <0.9.0;
34

45
/**

contracts/vendor/arbitrum/IBridge.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: Apache-2.0
2+
// OpenZeppelin Contracts (last updated v4.6.0) (vendor/arbitrum/IBridge.sol)
23

34
/*
45
* Copyright 2021, Offchain Labs, Inc.

contracts/vendor/arbitrum/IInbox.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: Apache-2.0
2+
// OpenZeppelin Contracts (last updated v4.6.0) (vendor/arbitrum/IInbox.sol)
23

34
/*
45
* Copyright 2021, Offchain Labs, Inc.

contracts/vendor/arbitrum/IMessageProvider.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: Apache-2.0
2+
// OpenZeppelin Contracts (last updated v4.6.0) (vendor/arbitrum/IMessageProvider.sol)
23

34
/*
45
* Copyright 2021, Offchain Labs, Inc.

contracts/vendor/arbitrum/IOutbox.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-License-Identifier: Apache-2.0
2+
// OpenZeppelin Contracts (last updated v4.6.0) (vendor/arbitrum/IOutbox.sol)
23

34
/*
45
* Copyright 2021, Offchain Labs, Inc.

0 commit comments

Comments
 (0)