Commit 4e93578
committed
🔁 Bump Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>1 parent eec41c2 commit 4e93578
6 files changed
Lines changed: 216 additions & 214 deletions
File tree
- interface
- lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
879 | | - | |
| 879 | + | |
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
| |||
2105 | 2105 | | |
2106 | 2106 | | |
2107 | 2107 | | |
2108 | | - | |
| 2108 | + | |
2109 | 2109 | | |
2110 | 2110 | | |
2111 | 2111 | | |
| |||
2133 | 2133 | | |
2134 | 2134 | | |
2135 | 2135 | | |
2136 | | - | |
| 2136 | + | |
2137 | 2137 | | |
2138 | 2138 | | |
2139 | 2139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
Submodule openzeppelin-contracts updated 64 files
- .changeset/clean-ways-push.md+5
- .changeset/fine-frogs-bake.md+5
- .changeset/funny-years-yawn.md+5
- .changeset/hot-grapes-lie.md+5
- .changeset/lazy-poets-cheer.md+5
- .changeset/long-hornets-mate.md+5
- .changeset/pink-dolls-shop.md+5
- .changeset/rotten-apes-lie.md+5
- .changeset/strong-points-change.md+5
- .changeset/tame-bears-mix.md+5
- README.md+1
- contracts/account/Account.sol+144
- contracts/account/README.adoc+20-2
- contracts/account/extensions/AccountERC7579.sol+404
- contracts/account/extensions/AccountERC7579Hooked.sol+106
- contracts/account/extensions/ERC7821.sol+69
- contracts/interfaces/IERC7821.sol+43
- contracts/mocks/CallReceiverMock.sol+5
- contracts/mocks/account/AccountMock.sol+138
- contracts/mocks/account/modules/ERC7579Mock.sol+115
- contracts/mocks/utils/cryptography/ERC7739Mock.sol+14-14
- contracts/utils/README.adoc-36
- contracts/utils/cryptography/README.adoc+53
- contracts/utils/cryptography/signers/AbstractSigner.sol
- contracts/utils/cryptography/signers/ERC7739.sol+5-5
- contracts/utils/cryptography/signers/SignerECDSA.sol+51
- contracts/utils/cryptography/signers/SignerERC7702.sol+24
- contracts/utils/cryptography/signers/SignerP256.sol+59
- contracts/utils/cryptography/signers/SignerRSA.sol+60
- contracts/utils/structs/Checkpoints.sol+3-3
- contracts/utils/structs/EnumerableMap.sol+313-2
- contracts/utils/structs/EnumerableSet.sol+371-2
- hardhat.config.js+1-1
- package-lock.json+24-149
- package.json+1-1
- scripts/gen-nav.js+57-17
- scripts/generate/run.js+8-5
- scripts/generate/templates/Checkpoints.js+1-1
- scripts/generate/templates/Enumerable.opts.js+53
- scripts/generate/templates/EnumerableMap.js+185-20
- scripts/generate/templates/EnumerableMap.opts.js-19
- scripts/generate/templates/EnumerableSet.js+199-5
- scripts/generate/templates/EnumerableSet.opts.js-12
- scripts/upgradeable/upgradeable.patch+30
- test/account/Account.behavior.js+144
- test/account/Account.test.js+48
- test/account/AccountECDSA.test.js+52
- test/account/AccountERC7702.t.sol+97
- test/account/AccountERC7702.test.js+52
- test/account/AccountP256.test.js+58
- test/account/AccountRSA.test.js+58
- test/account/examples/AccountERC7702WithModulesMock.test.js+99
- test/account/extensions/AccountERC7579.behavior.js+563
- test/account/extensions/AccountERC7579.test.js+60
- test/account/extensions/AccountERC7579Hooked.test.js+60
- test/account/extensions/ERC7821.behavior.js+145
- test/helpers/eip712-types.js+27-25
- test/helpers/erc4337.js+125-1
- test/helpers/signers.js+147
- test/utils/cryptography/ERC7739.test.js+25
- test/utils/structs/EnumerableMap.behavior.js+17-1
- test/utils/structs/EnumerableMap.test.js+39-22
- test/utils/structs/EnumerableSet.behavior.js+16
- test/utils/structs/EnumerableSet.test.js+19-15
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
0 commit comments