-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gas-snapshot
105 lines (105 loc) · 9.43 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
BalanceScaleTest:testFuzzE2E(bool) (runs: 256, μ: 1809681, ~: 861471)
CoordinatedTest:testFuzzCoordinatorCanCallPermissionedFunction(address) (runs: 256, μ: 260428, ~: 260428)
CoordinatedTest:testFuzzNonCoordinatorCannotCallPermissionedFunction(address) (runs: 256, μ: 6652103, ~: 6652103)
CoordinatorAllowlistSubscriptionTest:testCanDeliverResponseFromAllowedNode() (gas: 306223)
CoordinatorAllowlistSubscriptionTest:testCanDeliverResponseFromAllowedNodeAcrossIntervals() (gas: 480594)
CoordinatorAllowlistSubscriptionTest:testCanDeliverResponseFromNodeInAllowedIntervalsOnly() (gas: 1345032)
CoordinatorAllowlistSubscriptionTest:testFuzzAllowlistCanBeUpdated(address[],bool[]) (runs: 256, μ: 2505392, ~: 1651691)
CoordinatorAllowlistSubscriptionTest:testFuzzCannotDeliverResponseFromUnallowedNode(address) (runs: 256, μ: 186258, ~: 186258)
CoordinatorAllowlistSubscriptionTest:testInboxIsNotUpdatedOnUnallowedNodeFailedResponseDelivery() (gas: 360653)
CoordinatorAllowlistSubscriptionTest:testInitialAllowlistCorrectlySet() (gas: 20433)
CoordinatorCallbackTest:testCallbackDeliveryDoesNotStoreDataInInbox() (gas: 340384)
CoordinatorCallbackTest:testCanCreateCallback() (gas: 142471)
CoordinatorCallbackTest:testCanDeliverCallbackResponse() (gas: 352544)
CoordinatorCallbackTest:testCanDeliverCallbackResponseOnceAcrossTwoNodes() (gas: 521738)
CoordinatorCallbackTest:testCannotDeliverCallbackResponseFromSameNodeTwice() (gas: 337154)
CoordinatorCallbackTest:testFuzzCannotDeliverCallbackIfIncorrectInterval(uint32) (runs: 256, μ: 160921, ~: 160921)
CoordinatorEagerPaymentNoProofTest:testSubscriptionCanBeFulfilledAcrossIntervalsWithERC20Payment() (gas: 2182047)
CoordinatorEagerPaymentNoProofTest:testSubscriptionCanBeFulfilledWithERC20() (gas: 2040141)
CoordinatorEagerPaymentNoProofTest:testSubscriptionCanBeFulfilledWithETHPayment() (gas: 1909612)
CoordinatorEagerPaymentNoProofTest:testSubscriptionCannotBeFulfilledIfSpenderNoAllowance() (gas: 1758775)
CoordinatorEagerPaymentNoProofTest:testSubscriptionCannotBeFulfilledIfSpenderPartialAllowance() (gas: 1794423)
CoordinatorEagerPaymentNoProofTest:testSubscriptionCannotBeFulfilledWithInvalidNodeWalletProvenance() (gas: 1039804)
CoordinatorEagerPaymentNoProofTest:testSubscriptionCannotBeFulfilledWithInvalidWalletProvenance() (gas: 1746781)
CoordinatorEagerPaymentProofTest:testSubscriptionCannotBeFulfilledIfNodeNotApprovedToSpendFromWallet() (gas: 2047547)
CoordinatorEagerPaymentProofTest:testSubscriptionCannotBeFulfilledIfNodeWalletHasInsufficientFundsForEscrow() (gas: 2043376)
CoordinatorEagerPaymentProofTest:testSubscriptionFulfillmentWithEagerProofValidatingFalse() (gas: 2065116)
CoordinatorEagerPaymentProofTest:testSubscriptionFulfillmentWithEagerProofValidatingTrue() (gas: 2235681)
CoordinatorEagerSubscriptionTest:testEagerSubscriptionDeliveryDoesNotStoreOutputsInInbox() (gas: 335335)
CoordinatorGeneralTest:testCannotBeReassignedSubscriptionID() (gas: 593504)
CoordinatorGeneralTest:testCannotReceiveResponseFromNonCoordinator() (gas: 11090)
CoordinatorLazyPaymentNoProofTest:testLazySubscriptionCanBeFulfilledWithPayment() (gas: 2085039)
CoordinatorLazyPaymentProofTest:testLazySubscriptionCanBeFulfilledWhenProofWindowExpires() (gas: 2072541)
CoordinatorLazyPaymentProofTest:testLazySubscriptionWithProofCanBeFulfilledWhenNodeIsSlashedInTime() (gas: 2072973)
CoordinatorLazyPaymentProofTest:testLazySubscriptionWithProofCanBeFulfilledWhenProofValidatesCorrectlyInTime() (gas: 2073244)
CoordinatorLazyPaymentProofTest:testMultipleSubscriptionsCanBeFullfilledInParallelToLazyProof() (gas: 2442942)
CoordinatorLazyPaymentProofTest:testPaymentCanBeFulfilledEvenWhenSubscriptionIsCancelled() (gas: 2075458)
CoordinatorLazyPaymentProofTest:testSubscriptionCannotBeFinalizedWithIncorrectProofValidation() (gas: 2098511)
CoordinatorLazySubscriptionTest:testCanDeliverLazyAndEagerSubscriptionToSameContract() (gas: 713778)
CoordinatorLazySubscriptionTest:testCanDeliverLazySubscriptionsMoreThanOnce() (gas: 1141866)
CoordinatorLazySubscriptionTest:testLazySubscriptionDeliveryStoresOutputsInInbox() (gas: 432121)
CoordinatorSubscriptionTest:testCanCancelCancelledSubscription() (gas: 114217)
CoordinatorSubscriptionTest:testCanCancelFulfilledSubscription() (gas: 310614)
CoordinatorSubscriptionTest:testCanCancelSubscription() (gas: 113361)
CoordinatorSubscriptionTest:testCanReadContainerInputs() (gas: 12991)
CoordinatorSubscriptionTest:testCannotCancelNonExistentSubscription() (gas: 14036)
CoordinatorSubscriptionTest:testCannotCancelUnownedSubscription() (gas: 135118)
CoordinatorSubscriptionTest:testCannotDeliverMaxRedundancyResponse() (gas: 472893)
CoordinatorSubscriptionTest:testCannotDeliverResponseDelayed() (gas: 138029)
CoordinatorSubscriptionTest:testCannotDeliverResponseEarly() (gas: 137874)
CoordinatorSubscriptionTest:testCannotDeliverResponseForCompletedSubscription() (gas: 515864)
CoordinatorSubscriptionTest:testCannotDeliverResponseForNonExistentSubscription() (gas: 53098)
CoordinatorSubscriptionTest:testCannotDeliverResponseIfAlreadyDeliveredInCurrentInterval() (gas: 312822)
CoordinatorSubscriptionTest:testCannotDeliverResponseIncorrectInterval() (gas: 311934)
CoordinatorSubscriptionTest:testCannotDeliverResponseNonActiveSubscription() (gas: 333056)
CoordinatorSubscriptionTest:testFuzzSubscriptionIntervalsAreCorrect(uint32,uint32,uint32) (runs: 256, μ: 21208, ~: 14427)
EIP712CoordinatorTest:testCanAtomicCreateLazySubscriptionAndDeliverOutput() (gas: 477089)
EIP712CoordinatorTest:testCanAtomicCreateSubscriptionAndDeliverOutput() (gas: 364785)
EIP712CoordinatorTest:testCanCancelSubscriptionCreatedViaDelegate() (gas: 158815)
EIP712CoordinatorTest:testCanCreateDelegatedSubscriptionWithUnorderedNonces() (gas: 294026)
EIP712CoordinatorTest:testCanCreateNewSubscriptionViaEIP712() (gas: 150149)
EIP712CoordinatorTest:testCanDelegatedDeliverComputeResponseForExistingSubscription() (gas: 513279)
EIP712CoordinatorTest:testCanDeliverDelegatedResponseAsAllowedNode() (gas: 388541)
EIP712CoordinatorTest:testCanGetExistingSubscriptionViaEIP712() (gas: 155366)
EIP712CoordinatorTest:testCanUseExistingDelegatedSubscriptionFromOldSigner() (gas: 151693)
EIP712CoordinatorTest:testCannotAtomicDeliverOutputForCompletedSubscription() (gas: 365149)
EIP712CoordinatorTest:testCannotCreateDelegatedSubscriptionWhereNonceReused() (gas: 173593)
EIP712CoordinatorTest:testCannotCreateDelegatedSubscriptionWhereSignatureExpired() (gas: 29062)
EIP712CoordinatorTest:testCannotCreateNewDelegatedSubscriptionAtomicallyAsUnallowedNode() (gas: 230095)
EIP712CoordinatorTest:testCannotUseValidDelegatedSubscriptionFromOldSigner() (gas: 44779)
EIP712CoordinatorTest:testFuzzCannotCreateDelegatedSubscriptionWhereSignatureMismatch(uint256) (runs: 256, μ: 38869, ~: 38869)
FeeTest:testFuzzNonOwnerCannotUpdateFee(address) (runs: 256, μ: 336914, ~: 336914)
FeeTest:testFuzzOwnerCanUpdateFee(address,uint16) (runs: 256, μ: 357038, ~: 359293)
FeeTest:testOwnerCanTransferOwnership() (gas: 339108)
InboxTest:testFuzzCorrectImmutableTimestampStored(uint32) (runs: 256, μ: 160713, ~: 161957)
InboxTest:testFuzzInboxItemsAreOrderedSeriallyByTime(uint32) (runs: 256, μ: 1318622, ~: 1319837)
InboxTest:testFuzzNodesCanStoreDataToInbox(address,uint32,bytes32,bytes,bytes,bytes) (runs: 256, μ: 318357, ~: 279369)
InboxTest:testFuzzNonCoordinatorAddressCannotCallAuthenticatedWrite(address) (runs: 256, μ: 14631, ~: 14631)
InboxTest:testFuzzOnlyCoordinatorCanCallAuthenticatedWrite(uint32,bytes32,address,uint32,uint32,bytes,bytes,bytes) (runs: 256, μ: 332087, ~: 290162)
InboxTest:testMultipleNodesCanStoreDataToInbox() (gas: 309017)
InboxTest:testNodeCannotCallAuthenticatedWrite() (gas: 14349)
InboxTest:testNodesCanDeliverDataViaCoordinatorAndDirectSamePath() (gas: 566815)
InboxTest:testNodesCanDeliverLazySubscription() (gas: 436468)
InboxTest:testNodesCanStoreDataMultipleTimesDifferentPath() (gas: 302138)
InboxTest:testNodesCanStoreDataMultipleTimesSamePath() (gas: 282890)
ReaderTest:testBatchSubscriptionsAreEmptyWhereEndAndStartIdEqual() (gas: 6799)
ReaderTest:testCanReadRedundancyCountPostSubscriptionDeletion() (gas: 320178)
ReaderTest:testCanReadRedundancyCounts() (gas: 916544)
ReaderTest:testCanReadSingleSubscription() (gas: 202816)
ReaderTest:testCanReadSubscriptions() (gas: 757614)
ReaderTest:testCannotReadBatchSubscriptionsWhereIdOverOrUnderflow() (gas: 10948)
ReaderTest:testCannotReadRedundancyCountWhenInputArrayLengthsMismatch() (gas: 18479)
ReaderTest:testFuzzNonExistentSubscriptionIntervalReturns0RedundancyCount(uint32,uint32) (runs: 256, μ: 14492, ~: 14492)
ReaderTest:testReadCancelledOrNonExistentSubscription() (gas: 224827)
RegistryTest:testRegistryAddresses() (gas: 19433)
RegistryTest:testRegistryViaLibDeploy() (gas: 6609568)
WalletFactoryTest:testFuzzWalletsAreCreatedCorrectly(address) (runs: 256, μ: 748495, ~: 748573)
WalletFactoryTest:testFuzzWalletsCreatedDirectlyAreNotValid(address) (runs: 256, μ: 719873, ~: 719951)
WalletTest:testCanTransferNonStandardERC20ToWallet() (gas: 1215162)
WalletTest:testFuzzCanApproveSpenderToSpendEther(address,uint256,uint256) (runs: 256, μ: 819970, ~: 821085)
WalletTest:testFuzzCanApproveSpenderToSpendToken(address,uint256,uint256) (runs: 256, μ: 832334, ~: 833190)
WalletTest:testFuzzCanCreateWalletWithCorrectOwner(address) (runs: 256, μ: 709805, ~: 710039)
WalletTest:testFuzzCanTransferERC20ToWallet(uint256) (runs: 256, μ: 775931, ~: 778108)
WalletTest:testFuzzCanTransferEtherToWallet(uint256) (runs: 256, μ: 756399, ~: 758499)
WalletTest:testFuzzCanTransferWalletOwnership(address) (runs: 256, μ: 719377, ~: 719377)
WalletTest:testMultipleSpendersUtilizingFunds() (gas: 1057777)