@layerzerolabs/utils-upgradeable-evm-contracts 1.2.26 → 1.2.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@layerzerolabs/utils-upgradeable-evm-contracts`
2
+
3
+ LayerZero Labs upgradeable utility EVM contracts.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@layerzerolabs/utils-upgradeable-evm-contracts",
3
- "version": "1.2.26",
3
+ "version": "1.2.28",
4
4
  "private": false,
5
- "description": "LayerZero Labs reference EVM upgradeable utility implementations",
5
+ "description": "LayerZero Labs upgradeable utility EVM contracts",
6
6
  "license": "MIT",
7
7
  "devDependencies": {
8
8
  "@layerzerolabs/test-devtools-evm-foundry": "8.0.1",
@@ -10,9 +10,9 @@
10
10
  "@openzeppelin/contracts": "^5.0.2",
11
11
  "@openzeppelin/contracts-upgradeable": "^5.0.2",
12
12
  "solhint": "^6.0.1",
13
- "@layerzerolabs/utils-evm-contracts": "1.2.26",
14
- "@layerzerolabs/solhint-configuration": "1.2.26",
15
- "@layerzerolabs/vm-tooling-evm": "1.2.26"
13
+ "@layerzerolabs/solhint-configuration": "1.2.28",
14
+ "@layerzerolabs/vm-tooling-evm": "1.2.28",
15
+ "@layerzerolabs/utils-evm-contracts": "1.2.28"
16
16
  },
17
17
  "publishConfig": {
18
18
  "access": "public",
@@ -1,497 +0,0 @@
1
-
2
- > @layerzerolabs/utils-upgradeable-evm-contracts@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/contracts/common/utils/evm/upgradeable
3
- > solhint --config solhint.config.js 'contracts/**/*.sol' 'test/**/*.sol' --fix --noPrompt
4
-
5
- A new version of Solhint is available: 6.2.3
6
- Please consider updating your Solhint package.
7
-
8
- contracts/access/AccessControl2StepUpgradeable.sol
9
- 36:5 warning Mismatch in @return names for function '_getAccessControl2StepStorage'. Expected: [$], Found: [] use-natspec
10
- 116:5 warning Missing @notice tag in function '_grantRole' use-natspec
11
- 116:5 warning Missing @param tag in function '_grantRole' use-natspec
12
- 116:5 warning Mismatch in @param names for function '_grantRole'. Expected: [role, account], Found: [] use-natspec
13
- 116:5 warning Missing @return tag in function '_grantRole' use-natspec
14
- 116:5 warning Mismatch in @return count for function '_grantRole'. Expected: 1, Found: 0 use-natspec
15
- 127:5 warning Missing @notice tag in function '_revokeRole' use-natspec
16
- 127:5 warning Missing @param tag in function '_revokeRole' use-natspec
17
- 127:5 warning Mismatch in @param names for function '_revokeRole'. Expected: [role, account], Found: [] use-natspec
18
- 127:5 warning Missing @return tag in function '_revokeRole' use-natspec
19
- 127:5 warning Mismatch in @return count for function '_revokeRole'. Expected: 1, Found: 0 use-natspec
20
- 138:5 warning Missing @notice tag in function '_setRoleAdmin' use-natspec
21
- 138:5 warning Missing @param tag in function '_setRoleAdmin' use-natspec
22
- 138:5 warning Mismatch in @param names for function '_setRoleAdmin'. Expected: [role, adminRole], Found: [] use-natspec
23
-
24
- contracts/allowlist/AllowlistBaseUpgradeable.sol
25
- 37:5 warning Mismatch in @return names for function '_getAllowlistStorage'. Expected: [$], Found: [] use-natspec
26
- 152:49 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
27
- 172:49 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
28
-
29
- contracts/allowlist/AllowlistRBACUpgradeable.sol
30
- 27:63 warning Code contains empty blocks no-empty-blocks
31
- 33:73 warning Code contains empty blocks no-empty-blocks
32
-
33
- contracts/credit-redirect/CreditRedirectBaseUpgradeable.sol
34
- 32:5 warning Mismatch in @return names for function '_getCreditRedirectStorage'. Expected: [$], Found: [] use-natspec
35
- 42:68 warning Code contains empty blocks no-empty-blocks
36
- 48:78 warning Code contains empty blocks no-empty-blocks
37
-
38
- contracts/credit-redirect/CreditRedirectRBACUpgradeable.sol
39
- 21:68 warning Code contains empty blocks no-empty-blocks
40
- 27:78 warning Code contains empty blocks no-empty-blocks
41
-
42
- contracts/fee-accounting/FeeHandlerBaseUpgradeable.sol
43
- 31:5 warning Mismatch in @return names for function '_getFeeHandlerStorage'. Expected: [$], Found: [] use-natspec
44
-
45
- contracts/fee-accounting/FeeHandlerRBACUpgradeable.sol
46
- 20:64 warning Code contains empty blocks no-empty-blocks
47
- 26:74 warning Code contains empty blocks no-empty-blocks
48
-
49
- contracts/fee-config/FeeConfigBaseUpgradeable.sol
50
- 34:5 warning Mismatch in @return names for function '_getFeeConfigStorage'. Expected: [$], Found: [] use-natspec
51
- 44:63 warning Code contains empty blocks no-empty-blocks
52
- 50:73 warning Code contains empty blocks no-empty-blocks
53
-
54
- contracts/fee-config/FeeConfigRBACUpgradeable.sol
55
- 23:63 warning Code contains empty blocks no-empty-blocks
56
- 29:73 warning Code contains empty blocks no-empty-blocks
57
-
58
- contracts/libs/EnumerableSetPagination.sol
59
- 30:13 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
60
- 42:47 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
61
- 61:13 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
62
- 73:47 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
63
-
64
- contracts/pause-by-id/PauseByIDBaseUpgradeable.sol
65
- 30:5 warning Mismatch in @return names for function '_getPauseByIDStorage'. Expected: [$], Found: [] use-natspec
66
- 40:63 warning Code contains empty blocks no-empty-blocks
67
- 46:73 warning Code contains empty blocks no-empty-blocks
68
- 121:49 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
69
-
70
- contracts/pause-by-id/PauseByIDRBACUpgradeable.sol
71
- 26:63 warning Code contains empty blocks no-empty-blocks
72
- 32:73 warning Code contains empty blocks no-empty-blocks
73
- 54:49 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
74
-
75
- contracts/pause/PauseBaseUpgradeable.sol
76
- 29:5 warning Mismatch in @return names for function '_getPauseStorage'. Expected: [$], Found: [] use-natspec
77
- 39:59 warning Code contains empty blocks no-empty-blocks
78
- 45:69 warning Code contains empty blocks no-empty-blocks
79
-
80
- contracts/pause/PauseRBACUpgradeable.sol
81
- 26:59 warning Code contains empty blocks no-empty-blocks
82
- 32:69 warning Code contains empty blocks no-empty-blocks
83
-
84
- contracts/rate-limiter/RateLimiterBaseUpgradeable.sol
85
- 138:5 warning Mismatch in @return names for function '_getRateLimiterStorage'. Expected: [$], Found: [] use-natspec
86
- 148:5 warning Missing @notice tag in function '<anonymous>' use-natspec
87
- 289:5 warning Function body contains 66 lines but allowed no more than 50 lines function-max-lines
88
- 521:46 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
89
- 547:49 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
90
- 576:49 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
91
- 601:53 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
92
-
93
- contracts/rate-limiter/RateLimiterRBACUpgradeable.sol
94
- 33:5 warning Missing @notice tag in function '<anonymous>' use-natspec
95
- 39:65 warning Code contains empty blocks no-empty-blocks
96
- 45:75 warning Code contains empty blocks no-empty-blocks
97
-
98
- test/AccessControl2StepUpgradeable.t.sol
99
- 2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
100
- 7:1 warning Import in test/AccessControl2StepUpgradeable.t.sol doesn't exist in: forge-std/Test.sol import-path-check
101
- 13:1 warning Missing @title tag in contract 'AccessControl2StepUpgradeableHarness' use-natspec
102
- 13:1 warning Missing @author tag in contract 'AccessControl2StepUpgradeableHarness' use-natspec
103
- 13:1 warning Missing @notice tag in contract 'AccessControl2StepUpgradeableHarness' use-natspec
104
- 14:5 warning Missing @notice tag in variable 'TEST_ROLE' use-natspec
105
- 15:5 warning Missing @notice tag in variable 'OTHER_ROLE' use-natspec
106
- 17:5 warning Missing @notice tag in function '<anonymous>' use-natspec
107
- 21:5 warning Missing @notice tag in function 'initialize' use-natspec
108
- 21:5 warning Missing @param tag in function 'initialize' use-natspec
109
- 21:5 warning Mismatch in @param names for function 'initialize'. Expected: [_initialAdmin], Found: [] use-natspec
110
- 25:5 warning Missing @notice tag in function 'exposedSetRoleAdmin' use-natspec
111
- 25:5 warning Missing @param tag in function 'exposedSetRoleAdmin' use-natspec
112
- 25:5 warning Mismatch in @param names for function 'exposedSetRoleAdmin'. Expected: [role, adminRole], Found: [] use-natspec
113
- 30:1 warning Missing @title tag in contract 'AccessControl2StepUpgradeableTest' use-natspec
114
- 30:1 warning Missing @author tag in contract 'AccessControl2StepUpgradeableTest' use-natspec
115
- 30:1 warning Missing @notice tag in contract 'AccessControl2StepUpgradeableTest' use-natspec
116
- 31:5 warning Explicitly mark visibility of state state-visibility
117
- 33:5 warning Explicitly mark visibility of state state-visibility
118
- 34:5 warning Explicitly mark visibility of state state-visibility
119
- 35:5 warning Explicitly mark visibility of state state-visibility
120
- 36:5 warning Explicitly mark visibility of state state-visibility
121
- 37:5 warning Explicitly mark visibility of state state-visibility
122
- 39:5 warning Explicitly mark visibility of state state-visibility
123
- 40:5 warning Explicitly mark visibility of state state-visibility
124
- 42:5 warning Missing @notice tag in function '_deployAccessControl' use-natspec
125
- 42:5 warning Missing @return tag in function '_deployAccessControl' use-natspec
126
- 42:5 warning Mismatch in @return count for function '_deployAccessControl'. Expected: 1, Found: 0 use-natspec
127
- 56:5 warning Missing @notice tag in function 'setUp' use-natspec
128
- 64:5 warning Missing @notice tag in function 'test_initialize_Success_AdminHasRole' use-natspec
129
- 71:5 warning Missing @notice tag in function 'test_initialize_Revert_AlreadyInitialized' use-natspec
130
- 76:5 warning Missing @notice tag in function 'test_initialize_Revert_InvalidDefaultAdmin' use-natspec
131
- 88:5 warning Missing @notice tag in function 'test_defaultAdmin_ReturnsInitialAdmin' use-natspec
132
- 94:5 warning Missing @notice tag in function 'test_pendingDefaultAdmin_InitiallyZero' use-natspec
133
- 100:5 warning Missing @notice tag in function 'test_beginDefaultAdminTransfer_Success' use-natspec
134
- 110:5 warning Missing @notice tag in function 'test_beginDefaultAdminTransfer_Success_OverwritesPending' use-natspec
135
- 118:5 warning Missing @notice tag in function 'test_beginDefaultAdminTransfer_Success_CancelsBySettingZero' use-natspec
136
- 129:5 warning Missing @notice tag in function 'test_beginDefaultAdminTransfer_Revert_Unauthorized' use-natspec
137
- 139:5 warning Missing @notice tag in function 'test_acceptDefaultAdminTransfer_Success' use-natspec
138
- 153:5 warning Missing @notice tag in function 'test_acceptDefaultAdminTransfer_Revert_NotPendingAdmin' use-natspec
139
- 161:5 warning Missing @notice tag in function 'test_acceptDefaultAdminTransfer_Revert_NoPendingTransfer' use-natspec
140
- 169:5 warning Missing @notice tag in function 'test_grantRole_Revert_DefaultAdminRole' use-natspec
141
- 174:5 warning Missing @notice tag in function 'test_grantRole_Success_NonAdminRole' use-natspec
142
- 181:5 warning Missing @notice tag in function 'test_revokeRole_Revert_DefaultAdminRole_NonAdmin' use-natspec
143
- 189:5 warning Missing @notice tag in function 'test_revokeRole_Revert_DefaultAdminRole_Admin' use-natspec
144
- 194:5 warning Missing @notice tag in function 'test_revokeRole_Success_NonAdminRole_Admin' use-natspec
145
- 202:5 warning Missing @notice tag in function 'test_revokeRole_Revert_NonAdminRole_NonAdmin' use-natspec
146
- 215:5 warning Missing @notice tag in function 'test_renounceRole_Revert_DefaultAdminRole' use-natspec
147
- 220:5 warning Missing @notice tag in function 'test_renounceRole_Revert_DefaultAdminRoleDuringPendingTransfer' use-natspec
148
- 227:5 warning Missing @notice tag in function 'test_renounceRole_Success_NonAdminRole_NonAdmin' use-natspec
149
- 237:5 warning Missing @notice tag in function 'test_renounceRole_Success_NonAdminRole_Admin' use-natspec
150
- 246:5 warning Missing @notice tag in function 'test_setRoleAdmin_Success_NonAdminRole_Self' use-natspec
151
- 251:5 warning Missing @notice tag in function 'test_setRoleAdmin_Success_NonAdminRole_Other' use-natspec
152
- 257:5 warning Missing @notice tag in function 'test_setRoleAdmin_Revert_DefaultAdminRole' use-natspec
153
- 264:5 warning Missing @notice tag in function 'test_storageHash' use-natspec
154
- 266:42 warning GC: String exceeds 32 bytes gas-small-strings
155
- 274:5 warning Missing @notice tag in function 'test_beginDefaultAdminTransfer_Fuzz' use-natspec
156
- 274:5 warning Missing @param tag in function 'test_beginDefaultAdminTransfer_Fuzz' use-natspec
157
- 274:5 warning Mismatch in @param names for function 'test_beginDefaultAdminTransfer_Fuzz'. Expected: [_newAdmin], Found: [] use-natspec
158
- 280:5 warning Missing @notice tag in function 'test_acceptDefaultAdminTransfer_Fuzz' use-natspec
159
- 280:5 warning Missing @param tag in function 'test_acceptDefaultAdminTransfer_Fuzz' use-natspec
160
- 280:5 warning Mismatch in @param names for function 'test_acceptDefaultAdminTransfer_Fuzz'. Expected: [_newAdmin], Found: [] use-natspec
161
- 299:5 warning Missing @notice tag in function 'test_acceptDefaultAdminTransfer_Revert_StalePendingAfterOverwrite' use-natspec
162
- 316:5 warning Missing @notice tag in function 'test_acceptDefaultAdminTransfer_Revert_AfterCancel' use-natspec
163
- 325:5 warning Missing @notice tag in function 'test_acceptDefaultAdminTransfer_Events' use-natspec
164
- 339:5 warning Missing @notice tag in function 'test_integration_TransferAndTransferAgain' use-natspec
165
- 364:5 warning Missing @notice tag in function 'test_integration_TransferCancelRetransfer' use-natspec
166
-
167
- test/AllowlistBaseUpgradeable.t.sol
168
- 2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
169
- 6:1 warning Import in test/AllowlistBaseUpgradeable.t.sol doesn't exist in: forge-std/Test.sol import-path-check
170
- 9:1 warning Missing @title tag in contract 'AllowlistBaseUpgradeableHarness' use-natspec
171
- 9:1 warning Missing @author tag in contract 'AllowlistBaseUpgradeableHarness' use-natspec
172
- 9:1 warning Missing @notice tag in contract 'AllowlistBaseUpgradeableHarness' use-natspec
173
- 10:5 warning Missing @notice tag in function '<anonymous>' use-natspec
174
- 14:5 warning Missing @notice tag in function 'initialize' use-natspec
175
- 14:5 warning Missing @param tag in function 'initialize' use-natspec
176
- 14:5 warning Mismatch in @param names for function 'initialize'. Expected: [_mode], Found: [] use-natspec
177
- 18:5 warning Missing @notice tag in function 'setAllowlistMode' use-natspec
178
- 18:5 warning Missing @param tag in function 'setAllowlistMode' use-natspec
179
- 18:5 warning Mismatch in @param names for function 'setAllowlistMode'. Expected: [_mode], Found: [] use-natspec
180
- 22:5 warning Missing @notice tag in function 'setWhitelisted' use-natspec
181
- 22:5 warning Missing @param tag in function 'setWhitelisted' use-natspec
182
- 22:5 warning Mismatch in @param names for function 'setWhitelisted'. Expected: [_params], Found: [] use-natspec
183
- 26:5 warning Missing @notice tag in function 'setBlacklisted' use-natspec
184
- 26:5 warning Missing @param tag in function 'setBlacklisted' use-natspec
185
- 26:5 warning Mismatch in @param names for function 'setBlacklisted'. Expected: [_params], Found: [] use-natspec
186
- 30:5 warning Missing @notice tag in function 'restrictedFunction' use-natspec
187
- 30:5 warning Missing @return tag in function 'restrictedFunction' use-natspec
188
- 30:5 warning Mismatch in @return count for function 'restrictedFunction'. Expected: 1, Found: 0 use-natspec
189
- 35:1 warning Missing @title tag in contract 'AllowlistBaseUpgradeableTest' use-natspec
190
- 35:1 warning Missing @author tag in contract 'AllowlistBaseUpgradeableTest' use-natspec
191
- 35:1 warning Missing @notice tag in contract 'AllowlistBaseUpgradeableTest' use-natspec
192
- 36:5 warning Explicitly mark visibility of state state-visibility
193
- 38:5 warning Explicitly mark visibility of state state-visibility
194
- 39:5 warning Explicitly mark visibility of state state-visibility
195
- 40:5 warning Explicitly mark visibility of state state-visibility
196
- 42:5 warning Missing @notice tag in function '_deployAllowlist' use-natspec
197
- 42:5 warning Missing @param tag in function '_deployAllowlist' use-natspec
198
- 42:5 warning Mismatch in @param names for function '_deployAllowlist'. Expected: [_mode], Found: [] use-natspec
199
- 42:5 warning Missing @return tag in function '_deployAllowlist' use-natspec
200
- 42:5 warning Mismatch in @return count for function '_deployAllowlist'. Expected: 1, Found: 0 use-natspec
201
- 54:5 warning Missing @notice tag in function 'setUp' use-natspec
202
- 60:5 warning Missing @notice tag in function 'test_constructor_InitialMode' use-natspec
203
- 64:5 warning Missing @notice tag in function 'test_constructor_InitializeWhitelist' use-natspec
204
- 71:5 warning Missing @notice tag in function 'test_isAllowlisted_Open_AllAllowed' use-natspec
205
- 77:5 warning Missing @notice tag in function 'test_onlyAllowlisted_Open_AllAllowed' use-natspec
206
- 87:5 warning Missing @notice tag in function 'test_setMode_Blacklist' use-natspec
207
- 95:5 warning Missing @notice tag in function 'test_isAllowlisted_Blacklist_NotBlacklisted' use-natspec
208
- 100:5 warning Missing @notice tag in function 'test_isAllowlisted_Blacklist_Blacklisted' use-natspec
209
- 115:5 warning Missing @notice tag in function 'test_onlyAllowlisted_Blacklist_RevertIfBlacklisted' use-natspec
210
- 133:5 warning Missing @notice tag in function 'test_setBlacklisted_RemoveFromBlacklist' use-natspec
211
- 150:5 warning Missing @notice tag in function 'test_setBlacklisted_MultipleUsers' use-natspec
212
- 166:5 warning Missing @notice tag in function 'test_setMode_Whitelist' use-natspec
213
- 174:5 warning Missing @notice tag in function 'test_isAllowlisted_Whitelist_NotWhitelisted' use-natspec
214
- 179:5 warning Missing @notice tag in function 'test_isAllowlisted_Whitelist_Whitelisted' use-natspec
215
- 194:5 warning Missing @notice tag in function 'test_onlyAllowlisted_Whitelist_RevertIfNotWhitelisted' use-natspec
216
- 212:5 warning Missing @notice tag in function 'test_setWhitelisted_RemoveFromWhitelist' use-natspec
217
- 229:5 warning Missing @notice tag in function 'test_setWhitelisted_MultipleUsers' use-natspec
218
- 245:5 warning Missing @notice tag in function 'test_SwitchModes_PreservesState' use-natspec
219
- 270:5 warning Missing @notice tag in function 'test_setWhitelisted_EmptyArray' use-natspec
220
- 275:5 warning Missing @notice tag in function 'test_setBlacklisted_EmptyArray' use-natspec
221
- 280:5 warning Missing @notice tag in function 'test_setMode_MultipleChanges' use-natspec
222
- 296:5 warning Missing @notice tag in function 'test_setMode_RevertSameMode' use-natspec
223
- 308:5 warning Missing @notice tag in function 'test_setWhitelisted_Revert_AlreadyWhitelisted' use-natspec
224
- 323:5 warning Missing @notice tag in function 'test_setBlacklisted_Revert_AlreadyBlacklisted' use-natspec
225
- 340:5 warning Missing @notice tag in function 'test_isAllowlisted_Fuzz_Open' use-natspec
226
- 340:5 warning Missing @param tag in function 'test_isAllowlisted_Fuzz_Open' use-natspec
227
- 340:5 warning Mismatch in @param names for function 'test_isAllowlisted_Fuzz_Open'. Expected: [_user], Found: [] use-natspec
228
- 344:5 warning Missing @notice tag in function 'test_isAllowlisted_Fuzz_Blacklist_NotBlacklisted' use-natspec
229
- 344:5 warning Missing @param tag in function 'test_isAllowlisted_Fuzz_Blacklist_NotBlacklisted' use-natspec
230
- 344:5 warning Mismatch in @param names for function 'test_isAllowlisted_Fuzz_Blacklist_NotBlacklisted'. Expected: [_user], Found: [] use-natspec
231
- 349:5 warning Missing @notice tag in function 'test_isAllowlisted_Fuzz_Blacklist_Blacklisted' use-natspec
232
- 349:5 warning Missing @param tag in function 'test_isAllowlisted_Fuzz_Blacklist_Blacklisted' use-natspec
233
- 349:5 warning Mismatch in @param names for function 'test_isAllowlisted_Fuzz_Blacklist_Blacklisted'. Expected: [_user], Found: [] use-natspec
234
- 357:5 warning Missing @notice tag in function 'test_isAllowlisted_Fuzz_Whitelist_NotWhitelisted' use-natspec
235
- 357:5 warning Missing @param tag in function 'test_isAllowlisted_Fuzz_Whitelist_NotWhitelisted' use-natspec
236
- 357:5 warning Mismatch in @param names for function 'test_isAllowlisted_Fuzz_Whitelist_NotWhitelisted'. Expected: [_user], Found: [] use-natspec
237
- 362:5 warning Missing @notice tag in function 'test_isAllowlisted_Fuzz_Whitelist_Whitelisted' use-natspec
238
- 362:5 warning Missing @param tag in function 'test_isAllowlisted_Fuzz_Whitelist_Whitelisted' use-natspec
239
- 362:5 warning Mismatch in @param names for function 'test_isAllowlisted_Fuzz_Whitelist_Whitelisted'. Expected: [_user], Found: [] use-natspec
240
- 370:5 warning Missing @notice tag in function 'test_storageHash' use-natspec
241
-
242
- test/AllowlistRBACUpgradeable.t.sol
243
- 2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
244
- 10:1 warning Missing @title tag in contract 'AllowlistRBACUpgradeableHarness' use-natspec
245
- 10:1 warning Missing @author tag in contract 'AllowlistRBACUpgradeableHarness' use-natspec
246
- 10:1 warning Missing @notice tag in contract 'AllowlistRBACUpgradeableHarness' use-natspec
247
- 11:5 warning Missing @notice tag in function '<anonymous>' use-natspec
248
- 15:5 warning Missing @notice tag in function 'initialize' use-natspec
249
- 15:5 warning Missing @param tag in function 'initialize' use-natspec
250
- 15:5 warning Mismatch in @param names for function 'initialize'. Expected: [_mode, _initialAdmin], Found: [] use-natspec
251
- 20:5 warning Missing @notice tag in function 'restrictedFunction' use-natspec
252
- 20:5 warning Missing @return tag in function 'restrictedFunction' use-natspec
253
- 20:5 warning Mismatch in @return count for function 'restrictedFunction'. Expected: 1, Found: 0 use-natspec
254
- 25:1 warning Missing @title tag in contract 'AllowlistRBACUpgradeableTest' use-natspec
255
- 25:1 warning Missing @author tag in contract 'AllowlistRBACUpgradeableTest' use-natspec
256
- 25:1 warning Missing @notice tag in contract 'AllowlistRBACUpgradeableTest' use-natspec
257
- 26:5 warning Explicitly mark visibility of state state-visibility
258
- 27:5 warning Explicitly mark visibility of state state-visibility
259
- 29:5 warning Missing @notice tag in function '_deployAllowlist' use-natspec
260
- 29:5 warning Missing @param tag in function '_deployAllowlist' use-natspec
261
- 29:5 warning Mismatch in @param names for function '_deployAllowlist'. Expected: [_mode], Found: [] use-natspec
262
- 29:5 warning Missing @return tag in function '_deployAllowlist' use-natspec
263
- 29:5 warning Mismatch in @return count for function '_deployAllowlist'. Expected: 1, Found: 0 use-natspec
264
- 44:5 warning Missing @notice tag in function 'setUp' use-natspec
265
- 49:5 warning Missing @notice tag in function 'test_setAllowlistMode_Revert_Unauthorized' use-natspec
266
- 61:5 warning Missing @notice tag in function 'test_setWhitelisted_Revert_Unauthorized' use-natspec
267
- 75:5 warning Missing @notice tag in function 'test_setBlacklisted_Revert_Unauthorized' use-natspec
268
-
269
- test/CreditRedirectBaseUpgradeable.t.sol
270
- 2:1 warning Found more than One contract per file. 3 contracts found! one-contract-per-file
271
- 7:1 warning Import in test/CreditRedirectBaseUpgradeable.t.sol doesn't exist in: forge-std/Test.sol import-path-check
272
- 10:1 warning Missing @title tag in contract 'CreditRedirectAllowlistMock' use-natspec
273
- 10:1 warning Missing @author tag in contract 'CreditRedirectAllowlistMock' use-natspec
274
- 10:1 warning Missing @notice tag in contract 'CreditRedirectAllowlistMock' use-natspec
275
- 11:5 warning Missing @notice tag in variable 'allowlisted' use-natspec
276
- 13:5 warning Missing @notice tag in function 'setAllowlisted' use-natspec
277
- 13:5 warning Missing @param tag in function 'setAllowlisted' use-natspec
278
- 13:5 warning Mismatch in @param names for function 'setAllowlisted'. Expected: [_user, _isAllowlisted], Found: [] use-natspec
279
- 17:5 warning Missing @notice tag in function 'isAllowlisted' use-natspec
280
- 17:5 warning Missing @param tag in function 'isAllowlisted' use-natspec
281
- 17:5 warning Mismatch in @param names for function 'isAllowlisted'. Expected: [_user], Found: [] use-natspec
282
- 17:5 warning Missing @return tag in function 'isAllowlisted' use-natspec
283
- 17:5 warning Mismatch in @return names for function 'isAllowlisted'. Expected: [isUserAllowlisted], Found: [] use-natspec
284
- 22:1 warning Missing @title tag in contract 'CreditRedirectBaseUpgradeableHarness' use-natspec
285
- 22:1 warning Missing @author tag in contract 'CreditRedirectBaseUpgradeableHarness' use-natspec
286
- 22:1 warning Missing @notice tag in contract 'CreditRedirectBaseUpgradeableHarness' use-natspec
287
- 23:5 warning Missing @notice tag in function '<anonymous>' use-natspec
288
- 27:5 warning Missing @notice tag in function 'initialize' use-natspec
289
- 31:5 warning Missing @notice tag in function 'setCreditRedirectConfig' use-natspec
290
- 31:5 warning Missing @param tag in function 'setCreditRedirectConfig' use-natspec
291
- 31:5 warning Mismatch in @param names for function 'setCreditRedirectConfig'. Expected: [_config], Found: [] use-natspec
292
- 35:5 warning Missing @notice tag in function 'isAllowlisted' use-natspec
293
- 35:5 warning Missing @param tag in function 'isAllowlisted' use-natspec
294
- 35:5 warning Mismatch in @param names for function 'isAllowlisted'. Expected: [_user], Found: [] use-natspec
295
- 35:5 warning Missing @return tag in function 'isAllowlisted' use-natspec
296
- 35:5 warning Mismatch in @return names for function 'isAllowlisted'. Expected: [isUserAllowlisted], Found: [] use-natspec
297
- 39:5 warning Missing @notice tag in function 'redirectCredit' use-natspec
298
- 39:5 warning Missing @param tag in function 'redirectCredit' use-natspec
299
- 39:5 warning Mismatch in @param names for function 'redirectCredit'. Expected: [_to, _amountLD], Found: [] use-natspec
300
- 39:5 warning Missing @return tag in function 'redirectCredit' use-natspec
301
- 39:5 warning Mismatch in @return names for function 'redirectCredit'. Expected: [recipient], Found: [] use-natspec
302
- 44:1 warning Missing @title tag in contract 'CreditRedirectBaseUpgradeableTest' use-natspec
303
- 44:1 warning Missing @author tag in contract 'CreditRedirectBaseUpgradeableTest' use-natspec
304
- 44:1 warning Missing @notice tag in contract 'CreditRedirectBaseUpgradeableTest' use-natspec
305
- 45:5 warning Missing @notice tag in variable 'creditRedirect' use-natspec
306
- 47:5 warning Explicitly mark visibility of state state-visibility
307
- 48:5 warning Explicitly mark visibility of state state-visibility
308
- 50:5 warning Missing @notice tag in function '_deployCreditRedirect' use-natspec
309
- 50:5 warning Missing @return tag in function '_deployCreditRedirect' use-natspec
310
- 50:5 warning Mismatch in @return count for function '_deployCreditRedirect'. Expected: 1, Found: 0 use-natspec
311
- 61:5 warning Missing @notice tag in function 'setUp' use-natspec
312
- 65:5 warning Missing @notice tag in function 'test_initialize' use-natspec
313
- 71:5 warning Missing @notice tag in function 'test_setCreditRedirectConfig_Set' use-natspec
314
- 86:5 warning Missing @notice tag in function 'test_setCreditRedirectConfig_Unset' use-natspec
315
- 103:5 warning Missing @notice tag in function 'test_setCreditRedirectConfig_Fuzz' use-natspec
316
- 103:5 warning Missing @param tag in function 'test_setCreditRedirectConfig_Fuzz' use-natspec
317
- 103:5 warning Mismatch in @param names for function 'test_setCreditRedirectConfig_Fuzz'. Expected: [_allowlist, _escrow], Found: [] use-natspec
318
- 115:5 warning Missing @notice tag in function 'test_setCreditRedirectConfig_Revert_AllowlistOnly' use-natspec
319
- 122:5 warning Missing @notice tag in function 'test_setCreditRedirectConfig_Revert_EscrowOnly' use-natspec
320
- 129:5 warning Missing @notice tag in function 'test_isAllowlisted_NoAllowlist' use-natspec
321
- 134:5 warning Missing @notice tag in function 'test_isAllowlisted_DelegatesToAllowlist' use-natspec
322
- 145:5 warning Missing @notice tag in function 'test_redirectCredit_Disabled' use-natspec
323
- 149:5 warning Missing @notice tag in function 'test_redirectCredit_Allowlisted' use-natspec
324
- 159:5 warning Missing @notice tag in function 'test_redirectCredit_NotAllowlisted' use-natspec
325
- 170:5 warning Missing @notice tag in function 'test_storageHash' use-natspec
326
- 171:60 warning GC: String exceeds 32 bytes gas-small-strings
327
-
328
- test/CreditRedirectRBACUpgradeable.t.sol
329
- 2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
330
- 13:1 warning Missing @title tag in contract 'CreditRedirectRBACUpgradeableHarness' use-natspec
331
- 13:1 warning Missing @author tag in contract 'CreditRedirectRBACUpgradeableHarness' use-natspec
332
- 13:1 warning Missing @notice tag in contract 'CreditRedirectRBACUpgradeableHarness' use-natspec
333
- 14:5 warning Missing @notice tag in function '<anonymous>' use-natspec
334
- 18:5 warning Missing @notice tag in function 'initialize' use-natspec
335
- 18:5 warning Missing @param tag in function 'initialize' use-natspec
336
- 18:5 warning Mismatch in @param names for function 'initialize'. Expected: [_initialAdmin], Found: [] use-natspec
337
- 23:5 warning Missing @notice tag in function 'isAllowlisted' use-natspec
338
- 23:5 warning Missing @param tag in function 'isAllowlisted' use-natspec
339
- 23:5 warning Mismatch in @param names for function 'isAllowlisted'. Expected: [_user], Found: [] use-natspec
340
- 23:5 warning Missing @return tag in function 'isAllowlisted' use-natspec
341
- 23:5 warning Mismatch in @return names for function 'isAllowlisted'. Expected: [isUserAllowlisted], Found: [] use-natspec
342
- 27:5 warning Missing @notice tag in function 'redirectCredit' use-natspec
343
- 27:5 warning Missing @param tag in function 'redirectCredit' use-natspec
344
- 27:5 warning Mismatch in @param names for function 'redirectCredit'. Expected: [_to, _amountLD], Found: [] use-natspec
345
- 27:5 warning Missing @return tag in function 'redirectCredit' use-natspec
346
- 27:5 warning Mismatch in @return names for function 'redirectCredit'. Expected: [recipient], Found: [] use-natspec
347
- 32:1 warning Missing @title tag in contract 'CreditRedirectRBACUpgradeableTest' use-natspec
348
- 32:1 warning Missing @author tag in contract 'CreditRedirectRBACUpgradeableTest' use-natspec
349
- 32:1 warning Missing @notice tag in contract 'CreditRedirectRBACUpgradeableTest' use-natspec
350
- 33:5 warning Explicitly mark visibility of state state-visibility
351
- 34:5 warning Explicitly mark visibility of state state-visibility
352
- 36:5 warning Missing @notice tag in function '_deployCreditRedirect' use-natspec
353
- 36:5 warning Missing @return tag in function '_deployCreditRedirect' use-natspec
354
- 36:5 warning Mismatch in @return count for function '_deployCreditRedirect'. Expected: 1, Found: 0 use-natspec
355
- 47:5 warning Missing @notice tag in function 'setUp' use-natspec
356
- 52:5 warning Missing @notice tag in function 'test_setCreditRedirectConfig_Revert_Unauthorized' use-natspec
357
-
358
- test/EnumerableSetPagination.t.sol
359
- 2:1 warning Found more than One contract per file. 3 contracts found! one-contract-per-file
360
- 5:1 warning Import in test/EnumerableSetPagination.t.sol doesn't exist in: forge-std/Test.sol import-path-check
361
- 8:1 warning Missing @title tag in contract 'AddressPaginationHarness' use-natspec
362
- 8:1 warning Missing @author tag in contract 'AddressPaginationHarness' use-natspec
363
- 8:1 warning Missing @notice tag in contract 'AddressPaginationHarness' use-natspec
364
- 12:5 warning Explicitly mark visibility of state state-visibility
365
- 14:5 warning Missing @notice tag in function 'add' use-natspec
366
- 14:5 warning Missing @param tag in function 'add' use-natspec
367
- 14:5 warning Mismatch in @param names for function 'add'. Expected: [_addr], Found: [] use-natspec
368
- 17:5 warning Missing @notice tag in function 'remove' use-natspec
369
- 17:5 warning Missing @param tag in function 'remove' use-natspec
370
- 17:5 warning Mismatch in @param names for function 'remove'. Expected: [_addr], Found: [] use-natspec
371
- 20:5 warning Missing @notice tag in function 'length' use-natspec
372
- 20:5 warning Missing @return tag in function 'length' use-natspec
373
- 20:5 warning Mismatch in @return count for function 'length'. Expected: 1, Found: 0 use-natspec
374
- 23:5 warning Missing @notice tag in function 'paginate' use-natspec
375
- 23:5 warning Missing @param tag in function 'paginate' use-natspec
376
- 23:5 warning Mismatch in @param names for function 'paginate'. Expected: [_offset, _limit], Found: [] use-natspec
377
- 23:5 warning Missing @return tag in function 'paginate' use-natspec
378
- 23:5 warning Mismatch in @return count for function 'paginate'. Expected: 1, Found: 0 use-natspec
379
- 28:1 warning Missing @title tag in contract 'UintPaginationHarness' use-natspec
380
- 28:1 warning Missing @author tag in contract 'UintPaginationHarness' use-natspec
381
- 28:1 warning Missing @notice tag in contract 'UintPaginationHarness' use-natspec
382
- 32:5 warning Explicitly mark visibility of state state-visibility
383
- 34:5 warning Missing @notice tag in function 'add' use-natspec
384
- 34:5 warning Missing @param tag in function 'add' use-natspec
385
- 34:5 warning Mismatch in @param names for function 'add'. Expected: [_val], Found: [] use-natspec
386
- 37:5 warning Missing @notice tag in function 'remove' use-natspec
387
- 37:5 warning Missing @param tag in function 'remove' use-natspec
388
- 37:5 warning Mismatch in @param names for function 'remove'. Expected: [_val], Found: [] use-natspec
389
- 40:5 warning Missing @notice tag in function 'length' use-natspec
390
- 40:5 warning Missing @return tag in function 'length' use-natspec
391
- 40:5 warning Mismatch in @return count for function 'length'. Expected: 1, Found: 0 use-natspec
392
- 43:5 warning Missing @notice tag in function 'paginate' use-natspec
393
- 43:5 warning Missing @param tag in function 'paginate' use-natspec
394
- 43:5 warning Mismatch in @param names for function 'paginate'. Expected: [_offset, _limit], Found: [] use-natspec
395
- 43:5 warning Missing @return tag in function 'paginate' use-natspec
396
- 43:5 warning Mismatch in @return count for function 'paginate'. Expected: 1, Found: 0 use-natspec
397
- 48:1 warning Missing @title tag in contract 'EnumerableSetPaginationTest' use-natspec
398
- 48:1 warning Missing @author tag in contract 'EnumerableSetPaginationTest' use-natspec
399
- 48:1 warning Missing @notice tag in contract 'EnumerableSetPaginationTest' use-natspec
400
- 54:5 warning Explicitly mark visibility of state state-visibility
401
- 55:5 warning Explicitly mark visibility of state state-visibility
402
- 57:5 warning Explicitly mark visibility of state state-visibility
403
- 58:5 warning Explicitly mark visibility of state state-visibility
404
- 60:5 warning Explicitly mark visibility of state state-visibility
405
- 62:5 warning Missing @notice tag in function 'setUp' use-natspec
406
- 66:29 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
407
- 66:44 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
408
- 76:5 warning Missing @notice tag in function 'test_address_paginate_EmptySet' use-natspec
409
- 81:5 warning Missing @notice tag in function 'test_address_paginate_SingleElement' use-natspec
410
- 91:5 warning Missing @notice tag in function 'test_address_paginate_OffsetZero' use-natspec
411
- 94:37 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
412
- 99:5 warning Missing @notice tag in function 'test_address_paginate_MiddleOffset' use-natspec
413
- 102:37 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
414
- 107:5 warning Missing @notice tag in function 'test_address_paginate_OffsetAtEnd' use-natspec
415
- 113:5 warning Missing @notice tag in function 'test_address_paginate_OffsetBeyondEnd' use-natspec
416
- 120:5 warning Missing @notice tag in function 'test_address_paginate_LimitZero' use-natspec
417
- 124:5 warning Missing @notice tag in function 'test_address_paginate_LimitOne' use-natspec
418
- 130:5 warning Missing @notice tag in function 'test_address_paginate_LimitExceedsRemaining' use-natspec
419
- 135:5 warning Missing @notice tag in function 'test_address_paginate_LimitExceedsTotal' use-natspec
420
- 139:5 warning Missing @notice tag in function 'test_address_paginate_MaxUint256Limit' use-natspec
421
- 145:5 warning Missing @notice tag in function 'test_address_paginate_SequentialPagesCompleteSet' use-natspec
422
- 153:50 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
423
- 163:5 warning Missing @notice tag in function 'test_address_paginate_AfterRemovingElements' use-natspec
424
- 165:29 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
425
- 165:38 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
426
- 174:48 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
427
- 183:5 warning Missing @notice tag in function 'test_address_paginate_Fuzz' use-natspec
428
- 183:5 warning Missing @param tag in function 'test_address_paginate_Fuzz' use-natspec
429
- 183:5 warning Mismatch in @param names for function 'test_address_paginate_Fuzz'. Expected: [_offset, _limit], Found: [] use-natspec
430
- 189:13 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
431
- 194:52 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
432
- 200:5 warning Missing @notice tag in function 'test_address_paginate_VaryingSize_Fuzz' use-natspec
433
- 200:5 warning Missing @param tag in function 'test_address_paginate_VaryingSize_Fuzz' use-natspec
434
- 200:5 warning Mismatch in @param names for function 'test_address_paginate_VaryingSize_Fuzz'. Expected: [_size, _offset, _limit], Found: [] use-natspec
435
- 208:39 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
436
- 212:26 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
437
- 222:5 warning Missing @notice tag in function 'test_address_property_ReturnedLengthNeverExceedsLimit' use-natspec
438
- 223:33 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
439
- 223:46 warning GC: For [ limit ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
440
- 230:5 warning Missing @notice tag in function 'test_address_property_ConsecutivePagesNoOverlap' use-natspec
441
- 243:5 warning Missing @notice tag in function 'test_uint_paginate_EmptySet' use-natspec
442
- 248:5 warning Missing @notice tag in function 'test_uint_paginate_SingleElement' use-natspec
443
- 258:5 warning Missing @notice tag in function 'test_uint_paginate_OffsetZero' use-natspec
444
- 261:37 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
445
- 266:5 warning Missing @notice tag in function 'test_uint_paginate_MiddleOffset' use-natspec
446
- 269:37 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
447
- 274:5 warning Missing @notice tag in function 'test_uint_paginate_OffsetAtEnd' use-natspec
448
- 280:5 warning Missing @notice tag in function 'test_uint_paginate_OffsetBeyondEnd' use-natspec
449
- 287:5 warning Missing @notice tag in function 'test_uint_paginate_LimitZero' use-natspec
450
- 291:5 warning Missing @notice tag in function 'test_uint_paginate_LimitOne' use-natspec
451
- 297:5 warning Missing @notice tag in function 'test_uint_paginate_LimitExceedsRemaining' use-natspec
452
- 302:5 warning Missing @notice tag in function 'test_uint_paginate_LimitExceedsTotal' use-natspec
453
- 306:5 warning Missing @notice tag in function 'test_uint_paginate_MaxUint256Limit' use-natspec
454
- 312:5 warning Missing @notice tag in function 'test_uint_paginate_SequentialPagesCompleteSet' use-natspec
455
- 320:50 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
456
- 330:5 warning Missing @notice tag in function 'test_uint_paginate_AfterRemovingElements' use-natspec
457
- 332:29 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
458
- 332:38 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
459
- 341:48 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
460
- 350:5 warning Missing @notice tag in function 'test_uint_paginate_Fuzz' use-natspec
461
- 350:5 warning Missing @param tag in function 'test_uint_paginate_Fuzz' use-natspec
462
- 350:5 warning Mismatch in @param names for function 'test_uint_paginate_Fuzz'. Expected: [_offset, _limit], Found: [] use-natspec
463
- 356:13 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
464
- 361:52 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
465
- 367:5 warning Missing @notice tag in function 'test_uint_paginate_VaryingSize_Fuzz' use-natspec
466
- 367:5 warning Missing @param tag in function 'test_uint_paginate_VaryingSize_Fuzz' use-natspec
467
- 367:5 warning Mismatch in @param names for function 'test_uint_paginate_VaryingSize_Fuzz'. Expected: [_size, _offset, _limit], Found: [] use-natspec
468
- 375:39 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
469
- 379:26 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
470
- 389:5 warning Missing @notice tag in function 'test_uint_property_ReturnedLengthNeverExceedsLimit' use-natspec
471
- 390:33 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
472
- 390:46 warning GC: For [ limit ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
473
- 397:5 warning Missing @notice tag in function 'test_uint_property_ConsecutivePagesNoOverlap' use-natspec
474
- 410:5 warning Missing @notice tag in function 'test_address_paginate_LargeSet' use-natspec
475
- 413:29 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
476
- 413:40 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
477
- 428:5 warning Missing @notice tag in function 'test_uint_paginate_LargeSet' use-natspec
478
- 431:29 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
479
- 431:40 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
480
-
481
- test/FeeConfigBaseUpgradeable.t.sol
482
- 2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
483
- 6:1 warning Import in test/FeeConfigBaseUpgradeable.t.sol doesn't exist in: forge-std/Test.sol import-path-check
484
- 9:1 warning Missing @title tag in contract 'FeeConfigBaseUpgradeableHarness' use-natspec
485
- 9:1 warning Missing @author tag in contract 'FeeConfigBaseUpgradeableHarness' use-natspec
486
- 9:1 warning Missing @notice tag in contract 'FeeConfigBaseUpgradeableHarness' use-natspec
487
- 10:5 warning Missing @notice tag in function '<anonymous>' use-natspec
488
- 14:5 warning Missing @notice tag in function 'initialize' use-natspec
489
- 14:46 warning Code contains empty blocks no-empty-blocks
490
- 16:5 warning Missing @notice tag in function 'setDefaultFeeBps' use-natspec
491
- 16:5 warning Missing @param tag in function 'setDefaultFeeBps' use-natspec
492
- 16:5 warning Mismatch in @param names for function 'setDefaultFeeBps'. Expected: [_feeBps], Found: [] use-natspec
493
- 20:5 warning Missing @notice tag in function 'setFeeBps' use-natspec
494
- 20:5 warning Missing @param tag in function 'setFeeBps' use-natspec
495
- 20:5 warning Mismatch in @param names for function 'setFeeBps'. Expected: [_id, _feeBps, _enabled], Found: [] use-natspec
496
- 25:1 warning Missing @title tag in contract 'FeeConfigBaseUpgradeableTest' use-natspec
497
- 25:1 warning Missing @author tag in contract 'FeeConfigBaseUpgradeableTest'