File tree
8 files changed
+37
-45
lines changed- lib
- test
- account
- helpers
8 files changed
+37
-45
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
Submodule @openzeppelin-contracts updated 19 files
- .changeset/brave-islands-sparkle.md+5
- .changeset/ten-fishes-fold.md+5
- .changeset/thin-eels-cross.md+5
- contracts/governance/Governor.sol+19-6
- contracts/governance/IGovernor.sol+14-1
- contracts/governance/extensions/GovernorSequentialProposalId.sol+76
- contracts/mocks/governance/GovernorSequentialProposalIdMock.sol+39
- contracts/token/ERC20/extensions/ERC4626.sol+5-5
- fv-requirements.txt+1-1
- hardhat/common-contracts.js+31
- package.json+1-1
- scripts/checks/coverage.sh+2
- scripts/set-max-old-space-size.sh+10
- test/account/utils/draft-ERC4337Utils.test.js+8-9
- test/governance/Governor.test.js+1-1
- test/governance/extensions/GovernorSequentialProposalId.test.js+202
- test/helpers/erc4337-entrypoint.js-31
- test/helpers/governance.js+14-12
- test/utils/introspection/SupportsInterface.behavior.js+30-28
Lines changed: 17 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
106 |
| - | |
| 105 | + | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
| 116 | + | |
| 117 | + | |
120 | 118 |
| |
121 | 119 |
| |
122 | 120 |
| |
| |||
126 | 124 |
| |
127 | 125 |
| |
128 | 126 |
| |
129 |
| - | |
| 127 | + | |
130 | 128 |
| |
131 |
| - | |
| 129 | + | |
132 | 130 |
| |
133 |
| - | |
| 131 | + | |
134 | 132 |
| |
135 | 133 |
| |
136 | 134 |
| |
| |||
192 | 190 |
| |
193 | 191 |
| |
194 | 192 |
| |
195 |
| - | |
| 193 | + | |
196 | 194 |
| |
197 | 195 |
| |
198 | 196 |
| |
| |||
202 | 200 |
| |
203 | 201 |
| |
204 | 202 |
| |
205 |
| - | |
206 |
| - | |
| 203 | + | |
| 204 | + | |
207 | 205 |
| |
208 | 206 |
| |
209 | 207 |
| |
| |||
244 | 242 |
| |
245 | 243 |
| |
246 | 244 |
| |
247 |
| - | |
248 |
| - | |
| 245 | + | |
| 246 | + | |
249 | 247 |
| |
250 | 248 |
| |
251 | 249 |
| |
| |||
268 | 266 |
| |
269 | 267 |
| |
270 | 268 |
| |
271 |
| - | |
272 |
| - | |
| 269 | + | |
273 | 270 |
| |
274 | 271 |
| |
275 | 272 |
| |
| |||
294 | 291 |
| |
295 | 292 |
| |
296 | 293 |
| |
297 |
| - | |
| 294 | + | |
298 | 295 |
| |
299 | 296 |
| |
300 | 297 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Lines changed: 10 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
| |||
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
26 | 21 |
| |
27 | 22 |
| |
28 | 23 |
| |
29 | 24 |
| |
30 | 25 |
| |
31 | 26 |
| |
32 | 27 |
| |
33 |
| - | |
| 28 | + | |
34 | 29 |
| |
35 | 30 |
| |
36 | 31 |
| |
| |||
48 | 43 |
| |
49 | 44 |
| |
50 | 45 |
| |
51 |
| - | |
| 46 | + | |
52 | 47 |
| |
53 | 48 |
| |
54 | 49 |
| |
| |||
57 | 52 |
| |
58 | 53 |
| |
59 | 54 |
| |
60 |
| - | |
61 | 55 |
| |
62 | 56 |
| |
63 | 57 |
| |
| |||
128 | 122 |
| |
129 | 123 |
| |
130 | 124 |
| |
131 |
| - | |
| 125 | + | |
132 | 126 |
| |
133 | 127 |
| |
134 | 128 |
| |
|
0 commit comments