-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gas-snapshot
More file actions
39 lines (39 loc) · 2.88 KB
/
Copy path.gas-snapshot
File metadata and controls
39 lines (39 loc) · 2.88 KB
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
IntentEscrowInvariantTest:invariant_BalanceCoversLocked_Erc20() (runs: 256, calls: 7680, reverts: 0)
IntentEscrowInvariantTest:invariant_BalanceCoversLocked_Eth() (runs: 256, calls: 7680, reverts: 0)
IntentEscrowInvariantTest:invariant_ReleasedNeverExceedsTotal() (runs: 256, calls: 7680, reverts: 0)
IntentEscrowTest:testFuzz_FeeMath(uint256,uint16) (runs: 1000, μ: 238786, ~: 240657)
IntentEscrowTest:testFuzz_PartialSettlementsSumToTotal(uint96,uint96,uint96) (runs: 1000, μ: 271598, ~: 271159)
IntentEscrowTest:test_Cancel_ByBeneficiary_ReturnsRemainder() (gas: 180492)
IntentEscrowTest:test_CreateEscrow_Erc20_Succeeds() (gas: 223452)
IntentEscrowTest:test_CreateEscrow_Eth_Succeeds() (gas: 175928)
IntentEscrowTest:test_CreateEscrow_FeeOnTransfer_AccountsActualReceived() (gas: 747117)
IntentEscrowTest:test_Reentrancy_Blocked_OnRefund() (gas: 413662)
IntentEscrowTest:test_Refund_AfterExpiry_ReturnsRemainder() (gas: 235189)
IntentEscrowTest:test_Rescue_OnlySurplus_Erc20() (gas: 275251)
IntentEscrowTest:test_Rescue_OnlySurplus_Eth() (gas: 180865)
IntentEscrowTest:test_RevertWhen_Cancel_NotBeneficiary() (gas: 168465)
IntentEscrowTest:test_RevertWhen_CreateEscrow_BadEthValue_Erc20Path() (gas: 56723)
IntentEscrowTest:test_RevertWhen_CreateEscrow_BadEthValue_EthPath() (gas: 25591)
IntentEscrowTest:test_RevertWhen_CreateEscrow_ExpiryInPast() (gas: 25710)
IntentEscrowTest:test_RevertWhen_CreateEscrow_ExpiryTooFar() (gas: 25622)
IntentEscrowTest:test_RevertWhen_CreateEscrow_ZeroAmount() (gas: 18646)
IntentEscrowTest:test_RevertWhen_CreateEscrow_ZeroBeneficiary() (gas: 23288)
IntentEscrowTest:test_RevertWhen_Refund_NotDepositor() (gas: 170989)
IntentEscrowTest:test_RevertWhen_Refund_NotExpired() (gas: 168679)
IntentEscrowTest:test_RevertWhen_SetProtocolFee_NonOwner() (gas: 13787)
IntentEscrowTest:test_RevertWhen_SetProtocolFee_TooHigh() (gas: 13419)
IntentEscrowTest:test_RevertWhen_Settle_AfterRefund() (gas: 184124)
IntentEscrowTest:test_RevertWhen_Settle_AmountExceedsRemaining() (gas: 171165)
IntentEscrowTest:test_RevertWhen_Settle_Erc1271_BadInnerSignature() (gas: 379591)
IntentEscrowTest:test_RevertWhen_Settle_ExpiredDeadline() (gas: 171273)
IntentEscrowTest:test_RevertWhen_Settle_ReplayedNonce() (gas: 245510)
IntentEscrowTest:test_RevertWhen_Settle_UnknownId() (gas: 18682)
IntentEscrowTest:test_RevertWhen_Settle_WrongChainId() (gas: 179758)
IntentEscrowTest:test_RevertWhen_Settle_WrongSigner() (gas: 178775)
IntentEscrowTest:test_SetProtocolFee_Succeeds() (gas: 22207)
IntentEscrowTest:test_Settle_Erc1271Wallet_Succeeds() (gas: 395265)
IntentEscrowTest:test_Settle_FeeOnTransfer_ReleasesActualReceived() (gas: 776961)
IntentEscrowTest:test_Settle_FullErc20_PaysBeneficiary() (gas: 248721)
IntentEscrowTest:test_Settle_FullEth_PaysBeneficiary() (gas: 224335)
IntentEscrowTest:test_Settle_PartialReleases_MultipleRounds() (gas: 272193)
IntentEscrowTest:test_Settle_WithFee_DeductsAndPaysRecipient() (gas: 261461)