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

add `boltz-cli ban `

enhancement

- TLS - some kind of authentication (macaroons?)

enhancement
P1

Currently one sees this state when on-chain tx is not confirmed yet but invoice already expired: ![Screenshot from 2023-07-19 21-07-00](https://github.com/BoltzExchange/boltz-web-app/assets/16877539/8318d318-9005-4726-9446-fa1ed52d1255) Only realized this because of a user report, couldn't "download...

bug
P1

https://github.com/BoltzExchange/boltz-backend/pull/478 implemented batched normal swap claims via *script path spends*. Since batching is preferred when volume is high, we want to bring Taproot's privacy features and efficiency to batched claims...

enhancement

Let's check if we can increase for all after most switched to Taproot Swaps

enhancement

So there is the option for generic loop-style batching vs a liquid specific batching maybe even the option to batch using the pegin mechanism for very high-value pegins that we...

enhancement
question

As per [comment below ](https://github.com/BoltzExchange/boltz-backend/issues/326#issuecomment-1651683088) we settled on only allowing users to optionally **increase** miner fees for lockup. Backend should add a new optional parameter to `/createswap` to allow for...

enhancement
P2

## Background Inspired by the [Breez idea of signing payments within mobile notification device compute time](https://sdk-doc.breez.technology/guide/payment_notification.html) and [Aqua](https://aquawallet.io/)'s desire to enable "Receive to [email protected]" Lightning Addresses, we are exploring the...

enhancement

## Goal A Boltz API client should only be able to claim the previously agreed upon swap amount, if a user accidentally overpays. Client can then throw "you overpaid, enter...

enhancement