jackstar12
jackstar12
Possible solution to #2045. Instead of optionally polling on the frontend we can just emulate the behaviour of the invoices stream by regulary polling the currently pending invoices. It shouldnt...
After working on https://github.com/lnbits/lnbits/pull/1831 I started wondering whether it is necessary to maintain both websocket and sse for streaming payments. Since sse is essentially just a subset of the functionality...
The new release of `boltz-lnd`, `boltz-client` supports CLN, so the Boltz service can be shown for CLN aswell. https://github.com/BoltzExchange/boltz-client/releases
It would be useful to have a rpc call to broadcast a raw transaction to the network, similar to lnds https://lightning.engineering/api-docs/api/lnd/wallet-kit/publish-transaction
## What type of PR is this? (check all applicable) - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation...
closes #492
This PR adds a `missing-grpc` command to msggen which can be used to track down missing grpc methods: https://github.com/ElementsProject/lightning/issues/7167#issuecomment-2016969997 It currently outputs: ``` Missing RPC commands in grpc: delforward makesecret...
### What is your BTCPay version? v1.13.5 ### How did you deploy BTCPay Server? Manually, regtest ### What happened? While working on the new [boltz plugin](https://github.com/BoltzExchange/btcpayserver-boltz) I configured the automated...