BirthdayResearch / defichain-wallet

DeFiChain Wallet. The DeFi Blockchain Light Wallet for iOS, Android & Web.
MIT License
125 stars 46 forks source link

fix(ui-ux): utxo-evm bug #4051

Closed pierregee closed 11 months ago

pierregee commented 11 months ago

What this PR does / why we need it:

Which issue(s) does this PR fixes?:

Fixes DFC-324

Additional comments?:

Developer Checklist:

github-actions[bot] commented 11 months ago

Missing Translations Report

The following translations are missing for this pull request.

{
    "missingLanguageItems": {
        "zh-Hans": {
            "missingCount": 0,
            "labels": {},
            "totalCount": 2013,
            "allLabels": "{}"
        },
        "zh-Hant": {
            "missingCount": 0,
            "labels": {},
            "totalCount": 2013,
            "allLabels": "{}"
        },
        "fr": {
            "missingCount": 0,
            "labels": {},
            "totalCount": 2013,
            "allLabels": "{}"
        },
        "es": {
            "missingCount": 0,
            "labels": {},
            "totalCount": 2013,
            "allLabels": "{}"
        },
        "it": {
            "missingCount": 0,
            "labels": {},
            "totalCount": 2013,
            "allLabels": "{}"
        }
    },
    "totalMissingCount": 0
}
linear[bot] commented 11 months ago
DFC-324 Transfer Domain : The resulting UTXO displays {amt} UTXO-EVM when converting UTXO to DFI in DVM network.

#### What happened? The resulting UTXO in confirm screen displays {amt} UTXO-EVM when converting UTXO to DFI in DVM network. #### What did you expect to happen? The resulting UTXO in confirm screen shouldn't display token name UTXO-EVM #### How to reproduce it (as minimally and precisely as possible): #### [image.png](https://uploads.linear.app/ed7438a1-0dae-40df-9d75-9ba5b0ba89d2/2022f761-35ef-4ca6-ae28-a13221d9262c/0a7a116f-5787-41b9-bd46-7218674d3437) #### Anything else that the team needs to know?

github-actions[bot] commented 11 months ago

Build preview for DeFiChain Wallet is ready!

Built with commit 46f96d8ace38cbbb61338b43dc7621d39b7df607

https://expo.io/@defichain/wallet?release-channel=pr-preview-4051

lykalabrada commented 11 months ago

@pierregee would you like to fix this EvmDFI suffix issue on this same PR?

image