tommasini
tommasini
**Description** The issue was when we change language the icon of a transaction was not consistent, a sent icon was changed for one swipe icon. **Proposed Solution** Comparing the action...
**Description** Currently, the app will not allow Dapps ERC20 token transactions unless a gas price is specified in the initial request. The TransactionEditor will prompt an error message stating “Invalid...
**Description** The issue is that we can't render the SVG with the style tag with the react-native-svg library or image component of React native. **Propose Solution** Using a webview, we...
**Description** Creating this PR to help with a further investigation, the error message tell us that the messageId is undefined. The messageId it's generated for us on the MessageManager of...
**Describe the bug** The balance of the wallet is 10 tokens but when requesting a transaction of one token we have the error invalid amount. **Screenshots**
**Description** When deeplink to send funds it's pressed and it's needed to change the network, it would only change the network and do not show the approve modal. **Proposed Solution**...
**Keep nft when transaction fail -> when the NFT is being transacted, was needed some changes** - Was added two new props to the collectible interface in CollectibleController, for when...
**Remember to specify the plugin name in the title!** ### Device / Emulator and OS Please complete the following information for each phone and/or emulator you're experiencing this bug on:...
**Description** Throwing the error of the sessions already existed was crashing the app. **Proposed Solution** Prompt notification to inform the user he already has an existing session instead of throwing...
**Description** When trying to create a new wallet session, we were also reconnecting to the older sessions. **Proposed Solution** Created a lifetime for each session, it will not live longer...