Commit 461f5f6
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>1 parent 833bbaf commit 461f5f6
5 files changed
Lines changed: 251 additions & 274 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Submodule openzeppelin-contracts updated 52 files
- .changeset/itchy-turkeys-allow.md+5
- .changeset/modern-moments-raise.md+5
- .changeset/silent-zebras-press.md+5
- .changeset/wise-webs-fly.md+5
- CHANGELOG.md+4-1
- GUIDELINES.md+17-2
- contracts/account/utils/draft-ERC7579Utils.sol+14-14
- contracts/crosschain/ERC7786Recipient.sol+69
- contracts/crosschain/README.adoc+12
- contracts/interfaces/README.adoc+5-2
- contracts/interfaces/draft-IERC7786.sol+2-2
- contracts/metatx/ERC2771Forwarder.sol+3-3
- contracts/mocks/Stateless.sol+2
- contracts/mocks/account/AccountMock.sol+5-5
- contracts/mocks/crosschain/ERC7786GatewayMock.sol+56
- contracts/mocks/crosschain/ERC7786RecipientMock.sol+31
- contracts/mocks/docs/account/MyAccountERC7702.sol+2-2
- contracts/proxy/Clones.sol+8-8
- contracts/proxy/Proxy.sol+5-5
- contracts/proxy/utils/UUPSUpgradeable.sol+2
- contracts/token/ERC1155/utils/ERC1155Holder.sol+2
- contracts/token/ERC20/extensions/ERC4626.sol+1-1
- contracts/token/ERC20/utils/SafeERC20.sol+6-6
- contracts/token/ERC721/utils/ERC721Holder.sol+2
- contracts/utils/Bytes.sol+1-1
- contracts/utils/Create2.sol+10-10
- contracts/utils/LowLevelCall.sol+8-8
- contracts/utils/Memory.sol+93-3
- contracts/utils/README.adoc+6
- contracts/utils/RLP.sol+380
- contracts/utils/RelayedCall.sol+2-2
- contracts/utils/ShortStrings.sol+4-4
- contracts/utils/cryptography/README.adoc+2-2
- contracts/utils/cryptography/SignatureChecker.sol+1-1
- contracts/utils/cryptography/signers/SignerEIP7702.sol+2-2
- contracts/utils/structs/Accumulators.sol+129
- contracts/utils/structs/Checkpoints.sol+8-8
- docs/modules/ROOT/pages/accounts.adoc+3-3
- docs/modules/ROOT/pages/eoa-delegation.adoc+2-2
- package-lock.json+37-76
- package.json+1-1
- scripts/generate/templates/Checkpoints.js+2-2
- scripts/release/workflow/pack.sh+1-1
- scripts/upgradeable/alias/Initializable.sol+5
- scripts/upgradeable/alias/UUPSUpgradeable.sol+5
- scripts/upgradeable/transpile.sh+6-7
- test/crosschain/ERC7786Recipient.test.js+73
- test/utils/Memory.t.sol+17
- test/utils/Memory.test.js+82-15
- test/utils/RLP.t.sol+135
- test/utils/RLP.test.js+149
- test/utils/structs/Accumulators.t.sol+35
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments