Commit 9186146
File tree
8 files changed
+446
-643
lines changed- contracts/account/extensions/ERC7579Modules
- lib
- test
- account/extensions/ERC7579Modules
- helpers
8 files changed
+446
-643
lines changedLines changed: 247 additions & 264 deletions
Large diffs are not rendered by default.
Submodule @openzeppelin-contracts updated 22 files
- .changeset/good-cameras-rush.md+5
- .changeset/gorgeous-apes-jam.md+5
- .changeset/sixty-tips-wink.md+5
- FUNDING.json+3
- contracts/access/manager/AuthorityUtils.sol+9-9
- contracts/governance/TimelockController.sol+1-1
- contracts/utils/structs/EnumerableMap.sol+95
- contracts/utils/structs/EnumerableSet.sol+64
- hardhat.config.js-1
- lib/erc4626-tests+1-1
- lib/forge-std+1-1
- lib/halmos-cheatcodes+1-1
- scripts/generate/templates/EnumerableMap.js+25
- scripts/generate/templates/EnumerableSet.js+44
- scripts/set-max-old-space-size.sh+2-2
- test/helpers/precompiles.js+12
- test/utils/cryptography/SignatureChecker.test.js+21-7
- test/utils/math/Math.t.sol+3
- test/utils/structs/EnumerableMap.behavior.js+43
- test/utils/structs/EnumerableMap.test.js+1
- test/utils/structs/EnumerableSet.behavior.js+43
- test/utils/structs/EnumerableSet.test.js+1
Submodule @openzeppelin-contracts-upgradeable updated 20 files
- .changeset/good-cameras-rush.md+5
- .changeset/gorgeous-apes-jam.md+5
- .changeset/sixty-tips-wink.md+5
- FUNDING.json+3
- contracts/governance/TimelockControllerUpgradeable.sol+1-1
- hardhat.config.js-1
- lib/erc4626-tests+1-1
- lib/forge-std+1-1
- lib/halmos-cheatcodes+1-1
- lib/openzeppelin-contracts+1-1
- scripts/generate/templates/EnumerableMap.js+25
- scripts/generate/templates/EnumerableSet.js+44
- scripts/set-max-old-space-size.sh+2-2
- test/helpers/precompiles.js+12
- test/utils/cryptography/SignatureChecker.test.js+21-7
- test/utils/math/Math.t.sol+3
- test/utils/structs/EnumerableMap.behavior.js+43
- test/utils/structs/EnumerableMap.test.js+1
- test/utils/structs/EnumerableSet.behavior.js+43
- test/utils/structs/EnumerableSet.test.js+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
Lines changed: 186 additions & 363 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments