blink
blink copied to clipboard
bitcoin banking infrastructure
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...
## 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...
**_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...
## 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: -...
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)
payment (over lightning?) may lead to a negative balance of 1 sats. this is probably a rounding error. TODO: add link from honeycomb
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...
**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