-
Notifications
You must be signed in to change notification settings - Fork 37
/
.size-snapshot
147 lines (135 loc) · 6.43 KB
/
.size-snapshot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
Compiling 1 files with Solc 0.8.21
Solc 0.8.21 finished in 1.61s
Compiler run successful with warnings:
Warning (2519): This declaration shadows an existing declaration.
--> script/Deploy.s.sol:33:9:
|
33 | WorldIDIdentityManager worldIDOrb = deployWorldID(INITIAL_ROOT);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> script/Deploy.s.sol:30:54:
|
30 | function run() external returns (address router, address worldIDOrb, address worldIDPhone) {
| ^^^^^^^^^^^^^^^^^^
Warning (2519): This declaration shadows an existing declaration.
--> script/Deploy.s.sol:35:9:
|
35 | WorldIDIdentityManager worldIDPhone = deployWorldID(INITIAL_ROOT);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> script/Deploy.s.sol:30:74:
|
30 | function run() external returns (address router, address worldIDOrb, address worldIDPhone) {
| ^^^^^^^^^^^^^^^^^^^^
Warning (2519): This declaration shadows an existing declaration.
--> script/Deploy.s.sol:38:9:
|
38 | WorldIDRouter router = deployWorldIDRouter(IWorldID(address(worldIDPhone)));
| ^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> script/Deploy.s.sol:30:38:
|
30 | function run() external returns (address router, address worldIDOrb, address worldIDPhone) {
| ^^^^^^^^^^^^^^
Warning (2519): This declaration shadows an existing declaration.
--> script/Deploy.s.sol:45:9:
|
45 | VerifierLookupTable batchInsertionVerifiers = deployInsertionVerifiers();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> script/Deploy.s.sol:27:5:
|
27 | address batchInsertionVerifiers = address(0);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning (2519): This declaration shadows an existing declaration.
--> script/Deploy.s.sol:47:9:
|
47 | VerifierLookupTable batchDeletionVerifiers = deployDeletionVerifiers();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> script/Deploy.s.sol:28:5:
|
28 | address batchDeletionVerifiers = address(0);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning (2519): This declaration shadows an existing declaration.
--> script/Deploy.s.sol:77:9:
|
77 | WorldIDIdentityManager worldID = new WorldIDIdentityManager(address(impl1), initializeCall);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> script/Deploy.s.sol:44:65:
|
44 | function deployWorldID(uint256 _initalRoot) public returns (WorldIDIdentityManager worldID) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning (2519): This declaration shadows an existing declaration.
--> script/Deploy.s.sol:100:9:
|
100 | WorldIDRouter router = new WorldIDRouter(address(impl), initializeCall);
| ^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> script/Deploy.s.sol:90:18:
|
90 | returns (WorldIDRouter router)
| ^^^^^^^^^^^^^^^^^^^^
Warning (2519): This declaration shadows an existing declaration.
--> script/Deploy.s.sol:110:9:
|
110 | VerifierLookupTable lut = new VerifierLookupTable();
| ^^^^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> script/Deploy.s.sol:107:58:
|
107 | function deployVerifierLookupTable() public returns (VerifierLookupTable lut) {
| ^^^^^^^^^^^^^^^^^^^^^^^
Warning (2519): This declaration shadows an existing declaration.
--> script/Deploy.s.sol:132:13:
|
132 | VerifierLookupTable lut = deployVerifierLookupTable();
| ^^^^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> script/Deploy.s.sol:130:57:
|
130 | function deployInsertionVerifiers() public returns (VerifierLookupTable lut) {
| ^^^^^^^^^^^^^^^^^^^^^^^
Warning (2519): This declaration shadows an existing declaration.
--> script/Deploy.s.sol:150:13:
|
150 | VerifierLookupTable lut = deployVerifierLookupTable();
| ^^^^^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
--> script/Deploy.s.sol:148:56:
|
148 | function deployDeletionVerifiers() public returns (VerifierLookupTable lut) {
| ^^^^^^^^^^^^^^^^^^^^^^^
Warning (2072): Unused local variable.
--> script/Deploy.s.sol:49:9:
|
49 | SemaphoreVerifier _semaphoreVerifier = deploySemaphoreVerifier();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| Contract | Size (B) | Margin (B) |
|--------------------------------|----------|------------|
| Address | 86 | 24,490 |
| AddressUpgradeable | 86 | 24,490 |
| CheckInitialized | 63 | 24,513 |
| ERC1967Proxy | 177 | 24,399 |
| Pairing | 2,984 | 21,592 |
| SemaphoreTreeDepthValidator | 86 | 24,490 |
| SemaphoreVerifier | 5,219 | 19,357 |
| SequencerVerifier | 364 | 24,212 |
| SimpleSemaphoreVerifier | 420 | 24,156 |
| SimpleStateBridge | 524 | 24,052 |
| SimpleVerifier | 530 | 24,046 |
| SimpleVerify | 581 | 23,995 |
| StorageSlot | 86 | 24,490 |
| StorageSlotUpgradeable | 86 | 24,490 |
| TypeConverter | 11,403 | 13,173 |
| UnimplementedTreeVerifier | 207 | 24,369 |
| Verifier | 4,813 | 19,763 |
| VerifierLookupTable | 1,382 | 23,194 |
| WorldIDIdentityManager | 177 | 24,399 |
| WorldIDIdentityManagerImplMock | 11,003 | 13,573 |
| WorldIDIdentityManagerImplV1 | 10,655 | 13,921 |
| WorldIDIdentityManagerImplV2 | 12,942 | 11,634 |
| WorldIDRouter | 177 | 24,399 |
| WorldIDRouterImplMock | 7,216 | 17,360 |
| WorldIDRouterImplV1 | 6,917 | 17,659 |