-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gas-snapshot
62 lines (62 loc) · 4.28 KB
/
.gas-snapshot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
HatsSignerGateFactoryTest:testCanAttachHSGToSafeReturnsFalseWithModule() (gas: 705917)
HatsSignerGateFactoryTest:testCanAttachHSGToSafeReturnsFalseWithUnsafeSignerCounts() (gas: 772217)
HatsSignerGateFactoryTest:testCanAttachHSGToSafeReturnsTrue() (gas: 660642)
HatsSignerGateFactoryTest:testCannotDeployHSGToSafeWithExistingModules() (gas: 416795)
HatsSignerGateFactoryTest:testCannotReinitializeHSGSingleton() (gas: 27996)
HatsSignerGateFactoryTest:testDeployFactory() (gas: 27002)
HatsSignerGateFactoryTest:testDeployHatsSignerGate() (gas: 685309)
HatsSignerGateFactoryTest:testDeployHatsSignersGateAndSafe() (gas: 739109)
HatsSignerGateTest:testAddSingleSigner() (gas: 124739)
HatsSignerGateTest:testAddThreeSigners() (gas: 270909)
HatsSignerGateTest:testAddTooManySigners() (gas: 438764)
HatsSignerGateTest:testAttackOnMaxSigner2Fails() (gas: 639001)
HatsSignerGateTest:testAttackOnMaxSignerFails() (gas: 496066)
HatsSignerGateTest:testAttackerCannotExploitSigHandlingDifferences() (gas: 746840)
HatsSignerGateTest:testCanClaimToReplaceInvalidSignerAtMaxSigner() (gas: 449376)
HatsSignerGateTest:testCanRemoveInvalidSigner1() (gas: 117157)
HatsSignerGateTest:testCanRemoveInvalidSignerAfterReconcile2Signers() (gas: 208130)
HatsSignerGateTest:testCanRemoveInvalidSignerAfterReconcile3PLusSigners() (gas: 284517)
HatsSignerGateTest:testCanRemoveInvalidSignerWhenMultipleSigners() (gas: 189512)
HatsSignerGateTest:testCannotCallCheckAfterExecutionFromNonSafe() (gas: 13307)
HatsSignerGateTest:testCannotCallCheckTransactionFromNonSafe() (gas: 15066)
HatsSignerGateTest:testCannotClaimSignerIfNoInvalidSigners() (gas: 448351)
HatsSignerGateTest:testCannotDecreaseThreshold() (gas: 588873)
HatsSignerGateTest:testCannotDisableGuard() (gas: 514194)
HatsSignerGateTest:testCannotDisableModule() (gas: 532910)
HatsSignerGateTest:testCannotIncreaseThreshold() (gas: 588848)
HatsSignerGateTest:testCannotRemoveValidSigner() (gas: 126447)
HatsSignerGateTest:testClaimSigner() (gas: 116709)
HatsSignerGateTest:testExecByLessThanMinThresholdReverts() (gas: 365575)
HatsSignerGateTest:testExecTxByHatWearers() (gas: 710354)
HatsSignerGateTest:testExecTxByNonHatWearersReverts() (gas: 635066)
HatsSignerGateTest:testExecTxByTooFewOwnersReverts() (gas: 280263)
HatsSignerGateTest:testNonHatWearerCannotClaimSigner() (gas: 51436)
HatsSignerGateTest:testNonOwnerCannotSetMinThreshold() (gas: 24810)
HatsSignerGateTest:testNonOwnerHatWearerCannotSetTargetThreshold() (gas: 37068)
HatsSignerGateTest:testOwnerClaimSignerReverts() (gas: 196834)
HatsSignerGateTest:testRemoveSignerCorrectlyUpdates() (gas: 406391)
HatsSignerGateTest:testSetInvalidMinThreshold() (gas: 23498)
HatsSignerGateTest:testSetMinThreshold() (gas: 58199)
HatsSignerGateTest:testSetTargetThreshold() (gas: 132499)
HatsSignerGateTest:testSetTargetThreshold3of4() (gas: 348934)
HatsSignerGateTest:testSetTargetThreshold4of4() (gas: 348917)
HatsSignerGateTest:testSetTargetThresholdUpdatesThresholdCorrectly() (gas: 429651)
HatsSignerGateTest:testSetTargetTresholdCannotSetBelowMinThreshold() (gas: 25621)
HatsSignerGateTest:testSignersCannotAddNewModules() (gas: 558228)
HatsSignerGateTest:testSignersCannotAddOwners() (gas: 624944)
HatsSignerGateTest:testSignersCannotReenterCheckTransactionToAddOwners() (gas: 660279)
HatsSignerGateTest:testSignersCannotRemoveOwners() (gas: 597613)
HatsSignerGateTest:testSignersCannotSwapOwners() (gas: 627440)
HatsSignerGateTest:testTargetSigAttackFails() (gas: 732130)
HatsSignerGateTest:testValidSignersCanClaimAfterLastMaxSignerLosesHat() (gas: 458272)
HatsSignerGateTest:testValidSignersCanClaimAfterMaxSignerLosesHat() (gas: 448577)
HatsSignerGateTest:test_Multi_AddSingleSigner() (gas: 129793)
HatsSignerGateTest:test_Multi_AddTwoSigners_DifferentHats() (gas: 211275)
HatsSignerGateTest:test_Multi_CanRemoveInvalidSigner1() (gas: 130354)
HatsSignerGateTest:test_Multi_CannotRemoveValidSigner() (gas: 139623)
HatsSignerGateTest:test_Multi_ExecTxByHatWearers() (gas: 725864)
HatsSignerGateTest:test_Multi_ExecTxByNonHatWearersReverts() (gas: 652771)
HatsSignerGateTest:test_Multi_NonHatWearerCannotClaimSigner(uint256) (runs: 256, μ: 54284, ~: 54284)
HatsSignerGateTest:test_Multi_NonOwnerCannotAddSignerHats() (gas: 23776)
HatsSignerGateTest:test_Multi_OwnerCanAddSignerHats(uint256) (runs: 256, μ: 250710, ~: 73535)
HatsSignerGateTest:test_Multi_OwnerCanAddSignerHats1() (gas: 50332)