boltz-backend icon indicating copy to clipboard operation
boltz-backend copied to clipboard

Boltz Backend

Results 45 boltz-backend issues
Sort by recently updated
recently updated
newest added

https://docs.boltz.exchange/v/api/api-v2#examples

enhancement

https://docs.boltz.exchange/v/api/regtest

enhancement

Currently, we don't retry uploading SCB backups if it fails. https://github.com/BoltzExchange/boltz-backend/pull/617#discussion_r1687887693

enhancement

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

enhancement

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

enhancement
P1

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

enhancement

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

enhancement

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

bug
P2

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

enhancement