Commit ab29346
committed
♻️ Update to Node.js
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>v24
1 parent bace841 commit ab29346
12 files changed
Lines changed: 321 additions & 320 deletions
File tree
- .github/workflows
- interface
- lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2109 | 2109 | | |
2110 | 2110 | | |
2111 | 2111 | | |
2112 | | - | |
| 2112 | + | |
2113 | 2113 | | |
2114 | 2114 | | |
2115 | 2115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
Submodule openzeppelin-contracts updated 70 files
- contracts/access/IAccessControl.sol+1-1
- contracts/access/extensions/IAccessControlDefaultAdminRules.sol+1-1
- contracts/access/extensions/IAccessControlEnumerable.sol+1-1
- contracts/access/manager/IAccessManaged.sol+1-1
- contracts/access/manager/IAccessManager.sol+1-1
- contracts/access/manager/IAuthority.sol+1-1
- contracts/account/extensions/draft-AccountERC7579.sol+1-1
- contracts/account/extensions/draft-AccountERC7579Hooked.sol+2-2
- contracts/governance/IGovernor.sol+1-1
- contracts/governance/utils/IVotes.sol+1-1
- contracts/interfaces/IERC1155.sol+1-1
- contracts/interfaces/IERC1155MetadataURI.sol+1-1
- contracts/interfaces/IERC1155Receiver.sol+1-1
- contracts/interfaces/IERC1271.sol+2-2
- contracts/interfaces/IERC1363.sol+1-1
- contracts/interfaces/IERC1363Receiver.sol+1-1
- contracts/interfaces/IERC1363Spender.sol+1-1
- contracts/interfaces/IERC165.sol+1-1
- contracts/interfaces/IERC1820Implementer.sol+1-1
- contracts/interfaces/IERC1820Registry.sol+1-1
- contracts/interfaces/IERC1967.sol+1-1
- contracts/interfaces/IERC20.sol+1-1
- contracts/interfaces/IERC20Metadata.sol+1-1
- contracts/interfaces/IERC2309.sol+1-1
- contracts/interfaces/IERC2612.sol+1-1
- contracts/interfaces/IERC2981.sol+1-1
- contracts/interfaces/IERC3156.sol+1-1
- contracts/interfaces/IERC3156FlashBorrower.sol+1-1
- contracts/interfaces/IERC3156FlashLender.sol+1-1
- contracts/interfaces/IERC4626.sol+1-1
- contracts/interfaces/IERC4906.sol+1-1
- contracts/interfaces/IERC5267.sol+1-1
- contracts/interfaces/IERC5313.sol+1-1
- contracts/interfaces/IERC5805.sol+1-1
- contracts/interfaces/IERC6372.sol+1-1
- contracts/interfaces/IERC721.sol+1-1
- contracts/interfaces/IERC721Enumerable.sol+1-1
- contracts/interfaces/IERC721Metadata.sol+1-1
- contracts/interfaces/IERC721Receiver.sol+1-1
- contracts/interfaces/IERC777.sol+1-1
- contracts/interfaces/IERC777Recipient.sol+1-1
- contracts/interfaces/IERC777Sender.sol+1-1
- contracts/interfaces/IERC7821.sol+1-1
- contracts/interfaces/IERC7913.sol+1-1
- contracts/interfaces/draft-IERC1822.sol+1-1
- contracts/interfaces/draft-IERC4337.sol+1-1
- contracts/interfaces/draft-IERC6093.sol+1-1
- contracts/interfaces/draft-IERC6909.sol+1-1
- contracts/interfaces/draft-IERC7579.sol+1-1
- contracts/interfaces/draft-IERC7674.sol+1-1
- contracts/mocks/account/AccountMock.sol+3-3
- contracts/mocks/utils/cryptography/ERC7739Mock.sol+1-1
- contracts/proxy/ERC1967/ERC1967Utils.sol+1-1
- contracts/proxy/beacon/IBeacon.sol+1-1
- contracts/token/ERC1155/IERC1155.sol+1-1
- contracts/token/ERC1155/IERC1155Receiver.sol+1-1
- contracts/token/ERC1155/extensions/IERC1155MetadataURI.sol+1-1
- contracts/token/ERC20/IERC20.sol+1-1
- contracts/token/ERC20/extensions/IERC20Metadata.sol+1-1
- contracts/token/ERC20/extensions/IERC20Permit.sol+1-1
- contracts/token/ERC721/IERC721.sol+1-1
- contracts/token/ERC721/IERC721Receiver.sol+1-1
- contracts/token/ERC721/extensions/IERC721Enumerable.sol+1-1
- contracts/token/ERC721/extensions/IERC721Metadata.sol+1-1
- contracts/utils/cryptography/draft-ERC7739Utils.sol
- contracts/utils/cryptography/signers/MultiSignerERC7913.sol+1-1
- contracts/utils/cryptography/signers/draft-ERC7739.sol+1-1
- contracts/utils/introspection/IERC165.sol+1-1
- contracts/vendor/compound/ICompoundTimelock.sol+1-1
- docs/modules/ROOT/pages/backwards-compatibility.adoc+3-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
0 commit comments