issues
search
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
12
stars
0
forks
source link
Fix: Pass validation for non-normalized evm
#243
Closed
tuul-wq
closed
1 month ago
tuul-wq
commented
1 month ago
Removed checksum validation for evm address
Added decimal keyboard of
<AmountInput />
for mobile devices
Removed default
0
value for Amount step, so user can enter value not just staring from
0
closes #241
github-actions[bot]
commented
1 month ago
Coverage Report
Status
Category
Percentage
Covered / Total
🔵
Lines
24.99%
1545 / 6182
🔵
Statements
24.99%
1545 / 6182
🔵
Functions
30.18%
80 / 265
🔵
Branches
62.42%
211 / 338
File Coverage
File
Stmts
% Branch
% Funcs
% Lines
Uncovered Lines
Changed Files
app/root.tsx
0%
0%
0%
0%
1-2
,
4-5
,
7
,
9-16
,
18
,
20-22
,
24-27
,
29-30
,
32-39
,
41-42
,
44-46
,
48-49
,
51-63
,
66-70
,
72-73
,
75
,
77-78
,
80-86
,
88-89
,
91-94
,
96-98
,
100
,
102
,
104-111
,
113
,
115
app/common/_temp_hooks/useAmountLogic.ts
0%
0%
0%
0%
1
,
3
,
6
,
19-23
,
25-29
,
31
,
33-34
,
36-37
,
39-48
,
50-51
,
53-56
,
58-59
,
61-62
,
64-65
,
67-71
,
73-74
,
76-77
,
80-81
,
83-88
,
90-94
,
96-111
app/routes/transfer/direct/$chainId.$assetId/$address.amount.tsx
0%
0%
0%
0%
1-2
,
4-7
,
9-16
,
22-25
,
27-28
,
30-31
,
33
,
35-40
,
42-43
,
45-66
,
69-70
,
72-73
,
75-76
,
78-79
,
81-82
,
84
,
86-95
,
97-104
,
106-120
,
122
,
124
app/routes/transfer/direct/$chainId.$assetId/$address.confirmation.tsx
0%
0%
0%
0%
1-4
,
6
,
8-13
,
21-22
,
24-30
,
32-33
,
35-40
,
42-43
,
45
,
47-51
,
53-55
,
57-66
,
68-69
,
71-77
,
79-90
,
92-105
,
107-112
,
114-120
,
122-143
,
145
,
147
app/routes/transfer/gift/$chainId.$assetId/amount.tsx
0%
0%
0%
0%
1
,
3-6
,
8-15
,
17-19
,
21-22
,
24
,
26-29
,
31-33
,
35-57
,
59-62
,
64-65
,
67-72
,
74-75
,
77
,
79
,
81-98
,
100-102
,
104-113
,
115-116
,
118-120
,
122-123
,
125
,
127
app/shared/helpers/address.ts
96.22%
76.92%
100%
96.22%
105-106
app/ui/atoms/Inputs/AmountInput.tsx
0%
0%
0%
0%
1
,
3
,
13-14
,
16
,
18-19
,
21-40
,
42
app/ui/molecules/AmountDetails/AmountDetails.tsx
0%
0%
0%
0%
1
,
3
,
5
,
7
,
21-33
,
35-36
,
38-39
,
41-44
,
46-59
,
61-62
,
64-68
,
70-73
,
75
,
77-78
,
80
,
82
Generated in workflow
#252
for commit
53cb184
by the
Vitest Coverage Report Action
<AmountInput />
for mobile devices0
value for Amount step, so user can enter value not just staring from0
closes #241