blink
blink copied to clipboard
bitcoin banking infrastructure
@dolcalmi had mentioned that our username index is setup incorrectly. I ran `.explain()` in mongosh on some of the queries that use username to lookup users, and found that they...
## Background The Lightning Network is denominated in millisatoshis but amounts in our system are usually presented as a rounded version of satoshis. Within `lnd` there are usually two types...
## Background ### `Contact` abstraction In our Bitcoin Beach app, we use the concept of a `Contact` to track who users have paid to/from via a user's `Username`. This allows...
This requires: - Medici tx migration to include counterPartyWalletPublicId - Remove nullable in graphql
users could still be able to see their balance and do on_us transaction even if our node is down one way to do it would be to see if lnd-container...
from Mike: > Would there be a way for one Galoy wallet user to send another user an invoice in the app? Could a business send them an invoice and...
currently, it contains a timestamp. which gives an idea about when a user has been created. this is not great for privacy reasons. eventually, uid will be shared/included in the...
lnd 0.14 will have the capability to delete individual payments. in the interest of making our node database smaller, we should take advance of this features and delete payment after...
The mobile app's graph has difficulty processing the number of data points provided in the 1 year and to a lesser extent the 1 month query in apiv2. This could...