Skip to content

Commit

Permalink
docs: 📝 verify bug fix and update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Feb 19, 2024
1 parent 84f920a commit 19d068c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
- [ ] Copy Buttons don't seem to work reliably
- [ ] Unique Alias Collision with only the one contact you're trying to pair with
- [ ] Edit Profile, Add Contact & Insufficient Wallet Funds Dialogs have layout issues on mobile
- [ ] After initial pairing between mobile & desktop wallets, we funded the wallet from an external source, no page refresh but websocket updated balance, attempting to send to mobile contact from desktop failed
- [x] After initial pairing between mobile & desktop wallets, we funded the wallet from an external source, no page refresh but websocket updated balance, attempting to send to mobile contact from desktop failed
- Should be fixed by https://github.com/dashhive/wallet-ui/pull/31/commits/6c96982925544aeafac470d46722a2f5bdb050d0
- tried to POST to https://insight.dash.org/insight-api/addrs/utxo with an empty `addrs` array/string
- TypeError: Cannot read properties of undefined (reading 'split')
at AddressController.checkAddrs (/insight/node_modules/@dashevo/insight-api/lib/addresses.js:100:34)
Expand All @@ -30,6 +31,7 @@
at /insight/node_modules/express/lib/router/index.js:284:15
at Function.process_params (/insight/node_modules/express/lib/router/index.js:346:12)
- [ ] Contact Data List Selector in the Send Dialog on mobile does not show contact alias hints
- Appears to be an issue specific to Firefox on Android, both normal version (in normal & private view) & Firefox Focus
- [ ]

### Enhancements
Expand Down

0 comments on commit 19d068c

Please sign in to comment.