-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gas-snapshot
67 lines (67 loc) · 5.88 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
63
64
65
66
67
SerpentorBravoTest:testCanSubmitProposal(uint256) (runs: 256, μ: 727385, ~: 727385)
SerpentorBravoTest:testCannotCancelProposalIfProposerIsAboveThreshold(uint256,address,address) (runs: 256, μ: 726520, ~: 726520)
SerpentorBravoTest:testCannotCancelWhitelistedProposerBelowThreshold(uint256,uint256,address) (runs: 256, μ: 756802, ~: 758513)
SerpentorBravoTest:testCannotExecuteProposalIfNotQueued() (gas: 720712)
SerpentorBravoTest:testCannotProposeBelowThreshold(uint256) (runs: 256, μ: 224431, ~: 224432)
SerpentorBravoTest:testCannotProposeIfLastProposalIsActive(uint256) (runs: 256, μ: 794013, ~: 794013)
SerpentorBravoTest:testCannotProposeIfLastProposalIsPending(uint256) (runs: 256, μ: 791696, ~: 791696)
SerpentorBravoTest:testCannotProposeTooManyActions(uint256,uint8) (runs: 256, μ: 174743, ~: 174708)
SerpentorBravoTest:testCannotProposeZeroActions(uint256) (runs: 256, μ: 222629, ~: 222630)
SerpentorBravoTest:testCannotQueueProposalIfNotSucceeded() (gas: 738405)
SerpentorBravoTest:testCannotSetProposalThresholdOutsideRange(uint32) (runs: 256, μ: 13974, ~: 13967)
SerpentorBravoTest:testCannotSetVotingDelayOutsideRange(address,uint32) (runs: 256, μ: 16124, ~: 16127)
SerpentorBravoTest:testCannotSetVotingPeriodOutsideRange(address,uint32) (runs: 256, μ: 16634, ~: 16640)
SerpentorBravoTest:testCannotSetWhitelistedAccount(address,uint256) (runs: 256, μ: 17540, ~: 17540)
SerpentorBravoTest:testCannotVoteMoreThanOnce(uint256,address,uint8) (runs: 256, μ: 763453, ~: 773024)
SerpentorBravoTest:testCannotVoteOnInactiveProposal(uint256,address,uint8) (runs: 256, μ: 714631, ~: 714631)
SerpentorBravoTest:testCannotVoteWithInvalidOption(uint256,address,uint8) (runs: 256, μ: 716891, ~: 716891)
SerpentorBravoTest:testGetAction() (gas: 734654)
SerpentorBravoTest:testOnlyPendingQueenCanAcceptThrone(address) (runs: 256, μ: 39324, ~: 39308)
SerpentorBravoTest:testRandomAcctCannotSetNewKnight(address) (runs: 256, μ: 14376, ~: 14376)
SerpentorBravoTest:testRandomAcctCannotSetNewQueen(address) (runs: 256, μ: 14234, ~: 14234)
SerpentorBravoTest:testRandomAcctCannotSetProposalThreshold(address,uint256) (runs: 256, μ: 15205, ~: 15205)
SerpentorBravoTest:testRandomAcctCannotSetVotingDelay(address,uint256) (runs: 256, μ: 14604, ~: 14604)
SerpentorBravoTest:testRandomAcctCannotSetVotingPeriod(address,uint256) (runs: 256, μ: 14627, ~: 14627)
SerpentorBravoTest:testRandomAcctCannotTakeOverThrone(address) (runs: 256, μ: 14281, ~: 14281)
SerpentorBravoTest:testSetNewKnight(address) (runs: 256, μ: 24775, ~: 24775)
SerpentorBravoTest:testSetWhitelistedAccountAsKnight(address,uint256) (runs: 256, μ: 43666, ~: 43666)
SerpentorBravoTest:testSetWhitelistedAccountAsQueen(address,uint256) (runs: 256, μ: 41591, ~: 41591)
SerpentorBravoTest:testSetup() (gas: 83869)
SerpentorBravoTest:testShouldCancelProposalIfProposerIsBelowThreshold(uint256,uint256,address,address) (runs: 256, μ: 821841, ~: 823785)
SerpentorBravoTest:testShouldCancelQueuedProposal(address[7]) (runs: 256, μ: 2291565, ~: 2291476)
SerpentorBravoTest:testShouldCancelWhenSenderIsProposerAndProposalActive(uint256,address) (runs: 256, μ: 787143, ~: 787143)
SerpentorBravoTest:testShouldCancelWhitelistedProposerBelowThresholdAsKnight(uint256,uint256) (runs: 256, μ: 822444, ~: 825010)
SerpentorBravoTest:testShouldComputeDomainSeparatorCorrectly() (gas: 8804)
SerpentorBravoTest:testShouldExecuteQueuedProposal(address[7]) (runs: 256, μ: 2496754, ~: 2496665)
SerpentorBravoTest:testShouldHandleProposalDefeatedCorrectly(address[7]) (runs: 256, μ: 2073726, ~: 2073638)
SerpentorBravoTest:testShouldQueueProposal(address[7]) (runs: 256, μ: 2267303, ~: 2267215)
SerpentorBravoTest:testShouldRevertExecutionIfTrxReverts(address[7]) (runs: 256, μ: 2327075, ~: 2326986)
SerpentorBravoTest:testShouldSetProposalThreshold(uint256) (runs: 256, μ: 23370, ~: 23414)
SerpentorBravoTest:testShouldSetVotingDelay(address,uint256) (runs: 256, μ: 26049, ~: 26049)
SerpentorBravoTest:testShouldSetVotingPeriod(address,uint256) (runs: 256, μ: 25992, ~: 26003)
SerpentorBravoTest:testShouldVote(uint256,address,uint8) (runs: 256, μ: 902352, ~: 912156)
SerpentorBravoTest:testShouldVoteBySig(uint256,uint8,uint248) (runs: 256, μ: 919104, ~: 928831)
SerpentorBravoTest:testShouldVoteWithReason(uint256,address,uint8) (runs: 256, μ: 903783, ~: 913587)
TimelockTest:testCannotExecNonExistingTrx() (gas: 59863)
TimelockTest:testCannotExecQueuedTrxAfterGracePeriod(uint256) (runs: 256, μ: 58678, ~: 58678)
TimelockTest:testCannotExecQueuedTrxBeforeETA() (gas: 57320)
TimelockTest:testDelayCannotBeAboveMax(uint256) (runs: 256, μ: 9483, ~: 9483)
TimelockTest:testDelayCannotBeBelowMinimum(uint256) (runs: 256, μ: 9361, ~: 9361)
TimelockTest:testOnlyPendingQueenCanAcceptThrone() (gas: 31741)
TimelockTest:testOnlySelfCanSetDelay(uint256) (runs: 256, μ: 19650, ~: 19650)
TimelockTest:testQueueTrxEtaCannotBeInvalid() (gas: 18952)
TimelockTest:testRandomAcctCannotCancelQueueTrx(address) (runs: 256, μ: 17434, ~: 17434)
TimelockTest:testRandomAcctCannotExecQueuedTrx(address) (runs: 256, μ: 56403, ~: 56403)
TimelockTest:testRandomAcctCannotQueueTrx(address) (runs: 256, μ: 17477, ~: 17477)
TimelockTest:testRandomAcctCannotSetDelay(address) (runs: 256, μ: 9449, ~: 9449)
TimelockTest:testRandomAcctCannotSetNewQueen(address) (runs: 256, μ: 9824, ~: 9824)
TimelockTest:testRandomAcctCannotTakeOverThrone(address) (runs: 256, μ: 13975, ~: 13975)
TimelockTest:testRandomAcctCantExecQueuedTrx(address) (runs: 256, μ: 17462, ~: 17462)
TimelockTest:testSetup() (gas: 16130)
TimelockTest:testShouldCancelQueuedTrx() (gas: 48198)
TimelockTest:testShouldExecQueuedTrxCorrectly() (gas: 64946)
TimelockTest:testShouldExecQueuedTrxWithCallerEthTransferCorrectly() (gas: 99300)
TimelockTest:testShouldExecQueuedTrxWithSignatureCorrectly() (gas: 65311)
TimelockTest:testShouldExecQueuedTrxWithTimelockEthTransferCorrectly() (gas: 93128)
TimelockTest:testShouldQueueTrx() (gas: 54829)
TimelockTest:testTimelockCanReceiveEther() (gas: 15267)