generated from ZumZoom/solidity-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from 1inch/chore/Separate-library
Separate library for tests
- Loading branch information
Showing
12 changed files
with
1,217 additions
and
1,460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,72 @@ | ||
EscrowFactoryTest:test_MultipleFillsInvalidKey() (gas: 477392) | ||
EscrowFactoryTest:test_MultipleFillsInvalidSecretsAmount() (gas: 472722) | ||
EscrowFactoryTest:test_NoDeploymentForNotResolver() (gas: 183965) | ||
EscrowFactoryTest:test_NoInsufficientBalanceDeploymentForMaker() (gas: 119657) | ||
EscrowFactoryTest:test_NoInsufficientBalanceDeploymentForTaker() (gas: 22658) | ||
EscrowFactoryTest:test_NoInsufficientBalanceNativeDeploymentForMaker() (gas: 112896) | ||
EscrowFactoryTest:test_NoInsufficientBalanceNativeDeploymentForTaker() (gas: 27394) | ||
EscrowFactoryTest:test_NoUnsafeDeploymentForTaker() (gas: 30108) | ||
EscrowTest:test_CancelDst() (gas: 111454) | ||
EscrowTest:test_CancelDstDifferentTarget() (gas: 143281) | ||
EscrowTest:test_CancelDstWithNativeToken() (gas: 93611) | ||
EscrowTest:test_CancelPublicSrc() (gas: 156600) | ||
EscrowTest:test_CancelResolverSrc() (gas: 159757) | ||
EscrowTest:test_CancelResolverSrcReceiver() (gas: 170942) | ||
EscrowTest:test_NoAnyoneCancelDuringResolverCancelSrc() (gas: 154958) | ||
EscrowTest:test_NoCallsWithInvalidImmutables() (gas: 277046) | ||
EscrowTest:test_NoCancelByAnyoneDst() (gas: 117101) | ||
EscrowTest:test_NoCancelDuringWithdrawalDst() (gas: 116861) | ||
EscrowTest:test_NoCancelDuringWithdrawalSrc() (gas: 155092) | ||
EscrowTest:test_NoFailedNativeTokenTransferCancelSrc() (gas: 170449) | ||
EscrowTest:test_NoFailedNativeTokenTransferWithdrawalDst() (gas: 149884) | ||
EscrowTest:test_NoFailedNativeTokenTransferWithdrawalDstNative() (gas: 83354) | ||
EscrowTest:test_NoFailedNativeTokenTransferWithdrawalSrc() (gas: 303443) | ||
EscrowTest:test_NoPublicCancelDuringPrivateCancellationSrc() (gas: 154273) | ||
EscrowTest:test_NoPublicWithdrawOutsideOfAllowedPeriodDst() (gas: 122285) | ||
EscrowTest:test_NoPublicWithdrawalOutsideOfAllowedPeriodSrc() (gas: 160156) | ||
EscrowTest:test_NoRescueFundsByAnyoneDst() (gas: 171804) | ||
EscrowTest:test_NoRescueFundsByAnyoneSrc() (gas: 200175) | ||
EscrowTest:test_NoRescueFundsEarlierDst() (gas: 171247) | ||
EscrowTest:test_NoRescueFundsEarlierSrc() (gas: 200092) | ||
EscrowTest:test_NoWithdrawalByAnyoneSrc() (gas: 151984) | ||
EscrowTest:test_NoWithdrawalByNonResolverDst() (gas: 116801) | ||
EscrowTest:test_NoWithdrawalOutsideOfAllowedPeriodDst() (gas: 121701) | ||
EscrowTest:test_NoWithdrawalOutsideOfAllowedPeriodSrc() (gas: 160717) | ||
EscrowTest:test_NoWithdrawalWithWrongSecretDst() (gas: 118166) | ||
EscrowTest:test_NoWithdrawalWithWrongSecretSrc() (gas: 155589) | ||
EscrowTest:test_PublicWithdrawSrc() (gas: 172891) | ||
EscrowTest:test_RescueFundsDst() (gas: 153614) | ||
EscrowTest:test_RescueFundsDstNative() (gas: 182171) | ||
EscrowTest:test_RescueFundsSrc() (gas: 186570) | ||
EscrowTest:test_RescueFundsSrcNative() (gas: 188836) | ||
EscrowTest:test_WithdrawByAnyoneDst() (gas: 136666) | ||
EscrowTest:test_WithdrawByResolverDst() (gas: 137751) | ||
EscrowTest:test_WithdrawByResolverDstNative() (gas: 97799) | ||
EscrowTest:test_WithdrawByResolverPublicDst() (gas: 137097) | ||
EscrowTest:test_WithdrawSrc() (gas: 177670) | ||
EscrowTest:test_WithdrawSrcTo() (gas: 182509) | ||
IntegrationEscrowFactoryTest:test_DeployCloneForMakerNonWhitelistedResolverInt() (gas: 470984) | ||
IntegrationEscrowFactoryTest:test_NoInsufficientBalanceDeploymentForMakerInt() (gas: 338739) | ||
IntegrationResolverMockTest:test_MockCancelDst() (gas: 152609) | ||
IntegrationResolverMockTest:test_MockCancelSrc() (gas: 351046) | ||
IntegrationResolverMockTest:test_MockDeployDst() (gas: 146974) | ||
IntegrationResolverMockTest:test_MockDeploySrc() (gas: 361519) | ||
IntegrationResolverMockTest:test_MockPublicCancelSrc() (gas: 360087) | ||
IntegrationResolverMockTest:test_MockPublicWithdrawDst() (gas: 156924) | ||
IntegrationResolverMockTest:test_MockRescueFundsDst() (gas: 156496) | ||
IntegrationResolverMockTest:test_MockRescueFundsSrc() (gas: 379602) | ||
IntegrationResolverMockTest:test_MockWithdrawDst() (gas: 178381) | ||
IntegrationResolverMockTest:test_MockWithdrawToSrc() (gas: 352052) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsFillAllExtra() (gas: 921492) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsFillAllTwoFills() (gas: 920173) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsFillFirst() (gas: 704406) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsFillFirstTwoFills() (gas: 930326) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsFillLast() (gas: 704142) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsNoDeploymentWithoutValidation() (gas: 298851) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsNoSecondDeploymentWithTheSameIndex() (gas: 776050) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsOddDivision() (gas: 437381) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsOneFill() (gas: 704285) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsTwoFills() (gas: 918885) | ||
TimelocksLibTest:test_NoTimelocksOverflow() (gas: 128740) | ||
EscrowFactoryTest:test_MultipleFillsInvalidKey() (gas: 478531) | ||
EscrowFactoryTest:test_MultipleFillsInvalidSecretsAmount() (gas: 473846) | ||
EscrowFactoryTest:test_NoDeploymentForNotResolver() (gas: 190767) | ||
EscrowFactoryTest:test_NoInsufficientBalanceDeploymentForMaker() (gas: 128468) | ||
EscrowFactoryTest:test_NoInsufficientBalanceDeploymentForTaker() (gas: 27118) | ||
EscrowFactoryTest:test_NoInsufficientBalanceNativeDeploymentForMaker() (gas: 121693) | ||
EscrowFactoryTest:test_NoInsufficientBalanceNativeDeploymentForTaker() (gas: 27377) | ||
EscrowFactoryTest:test_NoUnsafeDeploymentForTaker() (gas: 34474) | ||
EscrowTest:test_CancelDst() (gas: 116028) | ||
EscrowTest:test_CancelDstDifferentTarget() (gas: 143286) | ||
EscrowTest:test_CancelDstWithNativeToken() (gas: 93622) | ||
EscrowTest:test_CancelPublicSrc() (gas: 165442) | ||
EscrowTest:test_CancelResolverSrc() (gas: 168586) | ||
EscrowTest:test_CancelResolverSrcReceiver() (gas: 179340) | ||
EscrowTest:test_NoAnyoneCancelDuringResolverCancelSrc() (gas: 163829) | ||
EscrowTest:test_NoCallsWithInvalidImmutables() (gas: 286452) | ||
EscrowTest:test_NoCancelByAnyoneDst() (gas: 121678) | ||
EscrowTest:test_NoCancelDuringWithdrawalDst() (gas: 121438) | ||
EscrowTest:test_NoCancelDuringWithdrawalSrc() (gas: 163938) | ||
EscrowTest:test_NoFailedNativeTokenTransferCancelSrc() (gas: 179317) | ||
EscrowTest:test_NoFailedNativeTokenTransferWithdrawalDst() (gas: 154458) | ||
EscrowTest:test_NoFailedNativeTokenTransferWithdrawalDstNative() (gas: 83365) | ||
EscrowTest:test_NoFailedNativeTokenTransferWithdrawalSrc() (gas: 312313) | ||
EscrowTest:test_NoPublicCancelDuringPrivateCancellationSrc() (gas: 163124) | ||
EscrowTest:test_NoPublicWithdrawOutsideOfAllowedPeriodDst() (gas: 126855) | ||
EscrowTest:test_NoPublicWithdrawalOutsideOfAllowedPeriodSrc() (gas: 169069) | ||
EscrowTest:test_NoRescueFundsByAnyoneDst() (gas: 176275) | ||
EscrowTest:test_NoRescueFundsByAnyoneSrc() (gas: 209062) | ||
EscrowTest:test_NoRescueFundsEarlierDst() (gas: 175685) | ||
EscrowTest:test_NoRescueFundsEarlierSrc() (gas: 209019) | ||
EscrowTest:test_NoWithdrawalByAnyoneSrc() (gas: 160840) | ||
EscrowTest:test_NoWithdrawalByNonResolverDst() (gas: 121384) | ||
EscrowTest:test_NoWithdrawalOutsideOfAllowedPeriodDst() (gas: 126271) | ||
EscrowTest:test_NoWithdrawalOutsideOfAllowedPeriodSrc() (gas: 169632) | ||
EscrowTest:test_NoWithdrawalWithWrongSecretDst() (gas: 122749) | ||
EscrowTest:test_NoWithdrawalWithWrongSecretSrc() (gas: 164468) | ||
EscrowTest:test_PublicWithdrawSrc() (gas: 181745) | ||
EscrowTest:test_RescueFundsDst() (gas: 158179) | ||
EscrowTest:test_RescueFundsDstNative() (gas: 186642) | ||
EscrowTest:test_RescueFundsSrc() (gas: 195445) | ||
EscrowTest:test_RescueFundsSrcNative() (gas: 197721) | ||
EscrowTest:test_WithdrawByAnyoneDst() (gas: 141240) | ||
EscrowTest:test_WithdrawByResolverDst() (gas: 142325) | ||
EscrowTest:test_WithdrawByResolverDstNative() (gas: 97810) | ||
EscrowTest:test_WithdrawByResolverPublicDst() (gas: 141671) | ||
EscrowTest:test_WithdrawSrc() (gas: 186512) | ||
EscrowTest:test_WithdrawSrcTo() (gas: 191326) | ||
IntegrationEscrowFactoryTest:test_DeployCloneForMakerNonWhitelistedResolverInt() (gas: 473480) | ||
IntegrationEscrowFactoryTest:test_NoInsufficientBalanceDeploymentForMakerInt() (gas: 341110) | ||
IntegrationResolverMockTest:test_MockCancelDst() (gas: 157108) | ||
IntegrationResolverMockTest:test_MockCancelSrc() (gas: 354513) | ||
IntegrationResolverMockTest:test_MockDeployDst() (gas: 151449) | ||
IntegrationResolverMockTest:test_MockDeploySrc() (gas: 365558) | ||
IntegrationResolverMockTest:test_MockPublicCancelSrc() (gas: 392497) | ||
IntegrationResolverMockTest:test_MockPublicWithdrawDst() (gas: 164765) | ||
IntegrationResolverMockTest:test_MockRescueFundsDst() (gas: 161014) | ||
IntegrationResolverMockTest:test_MockRescueFundsSrc() (gas: 382547) | ||
IntegrationResolverMockTest:test_MockWithdrawDst() (gas: 182848) | ||
IntegrationResolverMockTest:test_MockWithdrawToSrc() (gas: 355389) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsFillAllExtra() (gas: 923881) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsFillAllTwoFills() (gas: 922554) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsFillFirst() (gas: 706697) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsFillFirstTwoFills() (gas: 932899) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsFillLast() (gas: 706419) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsNoDeploymentWithoutValidation() (gas: 301339) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsNoSecondDeploymentWithTheSameIndex() (gas: 778527) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsOddDivision() (gas: 439187) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsOneFill() (gas: 706707) | ||
MerkleStorageInvalidatorIntTest:test_MultipleFillsTwoFills() (gas: 921368) | ||
TimelocksLibTest:test_NoTimelocksOverflow() (gas: 133743) | ||
TimelocksLibTest:test_getStartTimestamps() (gas: 16180) | ||
TimelocksLibTest:test_setDeployedAt() (gas: 5731) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.