File tree
6 files changed
+27
-44
lines changed- lib
- script
- configs
- extensions
- utils
6 files changed
+27
-44
lines changed- .gas-snapshot+455-437
- .github/issue_template.md+10
- .github/workflows/ci-all-via-ir.yml+1
- .github/workflows/ci.yml+4-3
- README.md+1-1
- foundry.toml+1-1
- js/solady.js+7-7
- package.json+1-1
- src/accounts/ERC4337.sol+26-1
- src/accounts/ERC4337Factory.sol+1-1
- src/accounts/ERC6551.sol+1-1
- src/accounts/ERC6551Proxy.sol+1-1
- src/utils/ERC1967Factory.sol-1
- src/utils/FixedPointMathLib.sol+169-87
- src/utils/LibBit.sol+17-22
- src/utils/LibClone.sol-4
- src/utils/LibPRNG.sol+26
- src/utils/LibString.sol+50-19
- src/utils/LibZip.sol+10-13
- src/utils/Multicallable.sol+13
- test/ERC4337.t.sol+7
- test/ERC6909.t.sol+3
- test/FixedPointMathLib.t.sol+107-16
- test/LibBit.t.sol+22
- test/LibPRNG.t.sol+33
- test/LibString.t.sol+50
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
129 | 146 |
| |
130 | 147 |
| |
131 | 148 |
| |
132 |
| - | |
133 | 149 |
| |
134 | 150 |
| |
135 | 151 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 |
| |
9 | 11 |
| |
10 | 12 |
| |
|
0 commit comments