boltz-backend
boltz-backend copied to clipboard
Boltz Backend
https://docs.boltz.exchange/v/api/api-v2#examples
Currently, we don't retry uploading SCB backups if it fails. https://github.com/BoltzExchange/boltz-backend/pull/617#discussion_r1687887693
## Current Situation When we're unable to process an invoice payment for 10 minutes, we reset LND's mission control. This reduces the node's routing efficiency and is not ideal, especially...
Currently we allow creation of chain swaps only for a predetermined `userLockAmount` (or alternatively `serverLockAmount`), see https://api.boltz.exchange/swagger#/Chain%20Swap/post_swap_chain , but since we are not committing to a hash of a Lightning...
As a very basic measure against users locking up coins in multiple swaps (with potentially costly refunds) we should block swap creations for amounts > current wallet balance
Mpay plugin is awesome, I have 100% success rate with it, whereas the default CLN pay fails all the time. But mpay can only pay bolt11 invoices, so when I...
For manually paid Lightning transactions where the initial payment attempt failed, this is how they are stored in the db, failure reason should be `null` ``` "status": "transaction.claimed", "failureReason": "payment...
In order for referrals to customize how much referral income they can earn, we want to allow setting a custom Boltz Fee (has to be > our default), for now...