Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contract.FetchAbi Helper #174

Merged
merged 5 commits into from
Apr 10, 2024

fetch abi by default is custom call

080d475
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Contract.FetchAbi Helper #174

fetch abi by default is custom call
080d475
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results completed Apr 10, 2024 in 0s

✅ Test Results - 100/100 - Passed in 474.865s

✅ playmode-results.xml - 100/100 - Passed in 474.865s

Details

✅ playmode-results.xml - 100/100 - Passed in 474.865s
  • ✅ CustomReadTests - 4/4 - Passed in 2.509s
    • Custom_WithAbi_Success - Passed in 1.197s
    • Custom_WithoutAbi_Fetch - Passed in 0.710s
    • Custom_WithString_Success - Passed in 0.502s
    • GetContract_Success - Passed in 0.101s
  • ✅ ERC1155ReadTests - 8/8 - Passed in 9.051s
    • ERC1155_BalanceOf_Success - Passed in 0.333s
    • ERC1155_Get_Success - Passed in 1.975s
    • ERC1155_GetAll_Success - Passed in 5.077s
    • ERC1155_GetOwned_Success - Passed in 0.569s
    • ERC1155_IsApprovedForAll_Success - Passed in 0.270s
    • ERC1155_TotalCount_Success - Passed in 0.462s
    • ERC1155_TotalSupply_Success - Passed in 0.269s
    • GetContract_Success - Passed in 0.097s
  • ✅ ERC1155WriteTests - 4/4 - Passed in 79.421s
    • ERC1155_Burn_Success - Passed in 24.404s
    • ERC1155_Claim_Success - Passed in 17.984s
    • ERC1155_SetApprovalForAll_Success - Passed in 14.657s
    • ERC1155_Transfer_Success - Passed in 22.377s
  • ✅ ERC20ReadTests - 5/5 - Passed in 4.145s
    • ERC20_AllowanceOf_Success - Passed in 1.015s
    • ERC20_BalanceOf_Success - Passed in 1.222s
    • ERC20_Get_Success - Passed in 0.616s
    • ERC20_TotalSupply_Success - Passed in 1.194s
    • GetContract_Success - Passed in 0.098s
  • ✅ ERC20WriteTests - 4/4 - Passed in 74.985s
    • ERC20_Burn_Success - Passed in 22.815s
    • ERC20_Claim_Success - Passed in 15.412s
    • ERC20_SetAllowance_Success - Passed in 13.908s
    • ERC20_Transfer_Success - Passed in 22.851s
  • ✅ ERC721ReadTests - 8/8 - Passed in 6.516s
    • ERC721_BalanceOf_Success - Passed in 0.463s
    • ERC721_Get_Success - Passed in 1.830s
    • ERC721_GetAll_Success - Passed in 3.039s
    • ERC721_GetOwned_Success - Passed in 0.273s
    • ERC721_IsApprovedForAll_Success - Passed in 0.288s
    • ERC721_OwnerOf_Success - Passed in 0.262s
    • ERC721_TotalCount_Success - Passed in 0.263s
    • GetContract_Success - Passed in 0.098s
  • ✅ ERC721WriteTests - 1/1 - Passed in 13.859s
    • ERC721_SetApprovalForAll_Success - Passed in 13.859s
  • ✅ EventsTests - 1/1 - Passed in 0.486s
    • GetEventLogs_Success - Passed in 0.486s
  • ✅ MarketplaceReadTests - 20/20 - Passed in 76.916s
    • DirectListings_GetAll_Success - Passed in 47.348s
    • DirectListings_GetAllValid_Success - Passed in 8.119s
    • DirectListings_GetListing_Success - Passed in 1.530s
    • DirectListings_GetTotalCount_Success - Passed in 0.278s
    • DirectListings_IsBuyerApprovedForListing_Success - Passed in 0.467s
    • DirectListings_IsCurrencyApprovedForListing_Success - Passed in 0.264s
    • EnglishAuctions_GetAll_Success - Passed in 3.017s
    • EnglishAuctions_GetAllValid_Success - Passed in 2.010s
    • EnglishAuctions_GetAuction_Success - Passed in 1.471s
    • EnglishAuctions_GetBidBufferBps_Success - Passed in 1.632s
    • EnglishAuctions_GetMinimumNextBid_Success - Passed in 2.900s
    • EnglishAuctions_GetTotalCount_Success - Passed in 0.292s
    • EnglishAuctions_GetWinner_Success - Passed in 0.287s
    • EnglishAuctions_GetWinningBid_Success - Passed in 0.768s
    • EnglishAuctions_IsWinningBid_Success - Passed in 0.266s
    • GetContract_Success - Passed in 0.094s
    • Offers_GetAll_Success - Passed in 2.237s
    • Offers_GetAllValid_Success - Passed in 1.821s
    • Offers_GetOffer_Success - Passed in 1.860s
    • Offers_GetTotalCount_Success - Passed in 0.256s
  • ✅ PackReadTests - 5/5 - Passed in 2.377s
    • BalanceOf_Success - Passed in 0.269s
    • Get_Success - Passed in 1.253s
    • GetPackContents_Success - Passed in 0.270s
    • IsApprovedForAll_Success - Passed in 0.321s
    • TotalSupply_Success - Passed in 0.265s
  • ✅ SmartWalletTests - 5/5 - Passed in 76.547s
    • Connect_WithGaslessManagedAccountFactory_Success - Passed in 7.073s
    • CreateSessionKey_WithValidSignerCheck_Success - Passed in 14.402s
    • Deploy_WithSign_Success - Passed in 14.569s
    • IsDeployed_Success - Passed in 16.056s
    • RevokeSessionKey_WithValidSignerCheck_Success - Passed in 24.447s
  • ✅ StorageTests - 11/11 - Passed in 9.607s
    • DownloadImage_WithIPFS_Success - Passed in 2.688s
    • DownloadImage_WithoutIPFS_Success - Passed in 0.358s
    • DownloadText_WithIPFS_Success - Passed in 0.645s
    • DownloadText_WithoutIPFS_Success - Passed in 0.901s
    • Gateway_WithClientId_Success - Passed in 0.100s
    • Gateway_WithoutClientId_Success - Passed in 0.095s
    • Gateway_WithOverride_Success - Passed in 0.103s
    • UploadFromPath_WithClientId_Success - Passed in 0.515s
    • UploadFromPath_WithoutClientId_Fail - Passed in 3.010s
    • UploadText_WithClientId_Success - Passed in 1.090s
    • UploadText_WithoutClientId_Fail - Passed in 0.102s
  • ✅ ThirdwebManagerTests - 8/8 - Passed in 7.365s
    • Initialization_HappyPath - Passed in 0.098s
    • Initialization_WithClientIdAndBundleIdOverride_AppliesCorrectly - Passed in 0.102s
    • Initialization_WithClientIdNoBundleIdOverride_AppliesCorrectly - Passed in 0.096s
    • Initialization_WithDefaultChain_Success - Passed in 0.113s
    • Initialization_WithRpcOverride_AppliesCorrectly - Passed in 0.094s
    • Initialization_WithUnknownChain_ConnectsButFails - Passed in 6.842s
    • Initialization_WithUnsupportedActiveChain_Throws - Passed in 0.010s
    • SingletonPattern_Enforcement_Success - Passed in 0.009s
  • ✅ TransactionReadTests - 1/1 - Passed in 0.298s
    • Static_WaitForTransactionResult_Success - Passed in 0.298s
  • ✅ WalletTests - 15/15 - Passed in 110.709s
    • Authenticate_WithLocalWallet_Success - Passed in 6.873s
    • Connect_WithLocalWallet_Fail - Passed in 13.283s
    • Connect_WithLocalWallet_Success - Passed in 6.681s
    • Disconnect_WithLocalWallet_Success - Passed in 6.670s
    • Export_WithLocalWallet_Success - Passed in 13.267s
    • GetAddress_WithLocalWallet_Fail - Passed in 6.677s
    • GetAddress_WithLocalWallet_Success - Passed in 6.666s
    • GetBalance_WithLocalWallet_Success - Passed in 7.370s
    • GetChainId_WithLocalWallet_Success - Passed in 6.773s
    • IsConnected_WithLocalWallet_Fail - Passed in 0.105s
    • IsConnected_WithLocalWallet_Success - Passed in 6.675s
    • SendRawTransaction_WithLocalWallet_Fail - Passed in 8.010s
    • Sign_WithLocalWallet_Success - Passed in 6.722s
    • Transfer_WithLocalWallet_Fail - Passed in 8.008s
    • Verify_WithLocalWallet_Success - Passed in 6.929s