@layerzerolabs/utils-upgradeable-evm-contracts 0.2.119 → 0.2.121
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-lint.log +224 -1
- package/.turbo/turbo-test.log +730 -786
- package/foundry.toml +1 -1
- package/package.json +7 -7
package/.turbo/turbo-lint.log
CHANGED
|
@@ -488,4 +488,227 @@ test/FeeHandlerBaseUpgradeable.t.sol
|
|
|
488
488
|
20:5 warning Missing @notice tag in function 'setFeeDeposit' use-natspec
|
|
489
489
|
20:5 warning Missing @param tag in function 'setFeeDeposit' use-natspec
|
|
490
490
|
20:5 warning Mismatch in @param names for function 'setFeeDeposit'. Expected: [_feeDeposit], Found: [] use-natspec
|
|
491
|
-
25:1 warning Missing @title tag in contract '
|
|
491
|
+
25:1 warning Missing @title tag in contract 'FeeHandlerBaseUpgradeableTestCommon' use-natspec
|
|
492
|
+
25:1 warning Missing @author tag in contract 'FeeHandlerBaseUpgradeableTestCommon' use-natspec
|
|
493
|
+
25:1 warning Missing @notice tag in contract 'FeeHandlerBaseUpgradeableTestCommon' use-natspec
|
|
494
|
+
26:5 warning Missing @notice tag in variable 'feeHandlerHelper' use-natspec
|
|
495
|
+
28:5 warning Explicitly mark visibility of state state-visibility
|
|
496
|
+
29:5 warning Explicitly mark visibility of state state-visibility
|
|
497
|
+
31:5 warning Missing @notice tag in function 'setUp' use-natspec
|
|
498
|
+
35:5 warning Missing @notice tag in function '_deployFeeHandlerHelper' use-natspec
|
|
499
|
+
35:5 warning Missing @return tag in function '_deployFeeHandlerHelper' use-natspec
|
|
500
|
+
35:5 warning Mismatch in @return count for function '_deployFeeHandlerHelper'. Expected: 1, Found: 0 use-natspec
|
|
501
|
+
37:5 warning Missing @notice tag in function 'test_feeDeposit' use-natspec
|
|
502
|
+
41:5 warning Missing @notice tag in function 'test_setFeeDeposit' use-natspec
|
|
503
|
+
49:5 warning Missing @notice tag in function 'test_setFeeDeposit_Revert_ZeroAddress' use-natspec
|
|
504
|
+
54:5 warning Missing @notice tag in function 'test_setFeeDeposit_Fuzz' use-natspec
|
|
505
|
+
54:5 warning Missing @param tag in function 'test_setFeeDeposit_Fuzz' use-natspec
|
|
506
|
+
54:5 warning Mismatch in @param names for function 'test_setFeeDeposit_Fuzz'. Expected: [_newDeposit], Found: [] use-natspec
|
|
507
|
+
60:5 warning Missing @notice tag in function 'test_storageHash' use-natspec
|
|
508
|
+
67:1 warning Missing @title tag in contract 'FeeHandlerBaseUpgradeableTest' use-natspec
|
|
509
|
+
67:1 warning Missing @author tag in contract 'FeeHandlerBaseUpgradeableTest' use-natspec
|
|
510
|
+
67:1 warning Missing @notice tag in contract 'FeeHandlerBaseUpgradeableTest' use-natspec
|
|
511
|
+
68:5 warning Missing @notice tag in function '_deployFeeHandlerHelper' use-natspec
|
|
512
|
+
68:5 warning Missing @return tag in function '_deployFeeHandlerHelper' use-natspec
|
|
513
|
+
68:5 warning Mismatch in @return count for function '_deployFeeHandlerHelper'. Expected: 1, Found: 0 use-natspec
|
|
514
|
+
|
|
515
|
+
test/FeeHandlerRBACUpgradeable.t.sol
|
|
516
|
+
2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
|
|
517
|
+
9:1 warning Missing @title tag in contract 'FeeHandlerRBACUpgradeableMock' use-natspec
|
|
518
|
+
9:1 warning Missing @author tag in contract 'FeeHandlerRBACUpgradeableMock' use-natspec
|
|
519
|
+
9:1 warning Missing @notice tag in contract 'FeeHandlerRBACUpgradeableMock' use-natspec
|
|
520
|
+
10:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
521
|
+
14:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
522
|
+
14:5 warning Missing @param tag in function 'initialize' use-natspec
|
|
523
|
+
14:5 warning Mismatch in @param names for function 'initialize'. Expected: [_initialAdmin, _feeDeposit], Found: [] use-natspec
|
|
524
|
+
20:1 warning Missing @title tag in contract 'FeeHandlerRBACUpgradeableTest' use-natspec
|
|
525
|
+
20:1 warning Missing @author tag in contract 'FeeHandlerRBACUpgradeableTest' use-natspec
|
|
526
|
+
20:1 warning Missing @notice tag in contract 'FeeHandlerRBACUpgradeableTest' use-natspec
|
|
527
|
+
21:5 warning Explicitly mark visibility of state state-visibility
|
|
528
|
+
23:5 warning Missing @notice tag in function '_deployFeeHandlerHelper' use-natspec
|
|
529
|
+
23:5 warning Missing @return tag in function '_deployFeeHandlerHelper' use-natspec
|
|
530
|
+
23:5 warning Mismatch in @return count for function '_deployFeeHandlerHelper'. Expected: 1, Found: 0 use-natspec
|
|
531
|
+
34:5 warning Missing @notice tag in function 'test_setFeeDeposit_Revert_Unauthorized' use-natspec
|
|
532
|
+
|
|
533
|
+
test/PauseBaseUpgradeable.t.sol
|
|
534
|
+
2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
|
|
535
|
+
7:1 warning Import in test/PauseBaseUpgradeable.t.sol doesn't exist in: forge-std/Test.sol import-path-check
|
|
536
|
+
10:1 warning Missing @title tag in contract 'IPauseTestHelper' use-natspec
|
|
537
|
+
10:1 warning Missing @author tag in contract 'IPauseTestHelper' use-natspec
|
|
538
|
+
10:1 warning Missing @notice tag in contract 'IPauseTestHelper' use-natspec
|
|
539
|
+
11:5 warning Missing @notice tag in function 'pause' use-natspec
|
|
540
|
+
12:5 warning Missing @notice tag in function 'unpause' use-natspec
|
|
541
|
+
15:1 warning Missing @title tag in contract 'PauseBaseUpgradeableMock' use-natspec
|
|
542
|
+
15:1 warning Missing @author tag in contract 'PauseBaseUpgradeableMock' use-natspec
|
|
543
|
+
15:1 warning Missing @notice tag in contract 'PauseBaseUpgradeableMock' use-natspec
|
|
544
|
+
16:5 warning Missing @notice tag in variable 'callCount' use-natspec
|
|
545
|
+
18:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
546
|
+
22:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
547
|
+
22:46 warning Code contains empty blocks no-empty-blocks
|
|
548
|
+
24:5 warning Missing @notice tag in function 'pause' use-natspec
|
|
549
|
+
28:5 warning Missing @notice tag in function 'unpause' use-natspec
|
|
550
|
+
32:5 warning Missing @notice tag in function 'assertNotPaused' use-natspec
|
|
551
|
+
36:5 warning Missing @notice tag in function 'functionWithModifier' use-natspec
|
|
552
|
+
37:9 warning GC: For [ callCount ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
|
|
553
|
+
40:5 warning Missing @notice tag in function 'functionWithModifierReturns' use-natspec
|
|
554
|
+
40:5 warning Missing @return tag in function 'functionWithModifierReturns' use-natspec
|
|
555
|
+
40:5 warning Mismatch in @return count for function 'functionWithModifierReturns'. Expected: 1, Found: 0 use-natspec
|
|
556
|
+
45:1 warning Missing @title tag in contract 'PauseBaseUpgradeableTest' use-natspec
|
|
557
|
+
45:1 warning Missing @author tag in contract 'PauseBaseUpgradeableTest' use-natspec
|
|
558
|
+
45:1 warning Missing @notice tag in contract 'PauseBaseUpgradeableTest' use-natspec
|
|
559
|
+
46:5 warning Explicitly mark visibility of state state-visibility
|
|
560
|
+
48:5 warning Missing @notice tag in function 'setUp' use-natspec
|
|
561
|
+
58:5 warning Missing @notice tag in function 'test_storageHash' use-natspec
|
|
562
|
+
64:5 warning Missing @notice tag in function 'test_isPaused_InitialState' use-natspec
|
|
563
|
+
68:5 warning Missing @notice tag in function 'test_pause' use-natspec
|
|
564
|
+
76:5 warning Missing @notice tag in function 'test_unpause' use-natspec
|
|
565
|
+
87:5 warning Missing @notice tag in function 'test_setPaused_Fuzz' use-natspec
|
|
566
|
+
87:5 warning Missing @param tag in function 'test_setPaused_Fuzz' use-natspec
|
|
567
|
+
87:5 warning Mismatch in @param names for function 'test_setPaused_Fuzz'. Expected: [_paused], Found: [] use-natspec
|
|
568
|
+
100:5 warning Missing @notice tag in function 'test_setPaused_Success_ToggleMultipleTimes' use-natspec
|
|
569
|
+
119:5 warning Missing @notice tag in function 'test_assertNotPaused_Success' use-natspec
|
|
570
|
+
123:5 warning Missing @notice tag in function 'test_assertNotPaused_Revert_Paused' use-natspec
|
|
571
|
+
129:5 warning Missing @notice tag in function 'test_assertNotPaused_Fuzz' use-natspec
|
|
572
|
+
129:5 warning Missing @param tag in function 'test_assertNotPaused_Fuzz' use-natspec
|
|
573
|
+
129:5 warning Mismatch in @param names for function 'test_assertNotPaused_Fuzz'. Expected: [_paused], Found: [] use-natspec
|
|
574
|
+
142:5 warning Missing @notice tag in function 'test_initialize_Revert_AlreadyInitialized' use-natspec
|
|
575
|
+
147:5 warning Missing @notice tag in function 'test_setPaused_Idempotent_Reverts' use-natspec
|
|
576
|
+
154:5 warning Missing @notice tag in function 'test_setPaused_Idempotent_InitialState_Reverts' use-natspec
|
|
577
|
+
161:5 warning Missing @notice tag in function 'test_whenNotPaused_Success' use-natspec
|
|
578
|
+
167:5 warning Missing @notice tag in function 'test_whenNotPaused_Revert_Paused' use-natspec
|
|
579
|
+
177:5 warning Missing @notice tag in function 'test_whenNotPaused_Success_AfterUnpause' use-natspec
|
|
580
|
+
191:5 warning Missing @notice tag in function 'test_whenNotPaused_WithReturnValue' use-natspec
|
|
581
|
+
197:5 warning Missing @notice tag in function 'test_whenNotPaused_Revert_WithReturnValue' use-natspec
|
|
582
|
+
205:5 warning Missing @notice tag in function 'test_whenNotPaused_Fuzz' use-natspec
|
|
583
|
+
205:5 warning Missing @param tag in function 'test_whenNotPaused_Fuzz' use-natspec
|
|
584
|
+
205:5 warning Mismatch in @param names for function 'test_whenNotPaused_Fuzz'. Expected: [_paused], Found: [] use-natspec
|
|
585
|
+
222:5 warning Missing @notice tag in function 'test_whenNotPaused_Success_MultipleCalls' use-natspec
|
|
586
|
+
|
|
587
|
+
test/PauseByIDBaseUpgradeable.t.sol
|
|
588
|
+
2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
|
|
589
|
+
7:1 warning Import in test/PauseByIDBaseUpgradeable.t.sol doesn't exist in: forge-std/Test.sol import-path-check
|
|
590
|
+
11:1 warning Missing @title tag in contract 'IPauseByIDBaseMock' use-natspec
|
|
591
|
+
11:1 warning Missing @author tag in contract 'IPauseByIDBaseMock' use-natspec
|
|
592
|
+
11:1 warning Missing @notice tag in contract 'IPauseByIDBaseMock' use-natspec
|
|
593
|
+
12:5 warning Missing @notice tag in function 'setDefaultPaused' use-natspec
|
|
594
|
+
12:5 warning Missing @param tag in function 'setDefaultPaused' use-natspec
|
|
595
|
+
12:5 warning Mismatch in @param names for function 'setDefaultPaused'. Expected: [_paused], Found: [] use-natspec
|
|
596
|
+
13:5 warning Missing @notice tag in function 'setPaused' use-natspec
|
|
597
|
+
13:5 warning Missing @param tag in function 'setPaused' use-natspec
|
|
598
|
+
13:5 warning Mismatch in @param names for function 'setPaused'. Expected: [_params], Found: [] use-natspec
|
|
599
|
+
14:5 warning Missing @notice tag in function 'assertNotPaused' use-natspec
|
|
600
|
+
14:5 warning Missing @param tag in function 'assertNotPaused' use-natspec
|
|
601
|
+
14:5 warning Mismatch in @param names for function 'assertNotPaused'. Expected: [_id], Found: [] use-natspec
|
|
602
|
+
15:5 warning Missing @notice tag in function 'functionWithModifier' use-natspec
|
|
603
|
+
15:5 warning Missing @param tag in function 'functionWithModifier' use-natspec
|
|
604
|
+
15:5 warning Mismatch in @param names for function 'functionWithModifier'. Expected: [_id], Found: [] use-natspec
|
|
605
|
+
16:5 warning Missing @notice tag in function 'functionWithModifierReturns' use-natspec
|
|
606
|
+
16:5 warning Missing @param tag in function 'functionWithModifierReturns' use-natspec
|
|
607
|
+
16:5 warning Mismatch in @param names for function 'functionWithModifierReturns'. Expected: [_id], Found: [] use-natspec
|
|
608
|
+
16:5 warning Missing @return tag in function 'functionWithModifierReturns' use-natspec
|
|
609
|
+
16:5 warning Mismatch in @return count for function 'functionWithModifierReturns'. Expected: 1, Found: 0 use-natspec
|
|
610
|
+
17:5 warning Missing @notice tag in function 'callCount' use-natspec
|
|
611
|
+
17:5 warning Missing @return tag in function 'callCount' use-natspec
|
|
612
|
+
17:5 warning Mismatch in @return count for function 'callCount'. Expected: 1, Found: 0 use-natspec
|
|
613
|
+
20:1 warning Missing @title tag in contract 'PauseByIDBaseUpgradeableMock' use-natspec
|
|
614
|
+
20:1 warning Missing @author tag in contract 'PauseByIDBaseUpgradeableMock' use-natspec
|
|
615
|
+
20:1 warning Missing @notice tag in contract 'PauseByIDBaseUpgradeableMock' use-natspec
|
|
616
|
+
21:5 warning Missing @notice tag in variable 'callCount' use-natspec
|
|
617
|
+
23:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
618
|
+
27:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
619
|
+
27:46 warning Code contains empty blocks no-empty-blocks
|
|
620
|
+
29:5 warning Missing @notice tag in function 'setDefaultPaused' use-natspec
|
|
621
|
+
29:5 warning Missing @param tag in function 'setDefaultPaused' use-natspec
|
|
622
|
+
29:5 warning Mismatch in @param names for function 'setDefaultPaused'. Expected: [_paused], Found: [] use-natspec
|
|
623
|
+
33:5 warning Missing @notice tag in function 'setPaused' use-natspec
|
|
624
|
+
33:5 warning Missing @param tag in function 'setPaused' use-natspec
|
|
625
|
+
33:5 warning Mismatch in @param names for function 'setPaused'. Expected: [_params], Found: [] use-natspec
|
|
626
|
+
37:5 warning Missing @notice tag in function 'assertNotPaused' use-natspec
|
|
627
|
+
37:5 warning Missing @param tag in function 'assertNotPaused' use-natspec
|
|
628
|
+
37:5 warning Mismatch in @param names for function 'assertNotPaused'. Expected: [_id], Found: [] use-natspec
|
|
629
|
+
41:5 warning Missing @notice tag in function 'functionWithModifier' use-natspec
|
|
630
|
+
41:5 warning Missing @param tag in function 'functionWithModifier' use-natspec
|
|
631
|
+
41:5 warning Mismatch in @param names for function 'functionWithModifier'. Expected: [_id], Found: [] use-natspec
|
|
632
|
+
42:9 warning GC: For [ callCount ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
|
|
633
|
+
45:5 warning Missing @notice tag in function 'functionWithModifierReturns' use-natspec
|
|
634
|
+
45:5 warning Missing @param tag in function 'functionWithModifierReturns' use-natspec
|
|
635
|
+
45:5 warning Mismatch in @param names for function 'functionWithModifierReturns'. Expected: [_id], Found: [] use-natspec
|
|
636
|
+
45:5 warning Missing @return tag in function 'functionWithModifierReturns' use-natspec
|
|
637
|
+
45:5 warning Mismatch in @return count for function 'functionWithModifierReturns'. Expected: 1, Found: 0 use-natspec
|
|
638
|
+
50:1 warning Missing @title tag in contract 'PauseByIDBaseUpgradeableTest' use-natspec
|
|
639
|
+
50:1 warning Missing @author tag in contract 'PauseByIDBaseUpgradeableTest' use-natspec
|
|
640
|
+
50:1 warning Missing @notice tag in contract 'PauseByIDBaseUpgradeableTest' use-natspec
|
|
641
|
+
51:5 warning Explicitly mark visibility of state state-visibility
|
|
642
|
+
53:5 warning Explicitly mark visibility of state state-visibility
|
|
643
|
+
54:5 warning Explicitly mark visibility of state state-visibility
|
|
644
|
+
56:5 warning Missing @notice tag in function '_createPause' use-natspec
|
|
645
|
+
56:5 warning Missing @return tag in function '_createPause' use-natspec
|
|
646
|
+
56:5 warning Mismatch in @return count for function '_createPause'. Expected: 1, Found: 0 use-natspec
|
|
647
|
+
66:5 warning Missing @notice tag in function 'setUp' use-natspec
|
|
648
|
+
70:5 warning Missing @notice tag in function 'test_storageHash' use-natspec
|
|
649
|
+
76:5 warning Missing @notice tag in function 'test_defaultPaused_InitialState' use-natspec
|
|
650
|
+
80:5 warning Missing @notice tag in function 'test_isPaused_InitialState' use-natspec
|
|
651
|
+
85:5 warning Missing @notice tag in function 'test_setDefaultPaused' use-natspec
|
|
652
|
+
93:5 warning Missing @notice tag in function 'test_setDefaultPaused_Fuzz' use-natspec
|
|
653
|
+
93:5 warning Missing @param tag in function 'test_setDefaultPaused_Fuzz' use-natspec
|
|
654
|
+
93:5 warning Mismatch in @param names for function 'test_setDefaultPaused_Fuzz'. Expected: [_paused], Found: [] use-natspec
|
|
655
|
+
106:5 warning Missing @notice tag in function 'test_setPaused' use-natspec
|
|
656
|
+
119:5 warning Missing @notice tag in function 'test_setPaused_Fuzz' use-natspec
|
|
657
|
+
119:5 warning Missing @param tag in function 'test_setPaused_Fuzz' use-natspec
|
|
658
|
+
119:5 warning Mismatch in @param names for function 'test_setPaused_Fuzz'. Expected: [_id, _paused, _enabled], Found: [] use-natspec
|
|
659
|
+
132:5 warning Missing @notice tag in function 'test_setPaused_EmptyArray' use-natspec
|
|
660
|
+
137:5 warning Missing @notice tag in function 'test_isPaused_Default' use-natspec
|
|
661
|
+
143:5 warning Missing @notice tag in function 'test_isPaused_Specific' use-natspec
|
|
662
|
+
152:5 warning Missing @notice tag in function 'test_isPaused_SpecificDisabled' use-natspec
|
|
663
|
+
166:5 warning Missing @notice tag in function 'test_isPaused_Override' use-natspec
|
|
664
|
+
176:5 warning Missing @notice tag in function 'test_assertNotPaused_Success' use-natspec
|
|
665
|
+
180:5 warning Missing @notice tag in function 'test_assertNotPaused_Revert_DefaultPaused' use-natspec
|
|
666
|
+
186:5 warning Missing @notice tag in function 'test_assertNotPaused_Revert_SpecificPaused' use-natspec
|
|
667
|
+
194:5 warning Missing @notice tag in function 'test_pauseConfig' use-natspec
|
|
668
|
+
208:5 warning Missing @notice tag in function 'test_isPaused_MultipleIDs' use-natspec
|
|
669
|
+
219:5 warning Missing @notice tag in function 'test_setPaused_Success_Toggle' use-natspec
|
|
670
|
+
232:5 warning Missing @notice tag in function 'test_defaultPause_AffectsMultipleIDs' use-natspec
|
|
671
|
+
240:5 warning Missing @notice tag in function 'test_specificOverridesDefault_Fuzz' use-natspec
|
|
672
|
+
240:5 warning Missing @param tag in function 'test_specificOverridesDefault_Fuzz' use-natspec
|
|
673
|
+
240:5 warning Mismatch in @param names for function 'test_specificOverridesDefault_Fuzz'. Expected: [_defaultPaused, _specificPaused], Found: [] use-natspec
|
|
674
|
+
253:5 warning Missing @notice tag in function 'test_initialize_Revert_AlreadyInitialized' use-natspec
|
|
675
|
+
258:5 warning Missing @notice tag in function 'test_setPaused_Success_EdgeCase_IDZero' use-natspec
|
|
676
|
+
265:5 warning Missing @notice tag in function 'test_setPaused_Success_EdgeCase_IDMaxUint256' use-natspec
|
|
677
|
+
272:5 warning Missing @notice tag in function 'test_setDefaultPaused_Idempotent_Reverts' use-natspec
|
|
678
|
+
279:5 warning Missing @notice tag in function 'test_setDefaultPaused_Idempotent_InitialState_Reverts' use-natspec
|
|
679
|
+
288:5 warning Missing @notice tag in function 'test_whenNotPaused_Success' use-natspec
|
|
680
|
+
293:5 warning Missing @notice tag in function 'test_whenNotPaused_Revert_DefaultPaused' use-natspec
|
|
681
|
+
302:5 warning Missing @notice tag in function 'test_whenNotPaused_Revert_SpecificPaused' use-natspec
|
|
682
|
+
313:5 warning Missing @notice tag in function 'test_whenNotPaused_Success_SpecificUnpaused' use-natspec
|
|
683
|
+
324:5 warning Missing @notice tag in function 'test_whenNotPaused_WithReturnValue' use-natspec
|
|
684
|
+
329:5 warning Missing @notice tag in function 'test_whenNotPaused_WithReturnValue_Reverts' use-natspec
|
|
685
|
+
|
|
686
|
+
test/PauseByIDRBACUpgradeable.t.sol
|
|
687
|
+
2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
|
|
688
|
+
12:1 warning Missing @title tag in contract 'PauseByIDRBACUpgradeableMock' use-natspec
|
|
689
|
+
12:1 warning Missing @author tag in contract 'PauseByIDRBACUpgradeableMock' use-natspec
|
|
690
|
+
12:1 warning Missing @notice tag in contract 'PauseByIDRBACUpgradeableMock' use-natspec
|
|
691
|
+
13:5 warning Missing @notice tag in variable 'callCount' use-natspec
|
|
692
|
+
15:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
693
|
+
19:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
694
|
+
19:5 warning Missing @param tag in function 'initialize' use-natspec
|
|
695
|
+
19:5 warning Mismatch in @param names for function 'initialize'. Expected: [_initialAdmin], Found: [] use-natspec
|
|
696
|
+
25:5 warning Missing @notice tag in function 'assertNotPaused' use-natspec
|
|
697
|
+
25:5 warning Missing @param tag in function 'assertNotPaused' use-natspec
|
|
698
|
+
25:5 warning Mismatch in @param names for function 'assertNotPaused'. Expected: [_id], Found: [] use-natspec
|
|
699
|
+
29:5 warning Missing @notice tag in function 'functionWithModifier' use-natspec
|
|
700
|
+
29:5 warning Missing @param tag in function 'functionWithModifier' use-natspec
|
|
701
|
+
29:5 warning Mismatch in @param names for function 'functionWithModifier'. Expected: [_id], Found: [] use-natspec
|
|
702
|
+
30:9 warning GC: For [ callCount ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
|
|
703
|
+
33:5 warning Missing @notice tag in function 'functionWithModifierReturns' use-natspec
|
|
704
|
+
33:5 warning Missing @param tag in function 'functionWithModifierReturns' use-natspec
|
|
705
|
+
33:5 warning Mismatch in @param names for function 'functionWithModifierReturns'. Expected: [_id], Found: [] use-natspec
|
|
706
|
+
33:5 warning Missing @return tag in function 'functionWithModifierReturns' use-natspec
|
|
707
|
+
33:5 warning Mismatch in @return count for function 'functionWithModifierReturns'. Expected: 1, Found: 0 use-natspec
|
|
708
|
+
38:1 warning Missing @title tag in contract 'PauseByIDRBACUpgradeableTest' use-natspec
|
|
709
|
+
38:1 warning Missing @author tag in contract 'PauseByIDRBACUpgradeableTest' use-natspec
|
|
710
|
+
38:1 warning Missing @notice tag in contract 'PauseByIDRBACUpgradeableTest' use-natspec
|
|
711
|
+
39:5 warning Explicitly mark visibility of state state-visibility
|
|
712
|
+
40:5 warning Explicitly mark visibility of state state-visibility
|
|
713
|
+
42:5 warning Missing @notice tag in function '_createPause' use-natspec
|
|
714
|
+
42:5 warning Missing @return tag in function '_createPause' use-natspe
|