-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Scan & device accounts - add account v2 (#8802)
* feat: Scan & device accounts - add account v2
- Loading branch information
1 parent
187d8c1
commit b447baf
Showing
35 changed files
with
1,387 additions
and
664 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"live-mobile": minor | ||
--- | ||
|
||
Add account v2 : Device selection & Scan account step |
File renamed without changes.
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import React from "react"; | ||
import Svg, { Path } from "react-native-svg"; | ||
|
||
type Props = { | ||
size?: number; | ||
color?: string; | ||
}; | ||
export default function PauseCircle({ size = 16, color }: Props) { | ||
return ( | ||
<Svg viewBox="0 0 16 16" width={size} height={size}> | ||
<Path | ||
fill={color} | ||
d="M8 14.3A6.3 6.3 0 1 0 8 1.7a6.3 6.3 0 0 0 0 12.6zm0 1.4A7.7 7.7 0 1 1 8 .3a7.7 7.7 0 0 1 0 15.4zm-2.1-5.6V5.9c0-.933 1.4-.933 1.4 0v4.2c0 .933-1.4.933-1.4 0zm2.8 0V5.9c0-.933 1.4-.933 1.4 0v4.2c0 .933-1.4.933-1.4 0z" | ||
/> | ||
</Svg> | ||
); | ||
} |
Oops, something went wrong.
b447baf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Bot] Weekly non-reg on develop with 'Oxygen' ✅ 24 txs ❌ 9 txs 💰 1 miss funds ($555.77) ⏲ 12min 43s
5 critical spec errors
Spec secret_network failed!
Spec Cronos failed!
Spec Fantom failed!
Spec Filecoin failed!
Spec Polkadot failed!
❌ 9 mutation errors
Please increase the account target to at least 6 accounts
Please increase the account target to at least 4 accounts
Details of the 33 mutations
Spec Qtum (6)
Spec Decred (5)
Spec cardano (7)
Spec axelar (18)
Spec cosmos (17)
Spec secret_network (failed)
Spec Avalanche C-Chain (10)
Spec Binance Smart Chain (10)
Spec Cronos (failed)
Spec Fantom (failed)
Spec Boba (failed)
Spec Telos (5)
Spec Polygon zkEVM (5)
Spec Filecoin (0)
Spec Polkadot (failed)
Spec Tron (12)
Details of the 39 uncovered mutations
Spec Qtum (1)
Spec Decred (3)
Spec cardano (2)
Spec axelar (2)
Spec cosmos (2)
Spec secret_network (6)
Spec Binance Smart Chain (1)
Spec Cronos (3)
Spec Fantom (3)
Spec Boba (3)
Spec Telos (1)
Spec Filecoin (5)
Spec Polkadot (7)
Portfolio ($555.77) – Details of the 16 currencies
MQGCzjycDmruRPhisCtLrPCRPYmPpQuS6i
DsWfArSNd4YuBVhnHHxNwQfVGaUib187ZcB
addr1qx9xyllht45cg6asn3e9r6rfn7jcdc6mu6u48cjth95mdahgyf2nkgrrlvjz49cn9cqr4el6y74l85d0z3jfj75gmamqpwuwvc
axelar123r3dwfylykx0fugawn6mu2h2smq3047pn5n9g
cosmos123r3dwfylykx0fugawn6mu2h2smq30479azmwf
0x731477De13B323A0cA90C1FE194EA5A0412937c2
0x731477De13B323A0cA90C1FE194EA5A0412937c2
0x731477De13B323A0cA90C1FE194EA5A0412937c2
0x731477De13B323A0cA90C1FE194EA5A0412937c2
0x731477De13B323A0cA90C1FE194EA5A0412937c2
TT2eHJXo5tRV2wYyZExr9W18mXghe6NFM1
Performance ⏲ 12min 43s
Time spent for each spec: (total across mutations)
b447baf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Bot] Testing with 'Nitrogen' ✅ 3 txs ❌ 1 txs ($10.24) ⏲ 1min 46s
❌ 1 mutation errors
Details of the 4 mutations
Spec Algorand (6)
Details of the 2 uncovered mutations
Spec Algorand (2)
Portfolio ($10.24) – Details of the 1 currencies
TM4WJOS4MZ2TD775W7GSXZMBUF74YT6SKSBXCZY3N7OUIAPXE54MZ5FCD4
Performance ⏲ 1min 46s
Time spent for each spec: (total across mutations)