.

Results 29 comments of .

Looking at the PR, it seems like Taylor doesn't want to make the change in a patch release, how about adding it to the Laravel 10 release? If no plans...

It's been 2 years and you guys still haven't namespaced this? Is this ever going to happen?

don't hold your breathe, I've been asking for namespaces for about 16 months now

It would seem like the best thing to do, people have been asking for namespaces for like 3-4 years now, let alone other basic features. Seems weird that a first...

Do you guys have a release date for this? I've been waiting ~15 months for you guys to add namespaces. Or can you at least tag a version of this...

It doesn't, it throws the following: ``` Error: UnexpectedDifferingMtokensAndTokens at module.exports (/.../node_modules/lightning/bolt00/payment_amounts.js:71:13) at asyncAuto.params (/.../node_modules/lightning/lnd_methods/offchain/subscribe_to_pay.js:352:23) at runTask (/.../node_modules/async/auto.js:293:13) at /.../node_modules/async/auto.js:233:31 at processQueue (/.../node_modules/async/auto.js:243:13) at taskComplete (/.../node_modules/async/auto.js:259:9) at /.../node_modules/async/auto.js:286:17 at /.../node_modules/async/internal/onlyOnce.js:12:16...

Same error: ``` const { lnd } = authenticatedLndGrpc({ cert, macaroon, socket }) const request = 'lnbcrt50u...' const { destination, tokens } = await decodePaymentRequest({ request, lnd }) const isPayable...

If I use only `mtokens` I'm still getting `UnexpectedDifferingMtokensAndTokens` inside `payment_amounts.js` I add `console.log(tokensAsMtokens, args.mtokens)` which returns `1000 500000` if I include both `mtokens` and `tokens` in the initial call,...