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

when an API user is creating an invoice, there is a way to pass a `memo` field. This memo is aimed to be included in the boltt11 invoice, and display...

good first issue
data
graphql
lightning
api

## Description If a user wants to get the details of a particular transaction, they currently have to call `transactions` and then iterate through all transactions until they find the...

api

**_This will be a new query that will require new logic in our domain (see #1203 for context)_** ### Tasks - [ ] Implement a method that can take a...

good first issue
api

## Idea _(see: https://github.com/GaloyMoney/galoy/issues/1306#issuecomment-1134769222)_ If a payment flow for a higher amount already exists for the same invoice, explore how we can skip re-running the probe from lnd. Either: -...

lightning
api

Instead of returning fee reimbursement transactions as separate records, account for them in their original transaction records The right place to do this is probably [tx-history](https://github.com/GaloyMoney/galoy/blob/main/src/domain/wallets/tx-history.ts)

help wanted
graphql
lightning
api

payment (over lightning?) may lead to a negative balance of 1 sats. this is probably a rounding error. TODO: add link from honeycomb

bug
accounting
lightning

I had an issue where: 1/ the recipient was using BBW (using the tipping page) 2/ two person were trying to pay the invoice at the same time. one with...

bug
documentation
need investigation
lightning

**current approach** currently, every onchain transaction we are doing is not batched but sent instantly to the recipient. while it's offering an instant feedback for the recipient (transaction appears in...

proof of concept using Casbin: https://github.com/GaloyMoney/galoy/pull/742 cc @bodymindarts @dolcalmi

security
merchants
api