-
For BOLT11 we allow to set `RouteParameters` as an argument to `send_payment`. However, `pay_for_offer` only allows to set `max_total_routing_fee_msat`, but not other routing-related fields such as `m…
tnull updated
2 weeks ago
-
While adding BIP21 URI support to ldk-node, I've faced some complexities when URIs include an offer in the lightning parameter.
During testing, I attempted to send a payment with an amount larger t…
-
TBD
-
From discussion with @m1sterc001guy
Highest priority: Transaction Log / History / Accounting
- Simple info that a service operator needs to actually run the gateway as part of a business or finan…
-
**Describe the bug**
I seem to be unable to pay to a Bolt 12 invoice generated by CLN.
* Expected Behavior:
Should be able to pay the offer.
* Actual Behavior:
Generate a Bolt 12 invoic…
-
- [ ] add Bolt12 variant to the input parser. Make it return at least all the necessary fields to be able to call [fetchinvoice](https://docs.corelightning.org/reference/lightning-fetchinvoice).
- [ …
-
I love the addition of BOLT12 in the latest version of the app. The receive screen is getting a little cluttered, IMHO, so I'd like to propose some adjustments to the layout and interaction model, for…
-
There is currently no way to just scan someone else's Bolt12 QR code and add them as a contact. I have to ask the contact to send me the offer in some other way, which adds unnecessary friction.
-
Async-receive:
- [ ] Support being the async receiver’s channel counterparty (eg LSP) per the [spec](https://github.com/lightning/bolts/pull/989) PR
- [ ] Support store-and-forward mailbox for on…
-
https://github.com/cashubtc/cdk/blob/e54548b125cf368822c1f15e3e2458173f8cc230/crates/cdk-mintd/src/main.rs#L453