daviroo

Results 6 issues of daviroo

**Steps to reproduce:** 1. Receive an onchain payment to your BBW account 2. Query account for transactions 3. See that createdAt date field is populated with: `{"extensions": [Object], "message": "Invalid...

bug
api

We saw an error in Apollo Studio indicating that the call to `captchaRequestAuthCode` threw an error. ![image](https://user-images.githubusercontent.com/3502409/146379961-516a948b-ee2b-4fb2-aebe-65ec8c666016.png) I found the trace for this call and it looks like the call...

bug
need investigation

The Bitcoin Beach mobile app contains views which display a users past transactions. Up to this point this has involved looking at the transactions contained in one wallet (BTCWallet), but...

graphql

We are using the following logic to check for the last IP the user connected from ``` const lastIp = lastIPs.length > 0 ? lastIPs[lastIPs.length - 1] : undefined ```...

bug

The info.plist file is used to store strings which give users reasons for why we need certain permissions e.g. to access photos in their camera roll. Right now these reasons...

translation

This is the non-working version of the tracing config I had in my local stash history from when I worked on this in the past. It might provide some guidance...