Bruno Barbieri
Bruno Barbieri
Opening as draft for e2e purposes Fixes RNBW-#### Figma link (if any): ## What changed (plus any additional context for devs) ## Screen recordings / screenshots ## What to test...
## What changed (plus any additional context for devs) We're not using any of these entitlements so I'm removing them. ## PoW (screenshots / screen recordings) None ## Dev checklist...
Fixes RNBW-#### ## What changed (plus any additional context for devs) Added some missing props to the text input. ## PoW (screenshots / screen recordings) e2e should be green ##...
Because all the data in state is not relevant anymore
There's something funky going on with the state of the `KeyringController`. Specifically with the property `keyrings`. Once the property is updated via `fullUpdate` which internally calls `update`, the new value...
By having an interface EthereumAddress we can forget about all the type related issues (string vs hex, etc). If we have an EthereumAddress obj also we could call toChecksumAddress inside...
Fixes RNBW-#### Figma link (if any): ## What changed (plus any additional context for devs) We were updating the backup meta after restoring. This is no longer necessary. ## Screen...
Fixes APP-#### ## What changed (plus any additional context for devs) Ex: We were supporting `ethereum:0xfb6916095ca1df60bb79Ce92ce3ea74c37c5d359?value=2.014e18` And now we also support `rainbow://ethereum/0xfb6916095ca1df60bb79Ce92ce3ea74c37c5d359?value=2.014e18` ## Screen recordings / screenshots ## What to...
Fixes APP-#### ## What changed (plus any additional context for devs) ## Screen recordings / screenshots ## What to test