Michael Evans

Results 37 comments of Michael Evans

I've added many test cases, and `npm test` passes all tests. https://github.com/ElementsProject/cln-application/pull/43

hey @ShahanaFarooqui no rush on this pr. but for this one i am wondering what you think of the way i handle fetching the sql data and sending it to...

using new branch evansmj/satsflow

Thanks for bringing this up. I checked on Android and the invoice is lowercase. On iOS, it is uppercase like you observed. We should check if this is valid to...

https://github.com/lightning/bolts/blob/master/11-payment-encoding.md * SHOULD use upper case for QR codes (see BIP-0173) BIP-0173 ``` Uppercase/lowercase The lowercase form is used when determining a character's value for checksum purposes. Encoders MUST always...

Wait until https://github.com/ElementsProject/lightning/pull/6995 is merged

@harvhat @harvhat33 A fix has been merged to v24.02, just wondering if this has resolved your issue?

> > we will add new rpc methods for the frontend to call, as opposed to using sql queries. > > What features would these new RPC methods support that...