File tree
25 files changed
+57
-89
lines changed- lib
- snapshots
- src
- contracts/extensions
- stata-token
- interfaces
- v3-config-engine
- libraries
- deployments
- contracts
- procedures
- utilities
- interfaces
- projects/aave-v3-batched
- batches
- tests
- deployments
- extensions/stata-token
- utils
25 files changed
+57
-89
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Submodule solidity-utils updated 45 files
- .gitmodules+1
- Makefile+5-9
- foundry.toml+35-36
- lib/forge-std+1-1
- lib/openzeppelin-contracts-upgradeable+1-1
- script/DeployTransparentProxyFactory.s.sol+2-2
- src/contracts/access-control/OwnableWithGuardian.sol+5-4
- src/contracts/access-control/UpgradeableOwnableWithGuardian.sol-10
- src/contracts/access-control/interfaces/IWithGuardian.sol+10
- src/contracts/oz-common/Address.sol-248
- src/contracts/oz-common/Context.sol-25
- src/contracts/oz-common/EnumerableSet.sol-378
- src/contracts/oz-common/Ownable.sol-84
- src/contracts/oz-common/SafeCast.sol-1.1k
- src/contracts/oz-common/SafeERC20.sol-141
- src/contracts/oz-common/StorageSlot.sol-89
- src/contracts/oz-common/interfaces/IERC20.sol-79
- src/contracts/oz-common/interfaces/IERC20Metadata.sol-29
- src/contracts/oz-common/interfaces/IERC20Permit.sol-60
- src/contracts/oz-common/interfaces/IERC20WithPermit.sol+2-2
- src/contracts/transparent-proxy/Initializable.sol-157
- src/contracts/transparent-proxy/Proxy.sol-92
- src/contracts/transparent-proxy/ProxyAdmin.sol-45
- src/contracts/transparent-proxy/TransparentProxyFactory.sol-1
- src/contracts/transparent-proxy/TransparentProxyFactoryBase.sol+55-17
- src/contracts/transparent-proxy/TransparentUpgradeableProxy.sol-125
- src/contracts/transparent-proxy/interfaces/IProxyAdminOzV4.sol+15
- src/contracts/transparent-proxy/interfaces/ITransparentProxyFactory.sol+16-14
- src/contracts/utils/PermissionlessRescuable.sol+1-1
- src/contracts/utils/Rescuable.sol+1-1
- src/contracts/utils/RescuableACL.sol+1-1
- src/contracts/utils/RescuableBase.sol+2-2
- src/mocks/ERC20.sol+3-3
- src/mocks/ERC721.sol+894-893
- src/mocks/MockImpl.sol+1-1
- test/OwnableWithGuardian.t.sol+10-4
- test/PermissionlessRescuable.t.sol+3-3
- test/Rescuable.t.sol+2-2
- test/Rescuable721.t.sol+1-1
- test/RescuableACL.t.sol+2-2
- test/TransparentProxyFactory.t.sol+27-19
- test/UpgradeableOwnableWithGuardian.t.sol+5-14
- test/create3Test.t.sol+2-3
- zksync/src/contracts/transparent-proxy/TransparentProxyFactoryZkSync.sol+10-1
- zksync/test/TransparentProxyFactoryZkSync.t.sol+25-11
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments