novasamatech / telenova-web-app

Telenova is a brand new self-custodial Polkadot wallet that runs directly in Telegram providing you with a simple and clean user interface to manage your DOT, USDT, KSM tokens
https://t.me/telenova_app_bot
GNU General Public License v3.0
9 stars 0 forks source link

Feat: Transfer Service #192

Closed tuul-wq closed 1 month ago

tuul-wq commented 1 month ago
github-actions[bot] commented 1 month ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 26.75% 2256 / 8431
🔵 Statements 26.75% 2256 / 8431
🔵 Functions 20.17% 47 / 233
🔵 Branches 57.83% 166 / 287
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
app/entry.server.tsx 0% 0% 0% 0% 1-110
app/root.tsx 0% 0% 0% 0% 1-107
app/common/_temp_hooks/useAmountLogic.ts 0% 0% 0% 0% 1-111
app/common/wallet/store.ts 60% 75% 27.27% 60% 28-30, 61-62, 65-71, 74-75, 82-92, 95-96, 99-105, 108-115, 118-125
app/models/balances/balances-model.ts 98.43% 91.66% 84.61% 98.43% 40-42, 52
app/models/navigation/navigation-model.ts 84.21% 100% 0% 84.21% 19-24
app/models/network/network-model.ts 88.43% 93.15% 74.07% 88.43% 92-94, 97-98, 109-110, 120-144, 152-157, 368-371, 400-405, 417-420, 422-426, 487-489, 516, 535-541
app/routes/transfer/direct/$chainId.$assetId/$address.amount.tsx 0% 0% 0% 0% 1-124
app/routes/transfer/direct/$chainId.$assetId/$address.confirmation.tsx 0% 0% 0% 0% 1-139
app/routes/transfer/direct/$chainId.$assetId/$address.result.tsx 0% 0% 0% 0% 1-55
app/routes/transfer/direct/$chainId.$assetId/address.tsx 0% 0% 0% 0% 1-86
app/routes/transfer/gift/$chainId.$assetId/amount.tsx 0% 0% 0% 0% 1-123
app/routes/transfer/gift/$chainId.$assetId/create.tsx 0% 0% 0% 0% 1-145
app/shared/api/index.ts 100% 100% 100% 100%
app/shared/api/blockchain/balances/balances-factory.ts 59.09% 100% 0% 59.09% 14-22
app/shared/api/blockchain/balances/native-balance.ts 17.46% 100% 0% 17.46% 12-63
app/shared/api/blockchain/balances/orml-balance.ts 24.05% 100% 0% 24.05% 20-79
app/shared/api/blockchain/balances/statemine-balance.ts 17.85% 100% 0% 17.85% 11-56
app/shared/api/blockchain/extrinsic/builder.ts 17.77% 100% 0% 17.77% 9-45
app/shared/api/blockchain/extrinsic/constants.ts 58.33% 100% 0% 58.33% 11-14, 16-17, 19-20, 22-23
app/shared/api/blockchain/extrinsic/extrinsic-api.ts 56.94% 100% 0% 56.94% 27-32, 42-55, 62-72
app/shared/api/blockchain/transfer/constants.ts 100% 100% 100% 100%
app/shared/api/blockchain/transfer/native-transfer.ts 22.64% 100% 0% 22.64% 13-53
app/shared/api/blockchain/transfer/orml-transfer.ts 22.41% 100% 0% 22.41% 14-58
app/shared/api/blockchain/transfer/statemine-transfer.ts 17.5% 100% 0% 17.5% 15-80
app/shared/api/blockchain/transfer/transfer-factory.ts 59.09% 100% 0% 59.09% 14-22
app/shared/helpers/assets.ts 39.39% 100% 0% 39.39% 11-21, 23-25, 27-29, 31-33
app/shared/helpers/constants.ts 100% 100% 100% 100%
app/shared/hooks/index.ts 0% 0% 0% 0% 1-3
app/ui/molecules/index.ts 0% 0% 0% 0% 1-17
app/ui/molecules/CreatedGiftPlate/CreatedGiftPlate.tsx 0% 0% 0% 0% 1-51
app/ui/molecules/GiftClaim/GiftClaim.tsx 0% 0% 0% 0% 1-216
app/ui/molecules/GiftDetails/GiftDetails.tsx 0% 0% 0% 0% 1-35
app/ui/molecules/GiftPlate/GiftPlate.tsx 0% 0% 0% 0% 1-37
app/ui/molecules/LinkCard/LinkCard.tsx 0% 0% 0% 0% 1-54
app/ui/molecules/LoadingScreen/LoadingScreen.tsx 0% 0% 0% 0% 1-12
app/ui/molecules/PasswordReset/PasswordReset.tsx 0% 0% 0% 0% 1-60
Generated in workflow #224