@layerzerolabs/utils-upgradeable-evm-contracts 1.2.7 → 1.2.9
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/.turbo/turbo-test.log +755 -739
- package/package.json +4 -4
package/.turbo/turbo-test.log
CHANGED
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
|
|
5
5
|
✅ forge-1.3.6-hardhat-2.26.3
|
|
6
6
|
🔧 forge version: 1.3.6
|
|
7
|
-
📦 Using scoped workspace: /tmp/lz-scoped-workspace-
|
|
7
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-UbGqPS
|
|
8
8
|
📦 Copied 8 workspace package source(s)
|
|
9
9
|
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
10
|
-
(node:
|
|
10
|
+
(node:251633) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
11
11
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
12
12
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
13
13
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
14
14
|
📦 Docker volumes:
|
|
15
|
-
-v /tmp/lz-scoped-workspace-
|
|
15
|
+
-v /tmp/lz-scoped-workspace-UbGqPS:/workspace
|
|
16
16
|
-v /home/runner/work/monorepo-internal/monorepo-internal/contracts/common/utils/evm/upgradeable:/workspace/contracts/common/utils/evm/upgradeable
|
|
17
17
|
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
18
18
|
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-3
|
|
19
19
|
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-3 (amd64)
|
|
20
20
|
👤 Running container as UID:GID 1001:1001
|
|
21
|
-
$ docker run --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-
|
|
21
|
+
$ docker run --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-UbGqPS:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/contracts/common/utils/evm/upgradeable:/workspace/contracts/common/utils/evm/upgradeable -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/contracts/common/utils/evm/upgradeable 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-3 forge test
|
|
22
22
|
Compiling 84 files with Solc 0.8.22
|
|
23
|
-
Solc 0.8.22 finished in
|
|
23
|
+
Solc 0.8.22 finished in 8.41s
|
|
24
24
|
Compiler run successful with warnings:
|
|
25
25
|
Warning (2018): Function state mutability can be restricted to view
|
|
26
26
|
--> test/EnumerableSetPagination.t.sol:91:5:
|
|
@@ -179,7 +179,7 @@ Ran 35 tests for test/RateLimiterBaseUpgradeable.t.sol:RateLimiterBaseUpgradeabl
|
|
|
179
179
|
[PASS] test_setRateLimitStates_Single() (gas: 49974)
|
|
180
180
|
[PASS] test_storageHash() (gas: 3414)
|
|
181
181
|
[PASS] test_upscaleRateLimitAmount() (gas: 2014907)
|
|
182
|
-
Suite result: ok. 35 passed; 0 failed; 0 skipped; finished in
|
|
182
|
+
Suite result: ok. 35 passed; 0 failed; 0 skipped; finished in 18.83ms (17.07ms CPU time)
|
|
183
183
|
|
|
184
184
|
Ran 40 tests for test/RateLimiterRBACUpgradeable.t.sol:RateLimiterRBACUpgradeableTest
|
|
185
185
|
[PASS] test_checkpointRateLimits_Empty() (gas: 13362)
|
|
@@ -222,7 +222,7 @@ Ran 40 tests for test/RateLimiterRBACUpgradeable.t.sol:RateLimiterRBACUpgradeabl
|
|
|
222
222
|
[PASS] test_setRateLimitStates_Single() (gas: 52512)
|
|
223
223
|
[PASS] test_storageHash() (gas: 3392)
|
|
224
224
|
[PASS] test_upscaleRateLimitAmount() (gas: 2750380)
|
|
225
|
-
Suite result: ok. 40 passed; 0 failed; 0 skipped; finished in
|
|
225
|
+
Suite result: ok. 40 passed; 0 failed; 0 skipped; finished in 17.16ms (15.05ms CPU time)
|
|
226
226
|
|
|
227
227
|
Ran 5 tests for test/FeeHandlerBaseUpgradeable.t.sol:FeeHandlerBaseUpgradeableTest
|
|
228
228
|
[PASS] test_feeDeposit() (gas: 17576)
|
|
@@ -230,227 +230,84 @@ Ran 5 tests for test/FeeHandlerBaseUpgradeable.t.sol:FeeHandlerBaseUpgradeableTe
|
|
|
230
230
|
[PASS] test_setFeeDeposit_Fuzz(address) (runs: 1000, μ: 21454, ~: 21454)
|
|
231
231
|
[PASS] test_setFeeDeposit_Revert_ZeroAddress() (gas: 13273)
|
|
232
232
|
[PASS] test_storageHash() (gas: 3337)
|
|
233
|
-
Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in
|
|
234
|
-
|
|
235
|
-
Ran 6 tests for test/FeeHandlerRBACUpgradeable.t.sol:FeeHandlerRBACUpgradeableTest
|
|
236
|
-
[PASS] test_feeDeposit() (gas: 17638)
|
|
237
|
-
[PASS] test_setFeeDeposit() (gas: 27596)
|
|
238
|
-
[PASS] test_setFeeDeposit_Fuzz(address) (runs: 1000, μ: 24052, ~: 24055)
|
|
239
|
-
[PASS] test_setFeeDeposit_Revert_Unauthorized() (gas: 22370)
|
|
240
|
-
[PASS] test_setFeeDeposit_Revert_ZeroAddress() (gas: 15811)
|
|
241
|
-
[PASS] test_storageHash() (gas: 3315)
|
|
242
|
-
Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 48.22ms (47.65ms CPU time)
|
|
233
|
+
Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 59.74ms (59.35ms CPU time)
|
|
243
234
|
|
|
244
235
|
Ran 10 tests for test/RateLimiterUtils.t.sol:RateLimiterUtilsTest
|
|
245
236
|
[PASS] test_decodeConfigBitmapFlags_AllFalse() (gas: 10012)
|
|
246
237
|
[PASS] test_decodeConfigBitmapFlags_AllTrue() (gas: 10034)
|
|
247
238
|
[PASS] test_decodeConfigBitmapFlags_Mixed() (gas: 9990)
|
|
248
239
|
[PASS] test_decodeOverrideDefaultConfig_False() (gas: 8488)
|
|
249
|
-
[PASS] test_decodeOverrideDefaultConfig_Fuzz(uint24) (runs: 1000, μ:
|
|
240
|
+
[PASS] test_decodeOverrideDefaultConfig_Fuzz(uint24) (runs: 1000, μ: 3388, ~: 3393)
|
|
250
241
|
[PASS] test_decodeOverrideDefaultConfig_True() (gas: 8456)
|
|
251
242
|
[PASS] test_encodeConfigBitmap_AllFalse() (gas: 8957)
|
|
252
243
|
[PASS] test_encodeConfigBitmap_AllTrue() (gas: 8999)
|
|
253
244
|
[PASS] test_encodeConfigBitmap_Mixed() (gas: 8977)
|
|
254
245
|
[PASS] test_encodeDecode_Fuzz(bool,bool,bool,bool,bool) (runs: 1000, μ: 5017, ~: 5017)
|
|
255
|
-
Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in
|
|
246
|
+
Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 31.11ms (30.97ms CPU time)
|
|
256
247
|
|
|
257
|
-
Ran
|
|
258
|
-
[PASS] test_assertNotPaused_Fuzz(bool) (runs: 1000, μ:
|
|
259
|
-
[PASS] test_assertNotPaused_Revert_Paused() (gas:
|
|
260
|
-
[PASS] test_assertNotPaused_Success() (gas:
|
|
261
|
-
[PASS] test_initialize_Revert_AlreadyInitialized() (gas:
|
|
262
|
-
[PASS]
|
|
263
|
-
[PASS]
|
|
264
|
-
[PASS]
|
|
265
|
-
[PASS]
|
|
266
|
-
[PASS]
|
|
267
|
-
[PASS]
|
|
248
|
+
Ran 27 tests for test/PauseRBACUpgradeable.t.sol:PauseRBACUpgradeableTest
|
|
249
|
+
[PASS] test_assertNotPaused_Fuzz(bool) (runs: 1000, μ: 26202, ~: 12786)
|
|
250
|
+
[PASS] test_assertNotPaused_Revert_Paused() (gas: 40859)
|
|
251
|
+
[PASS] test_assertNotPaused_Success() (gas: 12539)
|
|
252
|
+
[PASS] test_initialize_Revert_AlreadyInitialized() (gas: 15965)
|
|
253
|
+
[PASS] test_initialize_Revert_AlreadyInitialized_AdminUnchanged() (gas: 49417)
|
|
254
|
+
[PASS] test_isPaused_InitialState() (gas: 15629)
|
|
255
|
+
[PASS] test_modifierEnforcement_WithRoles() (gas: 218598)
|
|
256
|
+
[PASS] test_multipleRoleGrants() (gas: 394130)
|
|
257
|
+
[PASS] test_pause() (gas: 42109)
|
|
258
|
+
[PASS] test_renounceRole_Success_FunctionsRevert() (gas: 36029)
|
|
259
|
+
[PASS] test_roleTransfer_GrantAndRevoke() (gas: 180125)
|
|
260
|
+
[PASS] test_setPaused_Fuzz(bool) (runs: 1000, μ: 31275, ~: 42378)
|
|
261
|
+
[PASS] test_setPaused_Idempotent_InitialState_Reverts() (gas: 20507)
|
|
262
|
+
[PASS] test_setPaused_Idempotent_Reverts() (gas: 41497)
|
|
263
|
+
[PASS] test_setPaused_Revert_Unauthorized() (gas: 20279)
|
|
264
|
+
[PASS] test_setPaused_Success() (gas: 40691)
|
|
265
|
+
[PASS] test_setPaused_Success_MultipleOperations() (gas: 58020)
|
|
266
|
+
[PASS] test_setPaused_Success_ToggleMultipleTimes() (gas: 79509)
|
|
268
267
|
[PASS] test_storageHash() (gas: 3414)
|
|
269
|
-
[PASS] test_unpause() (gas:
|
|
270
|
-
[PASS] test_whenNotPaused_Fuzz(bool) (runs: 1000, μ:
|
|
271
|
-
[PASS] test_whenNotPaused_Revert_Paused() (gas:
|
|
272
|
-
[PASS] test_whenNotPaused_Revert_WithReturnValue() (gas:
|
|
273
|
-
[PASS] test_whenNotPaused_Success() (gas:
|
|
274
|
-
[PASS] test_whenNotPaused_Success_AfterUnpause() (gas:
|
|
275
|
-
[PASS] test_whenNotPaused_Success_MultipleCalls() (gas:
|
|
276
|
-
[PASS] test_whenNotPaused_WithReturnValue() (gas:
|
|
277
|
-
Suite result: ok.
|
|
278
|
-
|
|
279
|
-
Ran 29 tests for test/AllowlistBaseUpgradeable.t.sol:AllowlistBaseUpgradeableTest
|
|
280
|
-
[PASS] test_SwitchModes_PreservesState() (gas: 186406)
|
|
281
|
-
[PASS] test_constructor_InitialMode() (gas: 15578)
|
|
282
|
-
[PASS] test_constructor_InitializeWhitelist() (gas: 1372960)
|
|
283
|
-
[PASS] test_isAllowlisted_Blacklist_Blacklisted() (gas: 122675)
|
|
284
|
-
[PASS] test_isAllowlisted_Blacklist_NotBlacklisted() (gas: 42920)
|
|
285
|
-
[PASS] test_isAllowlisted_Fuzz_Blacklist_Blacklisted(address) (runs: 1000, μ: 110088, ~: 110088)
|
|
286
|
-
[PASS] test_isAllowlisted_Fuzz_Blacklist_NotBlacklisted(address) (runs: 1000, μ: 40990, ~: 40990)
|
|
287
|
-
[PASS] test_isAllowlisted_Fuzz_Open(address) (runs: 1000, μ: 15761, ~: 15761)
|
|
288
|
-
[PASS] test_isAllowlisted_Fuzz_Whitelist_NotWhitelisted(address) (runs: 1000, μ: 41054, ~: 41054)
|
|
289
|
-
[PASS] test_isAllowlisted_Fuzz_Whitelist_Whitelisted(address) (runs: 1000, μ: 110030, ~: 110030)
|
|
290
|
-
[PASS] test_isAllowlisted_Open_AllAllowed() (gas: 25813)
|
|
291
|
-
[PASS] test_isAllowlisted_Whitelist_NotWhitelisted() (gas: 42962)
|
|
292
|
-
[PASS] test_isAllowlisted_Whitelist_Whitelisted() (gas: 122528)
|
|
293
|
-
[PASS] test_onlyAllowlisted_Blacklist_RevertIfBlacklisted() (gas: 121851)
|
|
294
|
-
[PASS] test_onlyAllowlisted_Open_AllAllowed() (gas: 22626)
|
|
295
|
-
[PASS] test_onlyAllowlisted_Whitelist_RevertIfNotWhitelisted() (gas: 119712)
|
|
296
|
-
[PASS] test_setBlacklisted_EmptyArray() (gas: 10967)
|
|
297
|
-
[PASS] test_setBlacklisted_MultipleUsers() (gas: 168334)
|
|
298
|
-
[PASS] test_setBlacklisted_RemoveFromBlacklist() (gas: 95066)
|
|
299
|
-
[PASS] test_setBlacklisted_Revert_AlreadyBlacklisted() (gas: 119566)
|
|
300
|
-
[PASS] test_setMode_Blacklist() (gas: 40021)
|
|
301
|
-
[PASS] test_setMode_MultipleChanges() (gas: 39734)
|
|
302
|
-
[PASS] test_setMode_RevertSameMode() (gas: 45674)
|
|
303
|
-
[PASS] test_setMode_Whitelist() (gas: 40108)
|
|
304
|
-
[PASS] test_setWhitelisted_EmptyArray() (gas: 10878)
|
|
305
|
-
[PASS] test_setWhitelisted_MultipleUsers() (gas: 168133)
|
|
306
|
-
[PASS] test_setWhitelisted_RemoveFromWhitelist() (gas: 94878)
|
|
307
|
-
[PASS] test_setWhitelisted_Revert_AlreadyWhitelisted() (gas: 119358)
|
|
308
|
-
[PASS] test_storageHash() (gas: 3458)
|
|
309
|
-
Suite result: ok. 29 passed; 0 failed; 0 skipped; finished in 229.11ms (424.65ms CPU time)
|
|
310
|
-
|
|
311
|
-
Ran 33 tests for test/AccessControl2StepUpgradeable.t.sol:AccessControl2StepUpgradeableTest
|
|
312
|
-
[PASS] test_acceptDefaultAdminTransfer_Events() (gas: 97372)
|
|
313
|
-
[PASS] test_acceptDefaultAdminTransfer_Fuzz(address) (runs: 1000, μ: 104265, ~: 104248)
|
|
314
|
-
[PASS] test_acceptDefaultAdminTransfer_Revert_AfterCancel() (gas: 33248)
|
|
315
|
-
[PASS] test_acceptDefaultAdminTransfer_Revert_NoPendingTransfer() (gas: 18543)
|
|
316
|
-
[PASS] test_acceptDefaultAdminTransfer_Revert_NotPendingAdmin() (gas: 45828)
|
|
317
|
-
[PASS] test_acceptDefaultAdminTransfer_Revert_StalePendingAfterOverwrite() (gas: 103114)
|
|
318
|
-
[PASS] test_acceptDefaultAdminTransfer_Success() (gas: 103488)
|
|
319
|
-
[PASS] test_beginDefaultAdminTransfer_Fuzz(address) (runs: 1000, μ: 46847, ~: 46847)
|
|
320
|
-
[PASS] test_beginDefaultAdminTransfer_Revert_Unauthorized() (gas: 23351)
|
|
321
|
-
[PASS] test_beginDefaultAdminTransfer_Success() (gas: 50886)
|
|
322
|
-
[PASS] test_beginDefaultAdminTransfer_Success_CancelsBySettingZero() (gas: 35608)
|
|
323
|
-
[PASS] test_beginDefaultAdminTransfer_Success_OverwritesPending() (gas: 50268)
|
|
324
|
-
[PASS] test_defaultAdmin_ReturnsInitialAdmin() (gas: 17748)
|
|
325
|
-
[PASS] test_grantRole_Revert_DefaultAdminRole() (gas: 22754)
|
|
326
|
-
[PASS] test_grantRole_Success_NonAdminRole() (gas: 116081)
|
|
327
|
-
[PASS] test_initialize_Revert_AlreadyInitialized() (gas: 15933)
|
|
328
|
-
[PASS] test_initialize_Revert_InvalidDefaultAdmin() (gas: 863678)
|
|
329
|
-
[PASS] test_initialize_Success_AdminHasRole() (gas: 32722)
|
|
330
|
-
[PASS] test_integration_TransferAndTransferAgain() (gas: 234392)
|
|
331
|
-
[PASS] test_integration_TransferCancelRetransfer() (gas: 120851)
|
|
332
|
-
[PASS] test_pendingDefaultAdmin_InitiallyZero() (gas: 15672)
|
|
333
|
-
[PASS] test_renounceRole_Revert_DefaultAdminRole() (gas: 18191)
|
|
334
|
-
[PASS] test_renounceRole_Revert_DefaultAdminRoleDuringPendingTransfer() (gas: 47370)
|
|
335
|
-
[PASS] test_renounceRole_Success_NonAdminRole_Admin() (gas: 93290)
|
|
336
|
-
[PASS] test_renounceRole_Success_NonAdminRole_NonAdmin() (gas: 94023)
|
|
337
|
-
[PASS] test_revokeRole_Revert_DefaultAdminRole_Admin() (gas: 22885)
|
|
338
|
-
[PASS] test_revokeRole_Revert_DefaultAdminRole_NonAdmin() (gas: 25784)
|
|
339
|
-
[PASS] test_revokeRole_Revert_NonAdminRole_NonAdmin() (gas: 124079)
|
|
340
|
-
[PASS] test_revokeRole_Success_NonAdminRole_Admin() (gas: 95654)
|
|
341
|
-
[PASS] test_setRoleAdmin_Revert_DefaultAdminRole() (gas: 18062)
|
|
342
|
-
[PASS] test_setRoleAdmin_Success_NonAdminRole_Other() (gas: 42684)
|
|
343
|
-
[PASS] test_setRoleAdmin_Success_NonAdminRole_Self() (gas: 23859)
|
|
344
|
-
[PASS] test_storageHash() (gas: 3380)
|
|
345
|
-
Suite result: ok. 33 passed; 0 failed; 0 skipped; finished in 313.57ms (379.08ms CPU time)
|
|
346
|
-
|
|
347
|
-
Ran 24 tests for test/FeeConfigRBACUpgradeable.t.sol:FeeConfigRBACUpgradeableTest
|
|
348
|
-
[PASS] test_getAmountBeforeFee_BoundaryConditions() (gas: 51175)
|
|
349
|
-
[PASS] test_getAmountBeforeFee_Default() (gas: 47637)
|
|
350
|
-
[PASS] test_getAmountBeforeFee_Fuzz(uint16,uint224) (runs: 1000, μ: 47538, ~: 48966)
|
|
351
|
-
[PASS] test_getAmountBeforeFee_MaxBps() (gas: 47301)
|
|
352
|
-
[PASS] test_getAmountBeforeFee_Rounding() (gas: 48148)
|
|
353
|
-
[PASS] test_getAmountBeforeFee_Specific() (gas: 71482)
|
|
354
|
-
[PASS] test_getAmountBeforeFee_SpecificDisabled() (gas: 67096)
|
|
355
|
-
[PASS] test_getAmountBeforeFee_ZeroAmount() (gas: 43173)
|
|
356
|
-
[PASS] test_getAmountBeforeFee_ZeroBps() (gas: 22479)
|
|
357
|
-
[PASS] test_getFee_BoundaryConditions() (gas: 75442)
|
|
358
|
-
[PASS] test_getFee_Default() (gas: 43108)
|
|
359
|
-
[PASS] test_getFee_Fuzz(uint16,uint32,uint240) (runs: 1000, μ: 45715, ~: 47017)
|
|
360
|
-
[PASS] test_getFee_Rounding() (gas: 45449)
|
|
361
|
-
[PASS] test_getFee_Specific() (gas: 66985)
|
|
362
|
-
[PASS] test_getFee_SpecificDisabled() (gas: 66943)
|
|
363
|
-
[PASS] test_setDefaultFeeBps() (gas: 42199)
|
|
364
|
-
[PASS] test_setDefaultFeeBps_Fuzz(uint16) (runs: 1000, μ: 35268, ~: 42268)
|
|
365
|
-
[PASS] test_setDefaultFeeBps_RevertInvalid() (gas: 16371)
|
|
366
|
-
[PASS] test_setDefaultFeeBps_Revert_Unauthorized() (gas: 20432)
|
|
367
|
-
[PASS] test_setFeeBps() (gas: 77237)
|
|
368
|
-
Logs:
|
|
369
|
-
Bound result 500
|
|
370
|
-
|
|
371
|
-
[PASS] test_setFeeBps_Fuzz(uint16,uint32,uint16,bool) (runs: 1000, μ: 68954, ~: 77570)
|
|
372
|
-
[PASS] test_setFeeBps_RevertInvalid() (gas: 16575)
|
|
373
|
-
[PASS] test_setFeeBps_Revert_Unauthorized() (gas: 20531)
|
|
374
|
-
[PASS] test_storageHash() (gas: 3436)
|
|
375
|
-
Suite result: ok. 24 passed; 0 failed; 0 skipped; finished in 501.41ms (601.29ms CPU time)
|
|
376
|
-
|
|
377
|
-
Ran 47 tests for test/PauseByIDRBACUpgradeable.t.sol:PauseByIDRBACUpgradeableTest
|
|
378
|
-
[PASS] test_assertNotPaused_Revert_DefaultPaused() (gas: 43478)
|
|
379
|
-
[PASS] test_assertNotPaused_Revert_SpecificPaused() (gas: 46209)
|
|
380
|
-
[PASS] test_assertNotPaused_Success() (gas: 14891)
|
|
381
|
-
[PASS] test_defaultPause_AffectsMultipleIDs() (gas: 55680)
|
|
382
|
-
[PASS] test_defaultPaused_InitialState() (gas: 15572)
|
|
383
|
-
[PASS] test_initialize_Revert_AlreadyInitialized() (gas: 18031)
|
|
384
|
-
[PASS] test_isPaused_Default() (gas: 47316)
|
|
385
|
-
[PASS] test_isPaused_InitialState() (gas: 22172)
|
|
386
|
-
[PASS] test_isPaused_MultipleIDs() (gas: 80142)
|
|
387
|
-
[PASS] test_isPaused_Override() (gas: 75171)
|
|
388
|
-
[PASS] test_isPaused_Specific() (gas: 50105)
|
|
389
|
-
[PASS] test_isPaused_SpecificDisabled() (gas: 55561)
|
|
390
|
-
[PASS] test_pauseConfig() (gas: 51028)
|
|
391
|
-
[PASS] test_roleManagement_grantAndRevoke() (gas: 172245)
|
|
392
|
-
[PASS] test_setDefaultPaused() (gas: 42196)
|
|
393
|
-
[PASS] test_setDefaultPaused_Fuzz(bool) (runs: 1000, μ: 30659, ~: 42446)
|
|
394
|
-
[PASS] test_setDefaultPaused_Idempotent_InitialState_Reverts() (gas: 20523)
|
|
395
|
-
[PASS] test_setDefaultPaused_Idempotent_Reverts() (gas: 41737)
|
|
396
|
-
[PASS] test_setDefaultPaused_Revert_Unauthorized() (gas: 20560)
|
|
397
|
-
[PASS] test_setDefaultPaused_Success() (gas: 40744)
|
|
398
|
-
[PASS] test_setPaused() (gas: 48361)
|
|
399
|
-
[PASS] test_setPaused_DormantData() (gas: 295234)
|
|
400
|
-
[PASS] test_setPaused_EmptyArray() (gas: 15702)
|
|
401
|
-
[PASS] test_setPaused_EmptyArrayWithUnpauserRole() (gas: 100683)
|
|
402
|
-
[PASS] test_setPaused_Fuzz(uint256,bool,bool) (runs: 1000, μ: 43765, ~: 48696)
|
|
403
|
-
[PASS] test_setPaused_Fuzz_EffectiveStateRoleCheck(bool,bool,bool) (runs: 1000, μ: 222875, ~: 216804)
|
|
404
|
-
[PASS] test_setPaused_Revert_EmptyArrayUnauthorized() (gas: 23131)
|
|
405
|
-
[PASS] test_setPaused_Revert_MixedBatchWithDisabledConfigs_NeedsBothRoles() (gas: 132176)
|
|
406
|
-
[PASS] test_setPaused_Revert_PauserCannotCauseEffectiveUnpause() (gas: 107518)
|
|
407
|
-
[PASS] test_setPaused_Revert_Unauthorized() (gas: 24037)
|
|
408
|
-
[PASS] test_setPaused_Revert_UnpauserCannotCauseEffectivePause() (gas: 130805)
|
|
409
|
-
[PASS] test_setPaused_Success() (gas: 45897)
|
|
410
|
-
[PASS] test_setPaused_Success_Batch() (gas: 345312)
|
|
411
|
-
[PASS] test_setPaused_Success_EdgeCase_IDMaxUint256() (gas: 45858)
|
|
412
|
-
[PASS] test_setPaused_Success_EdgeCase_IDZero() (gas: 45875)
|
|
413
|
-
[PASS] test_setPaused_Success_MixedBatchWithDisabledConfigs_BothRoles() (gas: 241273)
|
|
414
|
-
[PASS] test_setPaused_Success_PauserCanSetDisabledWhenDefaultPaused() (gas: 133457)
|
|
415
|
-
[PASS] test_setPaused_Success_Toggle() (gas: 58022)
|
|
416
|
-
[PASS] test_setPaused_Success_UnpauserCanSetDisabledWhenDefaultUnpaused() (gas: 130070)
|
|
417
|
-
[PASS] test_specificOverridesDefault_Fuzz(bool,bool) (runs: 1000, μ: 62067, ~: 50341)
|
|
418
|
-
[PASS] test_storageHash() (gas: 3392)
|
|
419
|
-
[PASS] test_whenNotPaused_Revert_DefaultPaused() (gas: 47171)
|
|
420
|
-
[PASS] test_whenNotPaused_Revert_SpecificPaused() (gas: 49932)
|
|
421
|
-
[PASS] test_whenNotPaused_Success() (gas: 41299)
|
|
422
|
-
[PASS] test_whenNotPaused_Success_SpecificUnpaused() (gas: 94341)
|
|
423
|
-
[PASS] test_whenNotPaused_WithReturnValue() (gas: 17859)
|
|
424
|
-
[PASS] test_whenNotPaused_WithReturnValue_Reverts() (gas: 46165)
|
|
425
|
-
Suite result: ok. 47 passed; 0 failed; 0 skipped; finished in 1.22s (801.43ms CPU time)
|
|
426
|
-
|
|
427
|
-
Ran 22 tests for test/FeeConfigBaseUpgradeable.t.sol:FeeConfigBaseUpgradeableTest
|
|
428
|
-
[PASS] test_getAmountBeforeFee_BoundaryConditions() (gas: 48074)
|
|
429
|
-
[PASS] test_getAmountBeforeFee_Default() (gas: 45067)
|
|
430
|
-
[PASS] test_getAmountBeforeFee_Fuzz(uint16,uint224) (runs: 1000, μ: 45007, ~: 46317)
|
|
431
|
-
[PASS] test_getAmountBeforeFee_MaxBps() (gas: 44658)
|
|
432
|
-
[PASS] test_getAmountBeforeFee_Rounding() (gas: 45406)
|
|
433
|
-
[PASS] test_getAmountBeforeFee_Specific() (gas: 68448)
|
|
434
|
-
[PASS] test_getAmountBeforeFee_SpecificDisabled() (gas: 64007)
|
|
435
|
-
[PASS] test_getAmountBeforeFee_ZeroAmount() (gas: 40642)
|
|
436
|
-
[PASS] test_getAmountBeforeFee_ZeroBps() (gas: 22306)
|
|
437
|
-
[PASS] test_getFee_BoundaryConditions() (gas: 71791)
|
|
438
|
-
[PASS] test_getFee_Default() (gas: 40577)
|
|
439
|
-
[PASS] test_getFee_Fuzz(uint16,uint32,uint240) (runs: 1000, μ: 43049, ~: 44486)
|
|
440
|
-
[PASS] test_getFee_Rounding() (gas: 42835)
|
|
441
|
-
[PASS] test_getFee_Specific() (gas: 63968)
|
|
442
|
-
[PASS] test_getFee_SpecificDisabled() (gas: 63920)
|
|
443
|
-
[PASS] test_setDefaultFeeBps() (gas: 39576)
|
|
444
|
-
[PASS] test_setDefaultFeeBps_Fuzz(uint16) (runs: 1000, μ: 31906, ~: 39667)
|
|
445
|
-
[PASS] test_setDefaultFeeBps_RevertInvalid() (gas: 13860)
|
|
446
|
-
[PASS] test_setFeeBps() (gas: 73871)
|
|
447
|
-
Logs:
|
|
448
|
-
Bound result 500
|
|
268
|
+
[PASS] test_unpause() (gas: 35177)
|
|
269
|
+
[PASS] test_whenNotPaused_Fuzz(bool) (runs: 1000, μ: 41809, ~: 44479)
|
|
270
|
+
[PASS] test_whenNotPaused_Revert_Paused() (gas: 44372)
|
|
271
|
+
[PASS] test_whenNotPaused_Revert_WithReturnValue() (gas: 40903)
|
|
272
|
+
[PASS] test_whenNotPaused_Success() (gas: 38800)
|
|
273
|
+
[PASS] test_whenNotPaused_Success_AfterUnpause() (gas: 52332)
|
|
274
|
+
[PASS] test_whenNotPaused_Success_MultipleCalls() (gas: 61669)
|
|
275
|
+
[PASS] test_whenNotPaused_WithReturnValue() (gas: 15658)
|
|
276
|
+
Suite result: ok. 27 passed; 0 failed; 0 skipped; finished in 164.53ms (249.79ms CPU time)
|
|
449
277
|
|
|
450
|
-
|
|
451
|
-
[PASS]
|
|
452
|
-
[PASS]
|
|
453
|
-
|
|
278
|
+
Ran 31 tests for test/PauseByIDBaseUpgradeable.t.sol:PauseByIDBaseUpgradeableTest
|
|
279
|
+
[PASS] test_assertNotPaused_Revert_DefaultPaused() (gas: 40927)
|
|
280
|
+
[PASS] test_assertNotPaused_Revert_SpecificPaused() (gas: 40924)
|
|
281
|
+
[PASS] test_assertNotPaused_Success() (gas: 14934)
|
|
282
|
+
[PASS] test_defaultPause_AffectsMultipleIDs() (gas: 52995)
|
|
283
|
+
[PASS] test_defaultPaused_InitialState() (gas: 15571)
|
|
284
|
+
[PASS] test_initialize_Revert_AlreadyInitialized() (gas: 15852)
|
|
285
|
+
[PASS] test_isPaused_Default() (gas: 44698)
|
|
286
|
+
[PASS] test_isPaused_InitialState() (gas: 22070)
|
|
287
|
+
[PASS] test_isPaused_MultipleIDs() (gas: 73915)
|
|
288
|
+
[PASS] test_isPaused_Override() (gas: 69381)
|
|
289
|
+
[PASS] test_isPaused_Specific() (gas: 46709)
|
|
290
|
+
[PASS] test_isPaused_SpecificDisabled() (gas: 51615)
|
|
291
|
+
[PASS] test_pauseConfig() (gas: 45626)
|
|
292
|
+
[PASS] test_setDefaultPaused() (gas: 39667)
|
|
293
|
+
[PASS] test_setDefaultPaused_Fuzz(bool) (runs: 1000, μ: 28125, ~: 28125)
|
|
294
|
+
[PASS] test_setDefaultPaused_Idempotent_InitialState_Reverts() (gas: 17984)
|
|
295
|
+
[PASS] test_setDefaultPaused_Idempotent_Reverts() (gas: 38782)
|
|
296
|
+
[PASS] test_setPaused() (gas: 43060)
|
|
297
|
+
[PASS] test_setPaused_EmptyArray() (gas: 10900)
|
|
298
|
+
[PASS] test_setPaused_Fuzz(uint256,bool,bool) (runs: 1000, μ: 38875, ~: 43373)
|
|
299
|
+
[PASS] test_setPaused_Success_EdgeCase_IDMaxUint256() (gas: 40562)
|
|
300
|
+
[PASS] test_setPaused_Success_EdgeCase_IDZero() (gas: 40524)
|
|
301
|
+
[PASS] test_setPaused_Success_Toggle() (gas: 51442)
|
|
302
|
+
[PASS] test_specificOverridesDefault_Fuzz(bool,bool) (runs: 1000, μ: 58140, ~: 46989)
|
|
303
|
+
[PASS] test_storageHash() (gas: 3480)
|
|
304
|
+
[PASS] test_whenNotPaused_Revert_DefaultPaused() (gas: 44708)
|
|
305
|
+
[PASS] test_whenNotPaused_Revert_SpecificPaused() (gas: 44758)
|
|
306
|
+
[PASS] test_whenNotPaused_Success() (gas: 41297)
|
|
307
|
+
[PASS] test_whenNotPaused_Success_SpecificUnpaused() (gas: 88596)
|
|
308
|
+
[PASS] test_whenNotPaused_WithReturnValue() (gas: 17880)
|
|
309
|
+
[PASS] test_whenNotPaused_WithReturnValue_Reverts() (gas: 40880)
|
|
310
|
+
Suite result: ok. 31 passed; 0 failed; 0 skipped; finished in 172.22ms (319.77ms CPU time)
|
|
454
311
|
|
|
455
312
|
Ran 32 tests for test/AllowlistRBACUpgradeable.t.sol:AllowlistRBACUpgradeableTest
|
|
456
313
|
[PASS] test_SwitchModes_PreservesState() (gas: 195548)
|
|
@@ -485,783 +342,942 @@ Ran 32 tests for test/AllowlistRBACUpgradeable.t.sol:AllowlistRBACUpgradeableTes
|
|
|
485
342
|
[PASS] test_setWhitelisted_Revert_AlreadyWhitelisted() (gas: 125059)
|
|
486
343
|
[PASS] test_setWhitelisted_Revert_Unauthorized() (gas: 23176)
|
|
487
344
|
[PASS] test_storageHash() (gas: 3480)
|
|
488
|
-
Suite result: ok. 32 passed; 0 failed; 0 skipped; finished in
|
|
345
|
+
Suite result: ok. 32 passed; 0 failed; 0 skipped; finished in 470.14ms (335.18ms CPU time)
|
|
489
346
|
|
|
490
|
-
Ran
|
|
491
|
-
[PASS]
|
|
492
|
-
[PASS]
|
|
493
|
-
[PASS]
|
|
494
|
-
[PASS]
|
|
495
|
-
[PASS]
|
|
496
|
-
[PASS]
|
|
497
|
-
[PASS]
|
|
498
|
-
[PASS]
|
|
499
|
-
[PASS]
|
|
500
|
-
[PASS]
|
|
501
|
-
[PASS]
|
|
502
|
-
[PASS]
|
|
503
|
-
[PASS]
|
|
504
|
-
[PASS]
|
|
505
|
-
[PASS]
|
|
506
|
-
[PASS]
|
|
507
|
-
[PASS]
|
|
508
|
-
[PASS]
|
|
347
|
+
Ran 22 tests for test/FeeConfigBaseUpgradeable.t.sol:FeeConfigBaseUpgradeableTest
|
|
348
|
+
[PASS] test_getAmountBeforeFee_BoundaryConditions() (gas: 48074)
|
|
349
|
+
[PASS] test_getAmountBeforeFee_Default() (gas: 45067)
|
|
350
|
+
[PASS] test_getAmountBeforeFee_Fuzz(uint16,uint224) (runs: 1000, μ: 45248, ~: 46317)
|
|
351
|
+
[PASS] test_getAmountBeforeFee_MaxBps() (gas: 44658)
|
|
352
|
+
[PASS] test_getAmountBeforeFee_Rounding() (gas: 45406)
|
|
353
|
+
[PASS] test_getAmountBeforeFee_Specific() (gas: 68448)
|
|
354
|
+
[PASS] test_getAmountBeforeFee_SpecificDisabled() (gas: 64007)
|
|
355
|
+
[PASS] test_getAmountBeforeFee_ZeroAmount() (gas: 40642)
|
|
356
|
+
[PASS] test_getAmountBeforeFee_ZeroBps() (gas: 22306)
|
|
357
|
+
[PASS] test_getFee_BoundaryConditions() (gas: 71791)
|
|
358
|
+
[PASS] test_getFee_Default() (gas: 40577)
|
|
359
|
+
[PASS] test_getFee_Fuzz(uint16,uint32,uint240) (runs: 1000, μ: 43405, ~: 44486)
|
|
360
|
+
[PASS] test_getFee_Rounding() (gas: 42835)
|
|
361
|
+
[PASS] test_getFee_Specific() (gas: 63968)
|
|
362
|
+
[PASS] test_getFee_SpecificDisabled() (gas: 63920)
|
|
363
|
+
[PASS] test_setDefaultFeeBps() (gas: 39576)
|
|
364
|
+
[PASS] test_setDefaultFeeBps_Fuzz(uint16) (runs: 1000, μ: 32171, ~: 39667)
|
|
365
|
+
[PASS] test_setDefaultFeeBps_RevertInvalid() (gas: 13860)
|
|
366
|
+
[PASS] test_setFeeBps() (gas: 73871)
|
|
367
|
+
Logs:
|
|
368
|
+
Bound result 500
|
|
369
|
+
|
|
370
|
+
[PASS] test_setFeeBps_Fuzz(uint16,uint32,uint16,bool) (runs: 1000, μ: 65759, ~: 74224)
|
|
371
|
+
[PASS] test_setFeeBps_RevertInvalid() (gas: 14075)
|
|
372
|
+
[PASS] test_storageHash() (gas: 3426)
|
|
373
|
+
Suite result: ok. 22 passed; 0 failed; 0 skipped; finished in 686.32ms (347.42ms CPU time)
|
|
374
|
+
|
|
375
|
+
Ran 24 tests for test/FeeConfigRBACUpgradeable.t.sol:FeeConfigRBACUpgradeableTest
|
|
376
|
+
[PASS] test_getAmountBeforeFee_BoundaryConditions() (gas: 51175)
|
|
377
|
+
[PASS] test_getAmountBeforeFee_Default() (gas: 47637)
|
|
378
|
+
[PASS] test_getAmountBeforeFee_Fuzz(uint16,uint224) (runs: 1000, μ: 47544, ~: 48966)
|
|
379
|
+
[PASS] test_getAmountBeforeFee_MaxBps() (gas: 47301)
|
|
380
|
+
[PASS] test_getAmountBeforeFee_Rounding() (gas: 48148)
|
|
381
|
+
[PASS] test_getAmountBeforeFee_Specific() (gas: 71482)
|
|
382
|
+
[PASS] test_getAmountBeforeFee_SpecificDisabled() (gas: 67096)
|
|
383
|
+
[PASS] test_getAmountBeforeFee_ZeroAmount() (gas: 43173)
|
|
384
|
+
[PASS] test_getAmountBeforeFee_ZeroBps() (gas: 22479)
|
|
385
|
+
[PASS] test_getFee_BoundaryConditions() (gas: 75442)
|
|
386
|
+
[PASS] test_getFee_Default() (gas: 43108)
|
|
387
|
+
[PASS] test_getFee_Fuzz(uint16,uint32,uint240) (runs: 1000, μ: 45607, ~: 47017)
|
|
388
|
+
[PASS] test_getFee_Rounding() (gas: 45449)
|
|
389
|
+
[PASS] test_getFee_Specific() (gas: 66985)
|
|
390
|
+
[PASS] test_getFee_SpecificDisabled() (gas: 66943)
|
|
391
|
+
[PASS] test_setDefaultFeeBps() (gas: 42199)
|
|
392
|
+
[PASS] test_setDefaultFeeBps_Fuzz(uint16) (runs: 1000, μ: 34578, ~: 42268)
|
|
393
|
+
[PASS] test_setDefaultFeeBps_RevertInvalid() (gas: 16371)
|
|
394
|
+
[PASS] test_setDefaultFeeBps_Revert_Unauthorized() (gas: 20432)
|
|
395
|
+
[PASS] test_setFeeBps() (gas: 77237)
|
|
396
|
+
Logs:
|
|
397
|
+
Bound result 500
|
|
398
|
+
|
|
399
|
+
[PASS] test_setFeeBps_Fuzz(uint16,uint32,uint16,bool) (runs: 1000, μ: 68586, ~: 77570)
|
|
400
|
+
[PASS] test_setFeeBps_RevertInvalid() (gas: 16575)
|
|
401
|
+
[PASS] test_setFeeBps_Revert_Unauthorized() (gas: 20531)
|
|
402
|
+
[PASS] test_storageHash() (gas: 3436)
|
|
403
|
+
Suite result: ok. 24 passed; 0 failed; 0 skipped; finished in 728.06ms (509.91ms CPU time)
|
|
404
|
+
|
|
405
|
+
Ran 6 tests for test/FeeHandlerRBACUpgradeable.t.sol:FeeHandlerRBACUpgradeableTest
|
|
406
|
+
[PASS] test_feeDeposit() (gas: 17638)
|
|
407
|
+
[PASS] test_setFeeDeposit() (gas: 27596)
|
|
408
|
+
[PASS] test_setFeeDeposit_Fuzz(address) (runs: 1000, μ: 24055, ~: 24055)
|
|
409
|
+
[PASS] test_setFeeDeposit_Revert_Unauthorized() (gas: 22370)
|
|
410
|
+
[PASS] test_setFeeDeposit_Revert_ZeroAddress() (gas: 15811)
|
|
411
|
+
[PASS] test_storageHash() (gas: 3315)
|
|
412
|
+
Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 901.29ms (85.84ms CPU time)
|
|
413
|
+
|
|
414
|
+
Ran 19 tests for test/PauseBaseUpgradeable.t.sol:PauseBaseUpgradeableTest
|
|
415
|
+
[PASS] test_assertNotPaused_Fuzz(bool) (runs: 1000, μ: 25053, ~: 12763)
|
|
416
|
+
[PASS] test_assertNotPaused_Revert_Paused() (gas: 38375)
|
|
417
|
+
[PASS] test_assertNotPaused_Success() (gas: 12516)
|
|
418
|
+
[PASS] test_initialize_Revert_AlreadyInitialized() (gas: 15725)
|
|
419
|
+
[PASS] test_isPaused_InitialState() (gas: 15595)
|
|
420
|
+
[PASS] test_pause() (gas: 39592)
|
|
421
|
+
[PASS] test_setPaused_Fuzz(bool) (runs: 1000, μ: 27874, ~: 16219)
|
|
422
|
+
[PASS] test_setPaused_Idempotent_InitialState_Reverts() (gas: 17914)
|
|
423
|
+
[PASS] test_setPaused_Idempotent_Reverts() (gas: 38543)
|
|
424
|
+
[PASS] test_setPaused_Success_ToggleMultipleTimes() (gas: 74144)
|
|
509
425
|
[PASS] test_storageHash() (gas: 3414)
|
|
510
|
-
[PASS] test_unpause() (gas:
|
|
511
|
-
[PASS] test_whenNotPaused_Fuzz(bool) (runs: 1000, μ:
|
|
512
|
-
[PASS] test_whenNotPaused_Revert_Paused() (gas:
|
|
513
|
-
[PASS] test_whenNotPaused_Revert_WithReturnValue() (gas:
|
|
514
|
-
[PASS] test_whenNotPaused_Success() (gas:
|
|
515
|
-
[PASS] test_whenNotPaused_Success_AfterUnpause() (gas:
|
|
516
|
-
[PASS] test_whenNotPaused_Success_MultipleCalls() (gas:
|
|
517
|
-
[PASS] test_whenNotPaused_WithReturnValue() (gas:
|
|
518
|
-
Suite result: ok.
|
|
426
|
+
[PASS] test_unpause() (gas: 31115)
|
|
427
|
+
[PASS] test_whenNotPaused_Fuzz(bool) (runs: 1000, μ: 40439, ~: 38893)
|
|
428
|
+
[PASS] test_whenNotPaused_Revert_Paused() (gas: 41855)
|
|
429
|
+
[PASS] test_whenNotPaused_Revert_WithReturnValue() (gas: 38375)
|
|
430
|
+
[PASS] test_whenNotPaused_Success() (gas: 38744)
|
|
431
|
+
[PASS] test_whenNotPaused_Success_AfterUnpause() (gas: 48261)
|
|
432
|
+
[PASS] test_whenNotPaused_Success_MultipleCalls() (gas: 56792)
|
|
433
|
+
[PASS] test_whenNotPaused_WithReturnValue() (gas: 15624)
|
|
434
|
+
Suite result: ok. 19 passed; 0 failed; 0 skipped; finished in 1.00s (221.73ms CPU time)
|
|
435
|
+
|
|
436
|
+
Ran 33 tests for test/AccessControl2StepUpgradeable.t.sol:AccessControl2StepUpgradeableTest
|
|
437
|
+
[PASS] test_acceptDefaultAdminTransfer_Events() (gas: 97372)
|
|
438
|
+
[PASS] test_acceptDefaultAdminTransfer_Fuzz(address) (runs: 1000, μ: 104264, ~: 104248)
|
|
439
|
+
[PASS] test_acceptDefaultAdminTransfer_Revert_AfterCancel() (gas: 33248)
|
|
440
|
+
[PASS] test_acceptDefaultAdminTransfer_Revert_NoPendingTransfer() (gas: 18543)
|
|
441
|
+
[PASS] test_acceptDefaultAdminTransfer_Revert_NotPendingAdmin() (gas: 45828)
|
|
442
|
+
[PASS] test_acceptDefaultAdminTransfer_Revert_StalePendingAfterOverwrite() (gas: 103114)
|
|
443
|
+
[PASS] test_acceptDefaultAdminTransfer_Success() (gas: 103488)
|
|
444
|
+
[PASS] test_beginDefaultAdminTransfer_Fuzz(address) (runs: 1000, μ: 46847, ~: 46847)
|
|
445
|
+
[PASS] test_beginDefaultAdminTransfer_Revert_Unauthorized() (gas: 23351)
|
|
446
|
+
[PASS] test_beginDefaultAdminTransfer_Success() (gas: 50886)
|
|
447
|
+
[PASS] test_beginDefaultAdminTransfer_Success_CancelsBySettingZero() (gas: 35608)
|
|
448
|
+
[PASS] test_beginDefaultAdminTransfer_Success_OverwritesPending() (gas: 50268)
|
|
449
|
+
[PASS] test_defaultAdmin_ReturnsInitialAdmin() (gas: 17748)
|
|
450
|
+
[PASS] test_grantRole_Revert_DefaultAdminRole() (gas: 22754)
|
|
451
|
+
[PASS] test_grantRole_Success_NonAdminRole() (gas: 116081)
|
|
452
|
+
[PASS] test_initialize_Revert_AlreadyInitialized() (gas: 15933)
|
|
453
|
+
[PASS] test_initialize_Revert_InvalidDefaultAdmin() (gas: 863678)
|
|
454
|
+
[PASS] test_initialize_Success_AdminHasRole() (gas: 32722)
|
|
455
|
+
[PASS] test_integration_TransferAndTransferAgain() (gas: 234392)
|
|
456
|
+
[PASS] test_integration_TransferCancelRetransfer() (gas: 120851)
|
|
457
|
+
[PASS] test_pendingDefaultAdmin_InitiallyZero() (gas: 15672)
|
|
458
|
+
[PASS] test_renounceRole_Revert_DefaultAdminRole() (gas: 18191)
|
|
459
|
+
[PASS] test_renounceRole_Revert_DefaultAdminRoleDuringPendingTransfer() (gas: 47370)
|
|
460
|
+
[PASS] test_renounceRole_Success_NonAdminRole_Admin() (gas: 93290)
|
|
461
|
+
[PASS] test_renounceRole_Success_NonAdminRole_NonAdmin() (gas: 94023)
|
|
462
|
+
[PASS] test_revokeRole_Revert_DefaultAdminRole_Admin() (gas: 22885)
|
|
463
|
+
[PASS] test_revokeRole_Revert_DefaultAdminRole_NonAdmin() (gas: 25784)
|
|
464
|
+
[PASS] test_revokeRole_Revert_NonAdminRole_NonAdmin() (gas: 124079)
|
|
465
|
+
[PASS] test_revokeRole_Success_NonAdminRole_Admin() (gas: 95654)
|
|
466
|
+
[PASS] test_setRoleAdmin_Revert_DefaultAdminRole() (gas: 18062)
|
|
467
|
+
[PASS] test_setRoleAdmin_Success_NonAdminRole_Other() (gas: 42684)
|
|
468
|
+
[PASS] test_setRoleAdmin_Success_NonAdminRole_Self() (gas: 23859)
|
|
469
|
+
[PASS] test_storageHash() (gas: 3380)
|
|
470
|
+
Suite result: ok. 33 passed; 0 failed; 0 skipped; finished in 1.06s (496.77ms CPU time)
|
|
519
471
|
|
|
520
|
-
Ran 8 tests for test/RateLimiterRBACUpgradeableInvariant.t.sol:
|
|
472
|
+
Ran 8 tests for test/RateLimiterRBACUpgradeableInvariant.t.sol:RateLimiterRBACUpgradeableInvariantTest
|
|
521
473
|
[PASS] invariant_AvailableConsistent() (runs: 256, calls: 3840, reverts: 0)
|
|
522
474
|
|
|
523
475
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
524
476
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
525
477
|
+======================================================================================+
|
|
526
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
478
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 533 | 0 | 0 |
|
|
527
479
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
528
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
480
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 589 | 0 | 0 |
|
|
529
481
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
530
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
482
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 524 | 0 | 0 |
|
|
531
483
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
532
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
484
|
+
| RateLimiterRBACUpgradeableHandler | setState | 539 | 0 | 0 |
|
|
533
485
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
534
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
486
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 532 | 0 | 0 |
|
|
535
487
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
536
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
488
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 574 | 0 | 0 |
|
|
537
489
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
538
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
490
|
+
| RateLimiterRBACUpgradeableHandler | warp | 549 | 0 | 0 |
|
|
539
491
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
540
492
|
|
|
541
493
|
Logs:
|
|
542
|
-
Bound result
|
|
543
|
-
Bound result
|
|
544
|
-
Bound result
|
|
545
|
-
Bound result
|
|
546
|
-
Bound result
|
|
547
|
-
Bound result
|
|
548
|
-
Bound result
|
|
549
|
-
Bound result
|
|
550
|
-
Bound result
|
|
551
|
-
Bound result
|
|
552
|
-
Bound result
|
|
553
|
-
Bound result
|
|
554
|
-
Bound result
|
|
555
|
-
Bound result
|
|
556
|
-
Bound result
|
|
557
|
-
Bound result
|
|
558
|
-
Bound result
|
|
559
|
-
Bound result
|
|
560
|
-
Bound result
|
|
561
|
-
Bound result 6052
|
|
562
|
-
Bound result 7448
|
|
494
|
+
Bound result 249401334
|
|
495
|
+
Bound result 9900000967009981754853
|
|
496
|
+
Bound result 135331867862359706384
|
|
497
|
+
Bound result 5091
|
|
498
|
+
Bound result 248
|
|
499
|
+
Bound result 4604
|
|
500
|
+
Bound result 2
|
|
501
|
+
Bound result 1
|
|
502
|
+
Bound result 1
|
|
503
|
+
Bound result 830885669
|
|
504
|
+
Bound result 6236
|
|
505
|
+
Bound result 2179643790316
|
|
506
|
+
Bound result 1025
|
|
507
|
+
Bound result 49466527
|
|
508
|
+
Bound result 9900000000295940043683
|
|
509
|
+
Bound result 100000000000000000002
|
|
510
|
+
Bound result 2901
|
|
511
|
+
Bound result 12
|
|
512
|
+
Bound result 657
|
|
563
513
|
|
|
564
514
|
[PASS] invariant_ConfigBitmapConsistency() (runs: 256, calls: 3840, reverts: 0)
|
|
565
515
|
|
|
566
516
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
567
517
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
568
518
|
+======================================================================================+
|
|
569
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
519
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 562 | 0 | 0 |
|
|
570
520
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
571
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
521
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 557 | 0 | 0 |
|
|
572
522
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
573
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
523
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 551 | 0 | 0 |
|
|
574
524
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
575
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
525
|
+
| RateLimiterRBACUpgradeableHandler | setState | 555 | 0 | 0 |
|
|
576
526
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
577
527
|
| RateLimiterRBACUpgradeableHandler | toggleExemption | 532 | 0 | 0 |
|
|
578
528
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
579
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
529
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 508 | 0 | 0 |
|
|
580
530
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
581
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
531
|
+
| RateLimiterRBACUpgradeableHandler | warp | 575 | 0 | 0 |
|
|
582
532
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
583
533
|
|
|
584
534
|
Logs:
|
|
585
|
-
Bound result
|
|
586
|
-
Bound result
|
|
535
|
+
Bound result 5123
|
|
536
|
+
Bound result 8923
|
|
537
|
+
Bound result 4730
|
|
587
538
|
Bound result 1
|
|
588
|
-
Bound result
|
|
589
|
-
Bound result
|
|
590
|
-
Bound result
|
|
591
|
-
Bound result
|
|
592
|
-
Bound result
|
|
593
|
-
Bound result
|
|
594
|
-
Bound result
|
|
595
|
-
Bound result
|
|
596
|
-
Bound result
|
|
597
|
-
Bound result
|
|
598
|
-
Bound result
|
|
599
|
-
Bound result
|
|
600
|
-
Bound result
|
|
601
|
-
Bound result
|
|
602
|
-
Bound result
|
|
603
|
-
Bound result
|
|
604
|
-
Bound result
|
|
605
|
-
Bound result
|
|
606
|
-
Bound result
|
|
607
|
-
Bound result 687
|
|
608
|
-
Bound result 775
|
|
609
|
-
Bound result 1348
|
|
539
|
+
Bound result 3844438871423435
|
|
540
|
+
Bound result 2
|
|
541
|
+
Bound result 104
|
|
542
|
+
Bound result 9900000000000033540519
|
|
543
|
+
Bound result 9900000000000000005092
|
|
544
|
+
Bound result 7533
|
|
545
|
+
Bound result 1219
|
|
546
|
+
Bound result 9900000000003788300596
|
|
547
|
+
Bound result 9900000000000000000573
|
|
548
|
+
Bound result 3864
|
|
549
|
+
Bound result 156
|
|
550
|
+
Bound result 266
|
|
551
|
+
Bound result 1303
|
|
552
|
+
Bound result 470760
|
|
553
|
+
Bound result 4
|
|
554
|
+
Bound result 14
|
|
555
|
+
Bound result 4
|
|
556
|
+
Bound result 152244
|
|
557
|
+
Bound result 73
|
|
610
558
|
|
|
611
559
|
[PASS] invariant_ConfigConsistency() (runs: 256, calls: 3840, reverts: 0)
|
|
612
560
|
|
|
613
561
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
614
562
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
615
563
|
+======================================================================================+
|
|
616
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
564
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 546 | 0 | 0 |
|
|
617
565
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
618
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
566
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 563 | 0 | 0 |
|
|
619
567
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
620
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
568
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 540 | 0 | 0 |
|
|
621
569
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
622
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
570
|
+
| RateLimiterRBACUpgradeableHandler | setState | 536 | 0 | 0 |
|
|
623
571
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
624
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
572
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 518 | 0 | 0 |
|
|
625
573
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
626
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
574
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 585 | 0 | 0 |
|
|
627
575
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
628
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
576
|
+
| RateLimiterRBACUpgradeableHandler | warp | 552 | 0 | 0 |
|
|
629
577
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
630
578
|
|
|
631
579
|
Logs:
|
|
632
|
-
Bound result
|
|
633
|
-
Bound result
|
|
634
|
-
Bound result
|
|
635
|
-
Bound result
|
|
636
|
-
Bound result
|
|
637
|
-
Bound result
|
|
638
|
-
Bound result
|
|
639
|
-
Bound result
|
|
640
|
-
Bound result
|
|
641
|
-
Bound result
|
|
642
|
-
Bound result
|
|
643
|
-
Bound result
|
|
644
|
-
Bound result
|
|
645
|
-
Bound result
|
|
646
|
-
Bound result
|
|
647
|
-
Bound result
|
|
648
|
-
Bound result
|
|
649
|
-
Bound result
|
|
650
|
-
Bound result 3015
|
|
651
|
-
Bound result 96
|
|
652
|
-
Bound result 9900000000000000003047
|
|
653
|
-
Bound result 9900000000000000001172
|
|
654
|
-
Bound result 2335
|
|
655
|
-
Bound result 72
|
|
580
|
+
Bound result 2139
|
|
581
|
+
Bound result 8824734014500567170091
|
|
582
|
+
Bound result 9900000000005170027665
|
|
583
|
+
Bound result 10
|
|
584
|
+
Bound result 197
|
|
585
|
+
Bound result 3013121951
|
|
586
|
+
Bound result 8049
|
|
587
|
+
Bound result 100000000000000000000
|
|
588
|
+
Bound result 9900781438957450629900
|
|
589
|
+
Bound result 10
|
|
590
|
+
Bound result 110
|
|
591
|
+
Bound result 27
|
|
592
|
+
Bound result 850
|
|
593
|
+
Bound result 9900000000067236026615
|
|
594
|
+
Bound result 8647130675055789711591
|
|
595
|
+
Bound result 26
|
|
596
|
+
Bound result 9573
|
|
597
|
+
Bound result 349
|
|
656
598
|
|
|
657
599
|
[PASS] invariant_ExemptionConsistency() (runs: 256, calls: 3840, reverts: 0)
|
|
658
600
|
|
|
659
601
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
660
602
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
661
603
|
+======================================================================================+
|
|
662
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
604
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 553 | 0 | 0 |
|
|
663
605
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
664
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
606
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 552 | 0 | 0 |
|
|
665
607
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
666
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
608
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 520 | 0 | 0 |
|
|
667
609
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
668
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
610
|
+
| RateLimiterRBACUpgradeableHandler | setState | 550 | 0 | 0 |
|
|
669
611
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
670
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
612
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 524 | 0 | 0 |
|
|
671
613
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
672
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
614
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 568 | 0 | 0 |
|
|
673
615
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
674
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
616
|
+
| RateLimiterRBACUpgradeableHandler | warp | 573 | 0 | 0 |
|
|
675
617
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
676
618
|
|
|
677
619
|
Logs:
|
|
678
|
-
Bound result
|
|
679
|
-
Bound result
|
|
680
|
-
Bound result
|
|
681
|
-
Bound result
|
|
682
|
-
Bound result
|
|
683
|
-
Bound result
|
|
684
|
-
Bound result
|
|
685
|
-
Bound result
|
|
686
|
-
Bound result
|
|
687
|
-
Bound result
|
|
688
|
-
Bound result
|
|
689
|
-
Bound result
|
|
690
|
-
Bound result
|
|
691
|
-
Bound result
|
|
692
|
-
Bound result
|
|
620
|
+
Bound result 24
|
|
621
|
+
Bound result 2
|
|
622
|
+
Bound result 9900000000000000003319
|
|
623
|
+
Bound result 9900000000000000003954
|
|
624
|
+
Bound result 682
|
|
625
|
+
Bound result 6744
|
|
626
|
+
Bound result 8703317570394093476212
|
|
627
|
+
Bound result 118661522788
|
|
628
|
+
Bound result 2
|
|
629
|
+
Bound result 8363
|
|
630
|
+
Bound result 9904105280027130256543
|
|
631
|
+
Bound result 9907716075315507157728
|
|
632
|
+
Bound result 3957
|
|
633
|
+
Bound result 6894
|
|
634
|
+
Bound result 18919249064488153895393
|
|
635
|
+
Bound result 23
|
|
636
|
+
Bound result 9900000000000000004896
|
|
637
|
+
Bound result 9900000000000000009552
|
|
638
|
+
Bound result 2072
|
|
639
|
+
Bound result 4237
|
|
693
640
|
|
|
694
641
|
[PASS] invariant_GhostConsistency() (runs: 256, calls: 3840, reverts: 0)
|
|
695
642
|
|
|
696
643
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
697
644
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
698
645
|
+======================================================================================+
|
|
699
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
646
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 543 | 0 | 0 |
|
|
700
647
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
701
648
|
| RateLimiterRBACUpgradeableHandler | outflow | 529 | 0 | 0 |
|
|
702
649
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
703
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
650
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 531 | 0 | 0 |
|
|
704
651
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
705
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
652
|
+
| RateLimiterRBACUpgradeableHandler | setState | 569 | 0 | 0 |
|
|
706
653
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
707
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
654
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 568 | 0 | 0 |
|
|
708
655
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
709
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
656
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 568 | 0 | 0 |
|
|
710
657
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
711
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
658
|
+
| RateLimiterRBACUpgradeableHandler | warp | 532 | 0 | 0 |
|
|
712
659
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
713
660
|
|
|
714
661
|
Logs:
|
|
715
|
-
Bound result
|
|
716
|
-
Bound result
|
|
717
|
-
Bound result
|
|
718
|
-
Bound result
|
|
719
|
-
Bound result
|
|
720
|
-
Bound result
|
|
721
|
-
Bound result
|
|
722
|
-
Bound result
|
|
723
|
-
Bound result
|
|
724
|
-
Bound result
|
|
725
|
-
Bound result
|
|
726
|
-
Bound result
|
|
727
|
-
Bound result
|
|
728
|
-
Bound result
|
|
729
|
-
Bound result
|
|
730
|
-
Bound result
|
|
731
|
-
Bound result
|
|
732
|
-
Bound result
|
|
733
|
-
Bound result
|
|
734
|
-
Bound result
|
|
735
|
-
Bound result
|
|
662
|
+
Bound result 331
|
|
663
|
+
Bound result 9900000000000000010077
|
|
664
|
+
Bound result 9900000000000000009176
|
|
665
|
+
Bound result 437
|
|
666
|
+
Bound result 681
|
|
667
|
+
Bound result 1
|
|
668
|
+
Bound result 59
|
|
669
|
+
Bound result 204
|
|
670
|
+
Bound result 9900000000000000001521
|
|
671
|
+
Bound result 9900000000000000002236
|
|
672
|
+
Bound result 416
|
|
673
|
+
Bound result 1024
|
|
674
|
+
Bound result 6980
|
|
675
|
+
Bound result 5608
|
|
676
|
+
Bound result 9900000000002670455648
|
|
677
|
+
Bound result 9995669728503188202574
|
|
678
|
+
Bound result 13
|
|
679
|
+
Bound result 7336
|
|
680
|
+
Bound result 6397
|
|
681
|
+
Bound result 378
|
|
682
|
+
Bound result 40
|
|
683
|
+
Bound result 11829
|
|
736
684
|
|
|
737
685
|
[PASS] invariant_LastUpdatedNotFuture() (runs: 256, calls: 3840, reverts: 0)
|
|
738
686
|
|
|
739
687
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
740
688
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
741
689
|
+======================================================================================+
|
|
742
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
690
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 534 | 0 | 0 |
|
|
743
691
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
744
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
692
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 550 | 0 | 0 |
|
|
745
693
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
746
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
694
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 532 | 0 | 0 |
|
|
747
695
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
748
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
696
|
+
| RateLimiterRBACUpgradeableHandler | setState | 545 | 0 | 0 |
|
|
749
697
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
750
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
698
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 585 | 0 | 0 |
|
|
751
699
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
752
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
700
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 558 | 0 | 0 |
|
|
753
701
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
754
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
702
|
+
| RateLimiterRBACUpgradeableHandler | warp | 536 | 0 | 0 |
|
|
755
703
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
756
704
|
|
|
757
705
|
Logs:
|
|
758
|
-
Bound result
|
|
759
|
-
Bound result
|
|
760
|
-
Bound result
|
|
761
|
-
Bound result
|
|
762
|
-
Bound result
|
|
763
|
-
Bound result
|
|
764
|
-
Bound result
|
|
765
|
-
Bound result
|
|
766
|
-
Bound result
|
|
767
|
-
Bound result
|
|
768
|
-
Bound result
|
|
769
|
-
Bound result
|
|
770
|
-
Bound result
|
|
771
|
-
Bound result
|
|
772
|
-
Bound result
|
|
773
|
-
Bound result
|
|
774
|
-
Bound result
|
|
775
|
-
Bound result
|
|
776
|
-
Bound result
|
|
777
|
-
Bound result
|
|
778
|
-
Bound result
|
|
779
|
-
Bound result
|
|
706
|
+
Bound result 703
|
|
707
|
+
Bound result 457455047
|
|
708
|
+
Bound result 239387
|
|
709
|
+
Bound result 140
|
|
710
|
+
Bound result 2519872883731242448268
|
|
711
|
+
Bound result 9900000000000000442526
|
|
712
|
+
Bound result 27
|
|
713
|
+
Bound result 6240
|
|
714
|
+
Bound result 9667
|
|
715
|
+
Bound result 9900000410049171399429
|
|
716
|
+
Bound result 9900000000000006967500
|
|
717
|
+
Bound result 5622
|
|
718
|
+
Bound result 3100
|
|
719
|
+
Bound result 33540518
|
|
720
|
+
Bound result 800627396
|
|
721
|
+
Bound result 425
|
|
722
|
+
Bound result 9900000002765127274623
|
|
723
|
+
Bound result 9900000000000199754392
|
|
724
|
+
Bound result 10
|
|
725
|
+
Bound result 3649
|
|
726
|
+
Bound result 9900000000000000918192
|
|
727
|
+
Bound result 6914264337593535947489
|
|
728
|
+
Bound result 5141
|
|
729
|
+
Bound result 10
|
|
730
|
+
Bound result 9900000000000000000007
|
|
731
|
+
Bound result 7345066543504128490412
|
|
732
|
+
Bound result 5498
|
|
733
|
+
Bound result 12
|
|
734
|
+
Bound result 100000000000000000000
|
|
735
|
+
Bound result 9900000000000000066416
|
|
736
|
+
Bound result 13
|
|
737
|
+
Bound result 4845
|
|
738
|
+
Bound result 6914264337593535947488
|
|
739
|
+
Bound result 9198622265605461154065
|
|
740
|
+
Bound result 10
|
|
741
|
+
Bound result 395
|
|
742
|
+
Bound result 9900000000000000008460
|
|
743
|
+
Bound result 9900000000000000000853
|
|
744
|
+
Bound result 3686
|
|
745
|
+
Bound result 221
|
|
780
746
|
|
|
781
747
|
[PASS] invariant_PristineIdUntouched() (runs: 256, calls: 3840, reverts: 0)
|
|
782
748
|
|
|
783
749
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
784
750
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
785
751
|
+======================================================================================+
|
|
786
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
752
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 506 | 0 | 0 |
|
|
787
753
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
788
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
754
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 591 | 0 | 0 |
|
|
789
755
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
790
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
756
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 546 | 0 | 0 |
|
|
791
757
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
792
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
758
|
+
| RateLimiterRBACUpgradeableHandler | setState | 518 | 0 | 0 |
|
|
793
759
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
794
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
760
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 605 | 0 | 0 |
|
|
795
761
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
796
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
762
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 525 | 0 | 0 |
|
|
797
763
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
798
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
764
|
+
| RateLimiterRBACUpgradeableHandler | warp | 549 | 0 | 0 |
|
|
799
765
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
800
766
|
|
|
801
767
|
Logs:
|
|
802
|
-
Bound result
|
|
803
|
-
Bound result
|
|
804
|
-
Bound result
|
|
805
|
-
Bound result
|
|
806
|
-
Bound result
|
|
807
|
-
Bound result
|
|
808
|
-
Bound result
|
|
809
|
-
Bound result
|
|
810
|
-
Bound result
|
|
811
|
-
Bound result
|
|
812
|
-
Bound result
|
|
813
|
-
Bound result
|
|
814
|
-
Bound result
|
|
815
|
-
Bound result
|
|
816
|
-
Bound result
|
|
817
|
-
Bound result
|
|
818
|
-
Bound result
|
|
819
|
-
Bound result
|
|
820
|
-
Bound result
|
|
821
|
-
Bound result
|
|
822
|
-
Bound result 6914264337593535947491
|
|
768
|
+
Bound result 1961229132548949
|
|
769
|
+
Bound result 9900000000000000000081
|
|
770
|
+
Bound result 9900000000000000000756
|
|
771
|
+
Bound result 2034
|
|
772
|
+
Bound result 5404
|
|
773
|
+
Bound result 9900000000000119774529
|
|
774
|
+
Bound result 1232538659258885977784
|
|
775
|
+
Bound result 11
|
|
776
|
+
Bound result 15
|
|
777
|
+
Bound result 4425838632303874730446
|
|
778
|
+
Bound result 12
|
|
779
|
+
Bound result 106722676
|
|
780
|
+
Bound result 0
|
|
781
|
+
Bound result 2293517444
|
|
782
|
+
Bound result 6720
|
|
783
|
+
Bound result 1
|
|
784
|
+
Bound result 1199
|
|
785
|
+
Bound result 6389
|
|
786
|
+
Bound result 625761769
|
|
787
|
+
Bound result 0
|
|
823
788
|
Bound result 29
|
|
824
|
-
Bound result
|
|
789
|
+
Bound result 9900000000000000006349
|
|
790
|
+
Bound result 9900000000000000009844
|
|
791
|
+
Bound result 258
|
|
792
|
+
Bound result 733
|
|
825
793
|
|
|
826
794
|
[PASS] invariant_RevertConsistency() (runs: 256, calls: 3840, reverts: 0)
|
|
827
795
|
|
|
828
796
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
829
797
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
830
798
|
+======================================================================================+
|
|
831
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
799
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 521 | 0 | 0 |
|
|
832
800
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
833
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
801
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 546 | 0 | 0 |
|
|
834
802
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
835
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
803
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 516 | 0 | 0 |
|
|
836
804
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
837
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
805
|
+
| RateLimiterRBACUpgradeableHandler | setState | 553 | 0 | 0 |
|
|
838
806
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
839
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
807
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 600 | 0 | 0 |
|
|
840
808
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
841
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
809
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 546 | 0 | 0 |
|
|
842
810
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
843
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
811
|
+
| RateLimiterRBACUpgradeableHandler | warp | 558 | 0 | 0 |
|
|
844
812
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
845
813
|
|
|
846
814
|
Logs:
|
|
847
|
-
Bound result
|
|
848
|
-
Bound result
|
|
849
|
-
Bound result 100000000000000000000
|
|
850
|
-
Bound result 9998
|
|
851
|
-
Bound result 9300
|
|
852
|
-
Bound result 9388
|
|
853
|
-
Bound result 2544
|
|
854
|
-
Bound result 0
|
|
855
|
-
Bound result 9900000002147620972234
|
|
856
|
-
Bound result 9900000000000000000417
|
|
857
|
-
Bound result 6241
|
|
858
|
-
Bound result 1309
|
|
859
|
-
Bound result 542
|
|
860
|
-
Bound result 18870501204219449971006
|
|
861
|
-
Bound result 225569
|
|
815
|
+
Bound result 3157992578248926462
|
|
816
|
+
Bound result 4731
|
|
862
817
|
Bound result 3
|
|
818
|
+
Bound result 9900000000000000003483
|
|
819
|
+
Bound result 9900000000000000000418
|
|
820
|
+
Bound result 5632
|
|
821
|
+
Bound result 7551
|
|
822
|
+
Bound result 15699894110165045297865
|
|
823
|
+
Bound result 2179129468859501004481
|
|
824
|
+
Bound result 2642311176727772131649
|
|
825
|
+
Bound result 288
|
|
826
|
+
Bound result 9996
|
|
863
827
|
Bound result 1
|
|
864
|
-
Bound result
|
|
865
|
-
Bound result
|
|
866
|
-
Bound result
|
|
828
|
+
Bound result 537
|
|
829
|
+
Bound result 7713648161366203881373
|
|
830
|
+
Bound result 9900296591568597210262
|
|
831
|
+
Bound result 1847
|
|
832
|
+
Bound result 1402
|
|
833
|
+
Bound result 9900000000000000005594
|
|
834
|
+
Bound result 9900000000000000000235
|
|
835
|
+
Bound result 532
|
|
836
|
+
Bound result 3094
|
|
837
|
+
|
|
838
|
+
Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 1.04s (6.03s CPU time)
|
|
867
839
|
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
Ran 8 tests for test/RateLimiterRBACUpgradeableInvariant.t.sol:RateLimiterRBACUpgradeableInvariantTest
|
|
840
|
+
Ran 8 tests for test/RateLimiterRBACUpgradeableInvariant.t.sol:RateLimiterRBACUpgradeableInvariantGlobalStateTest
|
|
871
841
|
[PASS] invariant_AvailableConsistent() (runs: 256, calls: 3840, reverts: 0)
|
|
872
842
|
|
|
873
843
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
874
844
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
875
845
|
+======================================================================================+
|
|
876
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
846
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 571 | 0 | 0 |
|
|
877
847
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
878
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
848
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 539 | 0 | 0 |
|
|
879
849
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
880
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
850
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 525 | 0 | 0 |
|
|
881
851
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
882
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
852
|
+
| RateLimiterRBACUpgradeableHandler | setState | 536 | 0 | 0 |
|
|
883
853
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
884
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
854
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 546 | 0 | 0 |
|
|
885
855
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
886
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
856
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 549 | 0 | 0 |
|
|
887
857
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
888
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
858
|
+
| RateLimiterRBACUpgradeableHandler | warp | 574 | 0 | 0 |
|
|
889
859
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
890
860
|
|
|
891
861
|
Logs:
|
|
892
|
-
Bound result
|
|
893
|
-
Bound result
|
|
894
|
-
Bound result
|
|
895
|
-
Bound result
|
|
896
|
-
Bound result
|
|
897
|
-
Bound result
|
|
898
|
-
Bound result
|
|
899
|
-
Bound result
|
|
900
|
-
Bound result
|
|
901
|
-
Bound result
|
|
902
|
-
Bound result
|
|
903
|
-
Bound result
|
|
904
|
-
Bound result 9456905736582705805
|
|
905
|
-
Bound result 13591879461
|
|
906
|
-
Bound result 1115511093974316443714
|
|
907
|
-
Bound result 489
|
|
908
|
-
Bound result 9900007096987149084627
|
|
909
|
-
Bound result 9900000000001032493803
|
|
910
|
-
Bound result 497
|
|
911
|
-
Bound result 30
|
|
912
|
-
Bound result 7431
|
|
913
|
-
Bound result 3482
|
|
914
|
-
Bound result 63
|
|
915
|
-
Bound result 14033297352986617913003
|
|
916
|
-
Bound result 77326629676205
|
|
862
|
+
Bound result 27
|
|
863
|
+
Bound result 9734
|
|
864
|
+
Bound result 714
|
|
865
|
+
Bound result 11
|
|
866
|
+
Bound result 4236
|
|
867
|
+
Bound result 6979
|
|
868
|
+
Bound result 105
|
|
869
|
+
Bound result 102
|
|
870
|
+
Bound result 9900003245595099148928
|
|
871
|
+
Bound result 9900000000000013133329
|
|
872
|
+
Bound result 27
|
|
873
|
+
Bound result 465
|
|
917
874
|
|
|
918
875
|
[PASS] invariant_ConfigBitmapConsistency() (runs: 256, calls: 3840, reverts: 0)
|
|
919
876
|
|
|
920
877
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
921
878
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
922
879
|
+======================================================================================+
|
|
923
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
880
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 591 | 0 | 0 |
|
|
924
881
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
925
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
882
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 556 | 0 | 0 |
|
|
926
883
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
927
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
884
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 536 | 0 | 0 |
|
|
928
885
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
929
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
886
|
+
| RateLimiterRBACUpgradeableHandler | setState | 548 | 0 | 0 |
|
|
930
887
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
931
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
888
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 552 | 0 | 0 |
|
|
932
889
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
933
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
890
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 526 | 0 | 0 |
|
|
934
891
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
935
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
892
|
+
| RateLimiterRBACUpgradeableHandler | warp | 531 | 0 | 0 |
|
|
936
893
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
937
894
|
|
|
938
895
|
Logs:
|
|
939
|
-
Bound result
|
|
940
|
-
Bound result
|
|
941
|
-
Bound result
|
|
896
|
+
Bound result 65280
|
|
897
|
+
Bound result 9900000000000120126173
|
|
898
|
+
Bound result 9900000000000000001171
|
|
899
|
+
Bound result 2960
|
|
900
|
+
Bound result 4426
|
|
901
|
+
Bound result 270312519555443886110
|
|
902
|
+
Bound result 3807
|
|
903
|
+
Bound result 100000000000000000001
|
|
904
|
+
Bound result 9900000000000763600052
|
|
905
|
+
Bound result 7469
|
|
906
|
+
Bound result 411
|
|
907
|
+
Bound result 121462477567911657780
|
|
908
|
+
Bound result 9900000000000000000088
|
|
909
|
+
Bound result 10000
|
|
910
|
+
Bound result 7248
|
|
942
911
|
Bound result 1
|
|
943
|
-
Bound result
|
|
944
|
-
Bound result
|
|
945
|
-
Bound result
|
|
946
|
-
Bound result
|
|
947
|
-
Bound result 514264337593504336254
|
|
912
|
+
Bound result 5094812242021750
|
|
913
|
+
Bound result 2103086232
|
|
914
|
+
Bound result 185140673550199688892
|
|
915
|
+
Bound result 23301205766463
|
|
948
916
|
Bound result 0
|
|
949
|
-
Bound result
|
|
950
|
-
Bound result
|
|
951
|
-
Bound result
|
|
952
|
-
Bound result
|
|
953
|
-
Bound result
|
|
954
|
-
Bound result
|
|
955
|
-
Bound result
|
|
956
|
-
Bound result
|
|
957
|
-
Bound result 8247
|
|
958
|
-
Bound result 12
|
|
917
|
+
Bound result 9900000000012734545336
|
|
918
|
+
Bound result 100000000000000000003
|
|
919
|
+
Bound result 815
|
|
920
|
+
Bound result 805
|
|
921
|
+
Bound result 56931251788476
|
|
922
|
+
Bound result 114264337590770964648
|
|
923
|
+
Bound result 1
|
|
924
|
+
Bound result 3695152416
|
|
959
925
|
|
|
960
926
|
[PASS] invariant_ConfigConsistency() (runs: 256, calls: 3840, reverts: 0)
|
|
961
927
|
|
|
962
928
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
963
929
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
964
930
|
+======================================================================================+
|
|
965
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
931
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 550 | 0 | 0 |
|
|
966
932
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
967
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
933
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 566 | 0 | 0 |
|
|
968
934
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
969
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
935
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 531 | 0 | 0 |
|
|
970
936
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
971
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
937
|
+
| RateLimiterRBACUpgradeableHandler | setState | 565 | 0 | 0 |
|
|
972
938
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
973
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
939
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 533 | 0 | 0 |
|
|
974
940
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
975
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
941
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 537 | 0 | 0 |
|
|
976
942
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
977
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
943
|
+
| RateLimiterRBACUpgradeableHandler | warp | 558 | 0 | 0 |
|
|
978
944
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
979
945
|
|
|
980
946
|
Logs:
|
|
981
|
-
Bound result
|
|
982
|
-
Bound result
|
|
983
|
-
Bound result
|
|
984
|
-
Bound result
|
|
985
|
-
Bound result
|
|
986
|
-
Bound result
|
|
987
|
-
Bound result
|
|
988
|
-
Bound result
|
|
989
|
-
Bound result
|
|
990
|
-
Bound result
|
|
991
|
-
Bound result
|
|
992
|
-
Bound result
|
|
993
|
-
Bound result
|
|
994
|
-
Bound result
|
|
995
|
-
Bound result
|
|
996
|
-
Bound result
|
|
997
|
-
Bound result
|
|
998
|
-
Bound result
|
|
999
|
-
Bound result
|
|
1000
|
-
Bound result
|
|
1001
|
-
Bound result
|
|
1002
|
-
Bound result 1972430923601754067877
|
|
1003
|
-
Bound result 10
|
|
1004
|
-
Bound result 6001
|
|
947
|
+
Bound result 17285014442880500
|
|
948
|
+
Bound result 3964
|
|
949
|
+
Bound result 1958
|
|
950
|
+
Bound result 9388
|
|
951
|
+
Bound result 5881
|
|
952
|
+
Bound result 418
|
|
953
|
+
Bound result 9900000000000000001577
|
|
954
|
+
Bound result 9900000000000000003663
|
|
955
|
+
Bound result 4175
|
|
956
|
+
Bound result 5679
|
|
957
|
+
Bound result 100000000000000000002
|
|
958
|
+
Bound result 9900000000000000011643
|
|
959
|
+
Bound result 13
|
|
960
|
+
Bound result 7295
|
|
961
|
+
Bound result 12578
|
|
962
|
+
Bound result 4256
|
|
963
|
+
Bound result 1376
|
|
964
|
+
Bound result 9900000020740148075182
|
|
965
|
+
Bound result 9900000000000000002125
|
|
966
|
+
Bound result 6400
|
|
967
|
+
Bound result 848
|
|
1005
968
|
|
|
1006
969
|
[PASS] invariant_ExemptionConsistency() (runs: 256, calls: 3840, reverts: 0)
|
|
1007
970
|
|
|
1008
971
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
1009
972
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
1010
973
|
+======================================================================================+
|
|
1011
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
974
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 555 | 0 | 0 |
|
|
1012
975
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1013
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
976
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 557 | 0 | 0 |
|
|
1014
977
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1015
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
978
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 554 | 0 | 0 |
|
|
1016
979
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1017
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
980
|
+
| RateLimiterRBACUpgradeableHandler | setState | 530 | 0 | 0 |
|
|
1018
981
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1019
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
982
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 544 | 0 | 0 |
|
|
1020
983
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1021
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
984
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 544 | 0 | 0 |
|
|
1022
985
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1023
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
986
|
+
| RateLimiterRBACUpgradeableHandler | warp | 556 | 0 | 0 |
|
|
1024
987
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
1025
988
|
|
|
1026
989
|
Logs:
|
|
1027
|
-
Bound result
|
|
1028
|
-
Bound result
|
|
1029
|
-
Bound result
|
|
1030
|
-
Bound result
|
|
1031
|
-
Bound result
|
|
1032
|
-
Bound result
|
|
1033
|
-
Bound result
|
|
1034
|
-
Bound result
|
|
1035
|
-
Bound result
|
|
1036
|
-
Bound result
|
|
1037
|
-
Bound result
|
|
1038
|
-
Bound result
|
|
1039
|
-
Bound result
|
|
1040
|
-
Bound result
|
|
1041
|
-
Bound result
|
|
1042
|
-
Bound result
|
|
1043
|
-
Bound result 6241
|
|
1044
|
-
Bound result 2590
|
|
1045
|
-
Bound result 452777887
|
|
1046
|
-
Bound result 1
|
|
1047
|
-
Bound result 1
|
|
1048
|
-
Bound result 3362395015160
|
|
1049
|
-
Bound result 887609337669933140682
|
|
1050
|
-
Bound result 1
|
|
1051
|
-
Bound result 320048802512520584725
|
|
1052
|
-
Bound result 9900027880653097152688
|
|
1053
|
-
Bound result 9900016822727333249033
|
|
1054
|
-
Bound result 8996
|
|
1055
|
-
Bound result 6239
|
|
990
|
+
Bound result 9900000000000000000926
|
|
991
|
+
Bound result 9953286136514201383853
|
|
992
|
+
Bound result 19
|
|
993
|
+
Bound result 11
|
|
994
|
+
Bound result 5806
|
|
995
|
+
Bound result 9900004343286786227703
|
|
996
|
+
Bound result 9900000000000000000235
|
|
997
|
+
Bound result 11
|
|
998
|
+
Bound result 9662
|
|
999
|
+
Bound result 3614
|
|
1000
|
+
Bound result 6494
|
|
1001
|
+
Bound result 7940
|
|
1002
|
+
Bound result 9900000000000000006805
|
|
1003
|
+
Bound result 9900000000000000004113
|
|
1004
|
+
Bound result 908
|
|
1005
|
+
Bound result 9471
|
|
1056
1006
|
|
|
1057
1007
|
[PASS] invariant_GhostConsistency() (runs: 256, calls: 3840, reverts: 0)
|
|
1058
1008
|
|
|
1059
1009
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
1060
1010
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
1061
1011
|
+======================================================================================+
|
|
1062
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
1012
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 538 | 0 | 0 |
|
|
1063
1013
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1064
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
1014
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 536 | 0 | 0 |
|
|
1065
1015
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1066
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
1016
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 542 | 0 | 0 |
|
|
1067
1017
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1068
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
1018
|
+
| RateLimiterRBACUpgradeableHandler | setState | 552 | 0 | 0 |
|
|
1069
1019
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1070
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
1020
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 570 | 0 | 0 |
|
|
1071
1021
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1072
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
1022
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 568 | 0 | 0 |
|
|
1073
1023
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1074
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
1024
|
+
| RateLimiterRBACUpgradeableHandler | warp | 534 | 0 | 0 |
|
|
1075
1025
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
1076
1026
|
|
|
1077
1027
|
Logs:
|
|
1078
|
-
Bound result
|
|
1079
|
-
Bound result
|
|
1080
|
-
Bound result
|
|
1081
|
-
Bound result
|
|
1082
|
-
Bound result
|
|
1083
|
-
Bound result
|
|
1084
|
-
Bound result
|
|
1085
|
-
Bound result
|
|
1086
|
-
Bound result
|
|
1087
|
-
Bound result
|
|
1088
|
-
Bound result
|
|
1089
|
-
Bound result
|
|
1090
|
-
Bound result
|
|
1028
|
+
Bound result 8031
|
|
1029
|
+
Bound result 177453533256140836264
|
|
1030
|
+
Bound result 2
|
|
1031
|
+
Bound result 1
|
|
1032
|
+
Bound result 9900000000000000000133
|
|
1033
|
+
Bound result 9900000000000000010911
|
|
1034
|
+
Bound result 6115
|
|
1035
|
+
Bound result 881
|
|
1036
|
+
Bound result 289
|
|
1037
|
+
Bound result 15992557683573110829912
|
|
1038
|
+
Bound result 1789660162463978503
|
|
1039
|
+
Bound result 357094980
|
|
1040
|
+
Bound result 1478
|
|
1041
|
+
Bound result 0
|
|
1042
|
+
Bound result 951749114430530716242
|
|
1043
|
+
Bound result 525434489160389738734
|
|
1044
|
+
Bound result 13
|
|
1045
|
+
Bound result 11
|
|
1091
1046
|
Bound result 1
|
|
1047
|
+
Bound result 6
|
|
1092
1048
|
|
|
1093
1049
|
[PASS] invariant_LastUpdatedNotFuture() (runs: 256, calls: 3840, reverts: 0)
|
|
1094
1050
|
|
|
1095
1051
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
1096
1052
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
1097
1053
|
+======================================================================================+
|
|
1098
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
1054
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 559 | 0 | 0 |
|
|
1099
1055
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1100
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
1056
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 488 | 0 | 0 |
|
|
1101
1057
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1102
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
1058
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 555 | 0 | 0 |
|
|
1103
1059
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1104
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
1060
|
+
| RateLimiterRBACUpgradeableHandler | setState | 580 | 0 | 0 |
|
|
1105
1061
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1106
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
1062
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 537 | 0 | 0 |
|
|
1107
1063
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1108
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
1064
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 572 | 0 | 0 |
|
|
1109
1065
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1110
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
1066
|
+
| RateLimiterRBACUpgradeableHandler | warp | 549 | 0 | 0 |
|
|
1111
1067
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
1112
1068
|
|
|
1113
1069
|
Logs:
|
|
1114
|
-
Bound result
|
|
1115
|
-
Bound result
|
|
1070
|
+
Bound result 514264337593504336252
|
|
1071
|
+
Bound result 481052639417998575726
|
|
1072
|
+
Bound result 1
|
|
1073
|
+
Bound result 514264337593504336251
|
|
1074
|
+
Bound result 373117577947864591893
|
|
1116
1075
|
Bound result 1
|
|
1117
|
-
Bound result
|
|
1118
|
-
Bound result
|
|
1119
|
-
Bound result
|
|
1120
|
-
Bound result
|
|
1121
|
-
Bound result
|
|
1122
|
-
Bound result
|
|
1123
|
-
Bound result
|
|
1124
|
-
Bound result
|
|
1125
|
-
Bound result
|
|
1126
|
-
Bound result
|
|
1127
|
-
Bound result
|
|
1128
|
-
Bound result
|
|
1129
|
-
Bound result
|
|
1130
|
-
Bound result
|
|
1131
|
-
Bound result
|
|
1132
|
-
Bound result
|
|
1133
|
-
Bound result
|
|
1076
|
+
Bound result 1497
|
|
1077
|
+
Bound result 2080
|
|
1078
|
+
Bound result 0
|
|
1079
|
+
Bound result 8194
|
|
1080
|
+
Bound result 8244
|
|
1081
|
+
Bound result 0
|
|
1082
|
+
Bound result 411
|
|
1083
|
+
Bound result 5223
|
|
1084
|
+
Bound result 2957397981
|
|
1085
|
+
Bound result 0
|
|
1086
|
+
Bound result 17
|
|
1087
|
+
Bound result 9900000000000000001326
|
|
1088
|
+
Bound result 9900000000000000008302
|
|
1089
|
+
Bound result 3027
|
|
1090
|
+
Bound result 1545
|
|
1091
|
+
Bound result 2664
|
|
1092
|
+
Bound result 13851300968658145989971
|
|
1093
|
+
Bound result 9900000000000000000561
|
|
1094
|
+
Bound result 9900000000000008287629
|
|
1095
|
+
Bound result 12
|
|
1096
|
+
Bound result 6048
|
|
1134
1097
|
|
|
1135
1098
|
[PASS] invariant_PristineIdUntouched() (runs: 256, calls: 3840, reverts: 0)
|
|
1136
1099
|
|
|
1137
1100
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
1138
1101
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
1139
1102
|
+======================================================================================+
|
|
1140
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
1103
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 528 | 0 | 0 |
|
|
1141
1104
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1142
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
1105
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 551 | 0 | 0 |
|
|
1143
1106
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1144
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
1107
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 550 | 0 | 0 |
|
|
1145
1108
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1146
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
1109
|
+
| RateLimiterRBACUpgradeableHandler | setState | 537 | 0 | 0 |
|
|
1147
1110
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1148
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
1111
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 572 | 0 | 0 |
|
|
1149
1112
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1150
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
1113
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 573 | 0 | 0 |
|
|
1151
1114
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1152
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
1115
|
+
| RateLimiterRBACUpgradeableHandler | warp | 529 | 0 | 0 |
|
|
1153
1116
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
1154
1117
|
|
|
1155
1118
|
Logs:
|
|
1156
|
-
Bound result
|
|
1157
|
-
Bound result
|
|
1158
|
-
Bound result
|
|
1159
|
-
Bound result
|
|
1160
|
-
Bound result
|
|
1161
|
-
Bound result
|
|
1162
|
-
Bound result
|
|
1163
|
-
Bound result
|
|
1164
|
-
Bound result
|
|
1165
|
-
Bound result
|
|
1166
|
-
Bound result
|
|
1167
|
-
Bound result
|
|
1168
|
-
Bound result
|
|
1169
|
-
Bound result
|
|
1170
|
-
Bound result
|
|
1171
|
-
Bound result
|
|
1172
|
-
Bound result
|
|
1173
|
-
Bound result
|
|
1174
|
-
Bound result
|
|
1175
|
-
Bound result
|
|
1176
|
-
Bound result
|
|
1177
|
-
Bound result
|
|
1178
|
-
Bound result
|
|
1179
|
-
Bound result
|
|
1180
|
-
Bound result
|
|
1181
|
-
Bound result
|
|
1119
|
+
Bound result 254967
|
|
1120
|
+
Bound result 6608878579253505647
|
|
1121
|
+
Bound result 0
|
|
1122
|
+
Bound result 1884
|
|
1123
|
+
Bound result 7910
|
|
1124
|
+
Bound result 4201
|
|
1125
|
+
Bound result 8943
|
|
1126
|
+
Bound result 555
|
|
1127
|
+
Bound result 408
|
|
1128
|
+
Bound result 784
|
|
1129
|
+
Bound result 851
|
|
1130
|
+
Bound result 46456375252667235
|
|
1131
|
+
Bound result 508
|
|
1132
|
+
Bound result 9900000000000000008591
|
|
1133
|
+
Bound result 9900000000000350726091
|
|
1134
|
+
Bound result 1201
|
|
1135
|
+
Bound result 916
|
|
1136
|
+
Bound result 336
|
|
1137
|
+
Bound result 9827
|
|
1138
|
+
Bound result 626
|
|
1139
|
+
Bound result 528
|
|
1140
|
+
Bound result 8418
|
|
1141
|
+
Bound result 18873567282814835862184
|
|
1142
|
+
Bound result 1077
|
|
1143
|
+
Bound result 9900000016980404243728
|
|
1144
|
+
Bound result 100000000000000000001
|
|
1145
|
+
Bound result 12
|
|
1146
|
+
Bound result 6689
|
|
1182
1147
|
|
|
1183
1148
|
[PASS] invariant_RevertConsistency() (runs: 256, calls: 3840, reverts: 0)
|
|
1184
1149
|
|
|
1185
1150
|
╭-----------------------------------+---------------------+-------+---------+----------╮
|
|
1186
1151
|
| Contract | Selector | Calls | Reverts | Discards |
|
|
1187
1152
|
+======================================================================================+
|
|
1188
|
-
| RateLimiterRBACUpgradeableHandler | inflow |
|
|
1153
|
+
| RateLimiterRBACUpgradeableHandler | inflow | 538 | 0 | 0 |
|
|
1189
1154
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1190
|
-
| RateLimiterRBACUpgradeableHandler | outflow |
|
|
1155
|
+
| RateLimiterRBACUpgradeableHandler | outflow | 577 | 0 | 0 |
|
|
1191
1156
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1192
|
-
| RateLimiterRBACUpgradeableHandler | setConfig |
|
|
1157
|
+
| RateLimiterRBACUpgradeableHandler | setConfig | 549 | 0 | 0 |
|
|
1193
1158
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1194
|
-
| RateLimiterRBACUpgradeableHandler | setState |
|
|
1159
|
+
| RateLimiterRBACUpgradeableHandler | setState | 540 | 0 | 0 |
|
|
1195
1160
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1196
|
-
| RateLimiterRBACUpgradeableHandler | toggleExemption |
|
|
1161
|
+
| RateLimiterRBACUpgradeableHandler | toggleExemption | 548 | 0 | 0 |
|
|
1197
1162
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1198
|
-
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable |
|
|
1163
|
+
| RateLimiterRBACUpgradeableHandler | toggleGlobalDisable | 558 | 0 | 0 |
|
|
1199
1164
|
|-----------------------------------+---------------------+-------+---------+----------|
|
|
1200
|
-
| RateLimiterRBACUpgradeableHandler | warp |
|
|
1165
|
+
| RateLimiterRBACUpgradeableHandler | warp | 530 | 0 | 0 |
|
|
1201
1166
|
╰-----------------------------------+---------------------+-------+---------+----------╯
|
|
1202
1167
|
|
|
1203
1168
|
Logs:
|
|
1204
|
-
Bound result
|
|
1205
|
-
Bound result
|
|
1206
|
-
Bound result
|
|
1207
|
-
Bound result
|
|
1208
|
-
Bound result
|
|
1209
|
-
Bound result
|
|
1210
|
-
Bound result
|
|
1211
|
-
Bound result
|
|
1169
|
+
Bound result 1389
|
|
1170
|
+
Bound result 9270579923892996857576
|
|
1171
|
+
Bound result 9900000000000000011079
|
|
1172
|
+
Bound result 7521
|
|
1173
|
+
Bound result 7600
|
|
1174
|
+
Bound result 5093313890
|
|
1175
|
+
Bound result 13149595474
|
|
1176
|
+
Bound result 371610
|
|
1177
|
+
Bound result 984
|
|
1178
|
+
Bound result 8809417495435341343876
|
|
1179
|
+
Bound result 9806
|
|
1212
1180
|
Bound result 100000000000000000000
|
|
1213
|
-
Bound result
|
|
1214
|
-
Bound result
|
|
1215
|
-
Bound result
|
|
1216
|
-
Bound result
|
|
1217
|
-
Bound result
|
|
1218
|
-
Bound result
|
|
1219
|
-
Bound result
|
|
1220
|
-
Bound result
|
|
1221
|
-
Bound result
|
|
1222
|
-
Bound result
|
|
1223
|
-
Bound result
|
|
1224
|
-
|
|
1225
|
-
Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 1.
|
|
1181
|
+
Bound result 6914264337593535947488
|
|
1182
|
+
Bound result 3776
|
|
1183
|
+
Bound result 1876
|
|
1184
|
+
Bound result 1936
|
|
1185
|
+
Bound result 43960581054121
|
|
1186
|
+
Bound result 13633769491721782954832
|
|
1187
|
+
Bound result 135
|
|
1188
|
+
Bound result 1967
|
|
1189
|
+
Bound result 5213
|
|
1190
|
+
Bound result 1394
|
|
1191
|
+
Bound result 7394
|
|
1192
|
+
|
|
1193
|
+
Suite result: ok. 8 passed; 0 failed; 0 skipped; finished in 1.15s (6.56s CPU time)
|
|
1226
1194
|
|
|
1227
|
-
Ran
|
|
1228
|
-
[PASS] test_assertNotPaused_Revert_DefaultPaused() (gas:
|
|
1229
|
-
[PASS] test_assertNotPaused_Revert_SpecificPaused() (gas:
|
|
1230
|
-
[PASS] test_assertNotPaused_Success() (gas:
|
|
1231
|
-
[PASS] test_defaultPause_AffectsMultipleIDs() (gas:
|
|
1232
|
-
[PASS] test_defaultPaused_InitialState() (gas:
|
|
1233
|
-
[PASS] test_initialize_Revert_AlreadyInitialized() (gas:
|
|
1234
|
-
[PASS] test_isPaused_Default() (gas:
|
|
1235
|
-
[PASS] test_isPaused_InitialState() (gas:
|
|
1236
|
-
[PASS] test_isPaused_MultipleIDs() (gas:
|
|
1237
|
-
[PASS] test_isPaused_Override() (gas:
|
|
1238
|
-
[PASS] test_isPaused_Specific() (gas:
|
|
1239
|
-
[PASS] test_isPaused_SpecificDisabled() (gas:
|
|
1240
|
-
[PASS] test_pauseConfig() (gas:
|
|
1241
|
-
[PASS]
|
|
1242
|
-
[PASS]
|
|
1243
|
-
[PASS]
|
|
1244
|
-
[PASS]
|
|
1245
|
-
[PASS]
|
|
1246
|
-
[PASS]
|
|
1247
|
-
[PASS]
|
|
1248
|
-
[PASS]
|
|
1249
|
-
[PASS]
|
|
1250
|
-
[PASS]
|
|
1251
|
-
[PASS]
|
|
1252
|
-
[PASS]
|
|
1253
|
-
[PASS]
|
|
1254
|
-
[PASS]
|
|
1255
|
-
[PASS]
|
|
1256
|
-
[PASS]
|
|
1257
|
-
[PASS]
|
|
1258
|
-
[PASS]
|
|
1259
|
-
|
|
1195
|
+
Ran 47 tests for test/PauseByIDRBACUpgradeable.t.sol:PauseByIDRBACUpgradeableTest
|
|
1196
|
+
[PASS] test_assertNotPaused_Revert_DefaultPaused() (gas: 43478)
|
|
1197
|
+
[PASS] test_assertNotPaused_Revert_SpecificPaused() (gas: 46209)
|
|
1198
|
+
[PASS] test_assertNotPaused_Success() (gas: 14891)
|
|
1199
|
+
[PASS] test_defaultPause_AffectsMultipleIDs() (gas: 55680)
|
|
1200
|
+
[PASS] test_defaultPaused_InitialState() (gas: 15572)
|
|
1201
|
+
[PASS] test_initialize_Revert_AlreadyInitialized() (gas: 18031)
|
|
1202
|
+
[PASS] test_isPaused_Default() (gas: 47316)
|
|
1203
|
+
[PASS] test_isPaused_InitialState() (gas: 22172)
|
|
1204
|
+
[PASS] test_isPaused_MultipleIDs() (gas: 80142)
|
|
1205
|
+
[PASS] test_isPaused_Override() (gas: 75171)
|
|
1206
|
+
[PASS] test_isPaused_Specific() (gas: 50105)
|
|
1207
|
+
[PASS] test_isPaused_SpecificDisabled() (gas: 55561)
|
|
1208
|
+
[PASS] test_pauseConfig() (gas: 51028)
|
|
1209
|
+
[PASS] test_roleManagement_grantAndRevoke() (gas: 172245)
|
|
1210
|
+
[PASS] test_setDefaultPaused() (gas: 42196)
|
|
1211
|
+
[PASS] test_setDefaultPaused_Fuzz(bool) (runs: 1000, μ: 30659, ~: 42446)
|
|
1212
|
+
[PASS] test_setDefaultPaused_Idempotent_InitialState_Reverts() (gas: 20523)
|
|
1213
|
+
[PASS] test_setDefaultPaused_Idempotent_Reverts() (gas: 41737)
|
|
1214
|
+
[PASS] test_setDefaultPaused_Revert_Unauthorized() (gas: 20560)
|
|
1215
|
+
[PASS] test_setDefaultPaused_Success() (gas: 40744)
|
|
1216
|
+
[PASS] test_setPaused() (gas: 48361)
|
|
1217
|
+
[PASS] test_setPaused_DormantData() (gas: 295234)
|
|
1218
|
+
[PASS] test_setPaused_EmptyArray() (gas: 15702)
|
|
1219
|
+
[PASS] test_setPaused_EmptyArrayWithUnpauserRole() (gas: 100683)
|
|
1220
|
+
[PASS] test_setPaused_Fuzz(uint256,bool,bool) (runs: 1000, μ: 44087, ~: 48696)
|
|
1221
|
+
[PASS] test_setPaused_Fuzz_EffectiveStateRoleCheck(bool,bool,bool) (runs: 1000, μ: 223100, ~: 216804)
|
|
1222
|
+
[PASS] test_setPaused_Revert_EmptyArrayUnauthorized() (gas: 23131)
|
|
1223
|
+
[PASS] test_setPaused_Revert_MixedBatchWithDisabledConfigs_NeedsBothRoles() (gas: 132176)
|
|
1224
|
+
[PASS] test_setPaused_Revert_PauserCannotCauseEffectiveUnpause() (gas: 107518)
|
|
1225
|
+
[PASS] test_setPaused_Revert_Unauthorized() (gas: 24037)
|
|
1226
|
+
[PASS] test_setPaused_Revert_UnpauserCannotCauseEffectivePause() (gas: 130805)
|
|
1227
|
+
[PASS] test_setPaused_Success() (gas: 45897)
|
|
1228
|
+
[PASS] test_setPaused_Success_Batch() (gas: 345312)
|
|
1229
|
+
[PASS] test_setPaused_Success_EdgeCase_IDMaxUint256() (gas: 45858)
|
|
1230
|
+
[PASS] test_setPaused_Success_EdgeCase_IDZero() (gas: 45875)
|
|
1231
|
+
[PASS] test_setPaused_Success_MixedBatchWithDisabledConfigs_BothRoles() (gas: 241273)
|
|
1232
|
+
[PASS] test_setPaused_Success_PauserCanSetDisabledWhenDefaultPaused() (gas: 133457)
|
|
1233
|
+
[PASS] test_setPaused_Success_Toggle() (gas: 58022)
|
|
1234
|
+
[PASS] test_setPaused_Success_UnpauserCanSetDisabledWhenDefaultUnpaused() (gas: 130070)
|
|
1235
|
+
[PASS] test_specificOverridesDefault_Fuzz(bool,bool) (runs: 1000, μ: 62591, ~: 73465)
|
|
1236
|
+
[PASS] test_storageHash() (gas: 3392)
|
|
1237
|
+
[PASS] test_whenNotPaused_Revert_DefaultPaused() (gas: 47171)
|
|
1238
|
+
[PASS] test_whenNotPaused_Revert_SpecificPaused() (gas: 49932)
|
|
1239
|
+
[PASS] test_whenNotPaused_Success() (gas: 41299)
|
|
1240
|
+
[PASS] test_whenNotPaused_Success_SpecificUnpaused() (gas: 94341)
|
|
1241
|
+
[PASS] test_whenNotPaused_WithReturnValue() (gas: 17859)
|
|
1242
|
+
[PASS] test_whenNotPaused_WithReturnValue_Reverts() (gas: 46165)
|
|
1243
|
+
Suite result: ok. 47 passed; 0 failed; 0 skipped; finished in 1.15s (657.70ms CPU time)
|
|
1244
|
+
|
|
1245
|
+
Ran 29 tests for test/AllowlistBaseUpgradeable.t.sol:AllowlistBaseUpgradeableTest
|
|
1246
|
+
[PASS] test_SwitchModes_PreservesState() (gas: 186406)
|
|
1247
|
+
[PASS] test_constructor_InitialMode() (gas: 15578)
|
|
1248
|
+
[PASS] test_constructor_InitializeWhitelist() (gas: 1372960)
|
|
1249
|
+
[PASS] test_isAllowlisted_Blacklist_Blacklisted() (gas: 122675)
|
|
1250
|
+
[PASS] test_isAllowlisted_Blacklist_NotBlacklisted() (gas: 42920)
|
|
1251
|
+
[PASS] test_isAllowlisted_Fuzz_Blacklist_Blacklisted(address) (runs: 1000, μ: 110088, ~: 110088)
|
|
1252
|
+
[PASS] test_isAllowlisted_Fuzz_Blacklist_NotBlacklisted(address) (runs: 1000, μ: 40990, ~: 40990)
|
|
1253
|
+
[PASS] test_isAllowlisted_Fuzz_Open(address) (runs: 1000, μ: 15761, ~: 15761)
|
|
1254
|
+
[PASS] test_isAllowlisted_Fuzz_Whitelist_NotWhitelisted(address) (runs: 1000, μ: 41054, ~: 41054)
|
|
1255
|
+
[PASS] test_isAllowlisted_Fuzz_Whitelist_Whitelisted(address) (runs: 1000, μ: 110030, ~: 110030)
|
|
1256
|
+
[PASS] test_isAllowlisted_Open_AllAllowed() (gas: 25813)
|
|
1257
|
+
[PASS] test_isAllowlisted_Whitelist_NotWhitelisted() (gas: 42962)
|
|
1258
|
+
[PASS] test_isAllowlisted_Whitelist_Whitelisted() (gas: 122528)
|
|
1259
|
+
[PASS] test_onlyAllowlisted_Blacklist_RevertIfBlacklisted() (gas: 121851)
|
|
1260
|
+
[PASS] test_onlyAllowlisted_Open_AllAllowed() (gas: 22626)
|
|
1261
|
+
[PASS] test_onlyAllowlisted_Whitelist_RevertIfNotWhitelisted() (gas: 119712)
|
|
1262
|
+
[PASS] test_setBlacklisted_EmptyArray() (gas: 10967)
|
|
1263
|
+
[PASS] test_setBlacklisted_MultipleUsers() (gas: 168334)
|
|
1264
|
+
[PASS] test_setBlacklisted_RemoveFromBlacklist() (gas: 95066)
|
|
1265
|
+
[PASS] test_setBlacklisted_Revert_AlreadyBlacklisted() (gas: 119566)
|
|
1266
|
+
[PASS] test_setMode_Blacklist() (gas: 40021)
|
|
1267
|
+
[PASS] test_setMode_MultipleChanges() (gas: 39734)
|
|
1268
|
+
[PASS] test_setMode_RevertSameMode() (gas: 45674)
|
|
1269
|
+
[PASS] test_setMode_Whitelist() (gas: 40108)
|
|
1270
|
+
[PASS] test_setWhitelisted_EmptyArray() (gas: 10878)
|
|
1271
|
+
[PASS] test_setWhitelisted_MultipleUsers() (gas: 168133)
|
|
1272
|
+
[PASS] test_setWhitelisted_RemoveFromWhitelist() (gas: 94878)
|
|
1273
|
+
[PASS] test_setWhitelisted_Revert_AlreadyWhitelisted() (gas: 119358)
|
|
1274
|
+
[PASS] test_storageHash() (gas: 3458)
|
|
1275
|
+
Suite result: ok. 29 passed; 0 failed; 0 skipped; finished in 5.71s (406.94ms CPU time)
|
|
1260
1276
|
|
|
1261
1277
|
Ran 36 tests for test/EnumerableSetPagination.t.sol:EnumerableSetPaginationTest
|
|
1262
1278
|
[PASS] test_address_paginate_AfterRemovingElements() (gas: 1136937)
|
|
1263
1279
|
[PASS] test_address_paginate_EmptySet() (gas: 277856)
|
|
1264
|
-
[PASS] test_address_paginate_Fuzz(uint256,uint256) (runs: 1000, μ:
|
|
1280
|
+
[PASS] test_address_paginate_Fuzz(uint256,uint256) (runs: 1000, μ: 819253, ~: 270308)
|
|
1265
1281
|
[PASS] test_address_paginate_LargeSet() (gas: 465360224)
|
|
1266
1282
|
[PASS] test_address_paginate_LimitExceedsRemaining() (gas: 25775)
|
|
1267
1283
|
[PASS] test_address_paginate_LimitExceedsTotal() (gas: 2837493)
|
|
@@ -1274,12 +1290,12 @@ Ran 36 tests for test/EnumerableSetPagination.t.sol:EnumerableSetPaginationTest
|
|
|
1274
1290
|
[PASS] test_address_paginate_OffsetZero() (gas: 45775)
|
|
1275
1291
|
[PASS] test_address_paginate_SequentialPagesCompleteSet() (gas: 3517742)
|
|
1276
1292
|
[PASS] test_address_paginate_SingleElement() (gas: 344858)
|
|
1277
|
-
[PASS] test_address_paginate_VaryingSize_Fuzz(uint8,uint256,uint256) (runs: 1000, μ:
|
|
1293
|
+
[PASS] test_address_paginate_VaryingSize_Fuzz(uint8,uint256,uint256) (runs: 1000, μ: 11145806, ~: 10355998)
|
|
1278
1294
|
[PASS] test_address_property_ConsecutivePagesNoOverlap() (gas: 297)
|
|
1279
1295
|
[PASS] test_address_property_ReturnedLengthNeverExceedsLimit() (gas: 934858)
|
|
1280
1296
|
[PASS] test_uint_paginate_AfterRemovingElements() (gas: 1121055)
|
|
1281
1297
|
[PASS] test_uint_paginate_EmptySet() (gas: 266762)
|
|
1282
|
-
[PASS] test_uint_paginate_Fuzz(uint256,uint256) (runs: 1000, μ:
|
|
1298
|
+
[PASS] test_uint_paginate_Fuzz(uint256,uint256) (runs: 1000, μ: 733362, ~: 171458)
|
|
1283
1299
|
[PASS] test_uint_paginate_LargeSet() (gas: 463783795)
|
|
1284
1300
|
[PASS] test_uint_paginate_LimitExceedsRemaining() (gas: 25408)
|
|
1285
1301
|
[PASS] test_uint_paginate_LimitExceedsTotal() (gas: 2748514)
|
|
@@ -1292,10 +1308,10 @@ Ran 36 tests for test/EnumerableSetPagination.t.sol:EnumerableSetPaginationTest
|
|
|
1292
1308
|
[PASS] test_uint_paginate_OffsetZero() (gas: 44650)
|
|
1293
1309
|
[PASS] test_uint_paginate_SequentialPagesCompleteSet() (gas: 3410721)
|
|
1294
1310
|
[PASS] test_uint_paginate_SingleElement() (gas: 333617)
|
|
1295
|
-
[PASS] test_uint_paginate_VaryingSize_Fuzz(uint8,uint256,uint256) (runs: 1000, μ:
|
|
1311
|
+
[PASS] test_uint_paginate_VaryingSize_Fuzz(uint8,uint256,uint256) (runs: 1000, μ: 11184806, ~: 10478726)
|
|
1296
1312
|
[PASS] test_uint_property_ConsecutivePagesNoOverlap() (gas: 3063089)
|
|
1297
1313
|
[PASS] test_uint_property_ReturnedLengthNeverExceedsLimit() (gas: 896521)
|
|
1298
|
-
Suite result: ok. 36 passed; 0 failed; 0 skipped; finished in
|
|
1314
|
+
Suite result: ok. 36 passed; 0 failed; 0 skipped; finished in 5.73s (14.76s CPU time)
|
|
1299
1315
|
|
|
1300
|
-
Ran 17 test suites in
|
|
1301
|
-
⏳ forge test:
|
|
1316
|
+
Ran 17 test suites in 5.75s (20.11s CPU time): 412 tests passed, 0 failed, 0 skipped (412 total tests)
|
|
1317
|
+
⏳ forge test: 16.064s
|