blink icon indicating copy to clipboard operation
blink copied to clipboard

bitcoin banking infrastructure

Results 253 blink issues
Sort by recently updated
recently updated
newest added

@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...

bug

## 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...

good first issue

## 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...

features

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...

idea

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...

security

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...

multi lnd

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...

optimization