luke@Lnfi

Results 21 comments of luke@Lnfi

> I take it this would be an `OP_RETURN` or something else? yeah, like this in bitcoin-js sdk const embed = bitcoin.payments.embed({data: [data]}) key_spend_psbt.addOutput({ script: embed.output, value: 0 // (OP_RETURN)...

> I think this information is not yet available to the edge node (outside of looking at the log files). IMO this ties in with [#1005](https://github.com/lightninglabs/taproot-assets/issues/1005), so we'd want to...

If EdgeNode can’t clearly determine its own routing info, it won’t rebalance in time. The only workaround would be to raise fees to cover the free call option issue. That...

For the first part, it seems that the assets amount is not being returned ![image](https://github.com/user-attachments/assets/e7e043a8-0ecc-461b-b429-8c1820f9672f) ![image](https://github.com/user-attachments/assets/13c484a3-5530-455b-b6c9-d8ff2d027877)

> Adding the custom data to the [`lnrpc.InvoiceHtlc`](https://lightning.engineering/api-docs/api/lnd/lightning/list-invoices#lnrpcinvoicehtlc) and [`lnrpc.HtlcAttempt`](https://lightning.engineering/api-docs/api/lnd/lightning/list-payments#lnrpchtlcattempt) should be enough for you to find out how many assets you received for an invoice or how many you...

> I looked into the second part ("Providing an query api to retrieve historical information") a bit more and it looks like that's not going to be super quick. We...

> What's the purpose of the self payment here? Is it to rebalance, or implement user multi-plexing (accounts) over channels? If the latter why does a higher layer keeping track...

@Roasbeef @guggero Alice Bob When there is a USDT taproot channel between Alice and Bob, is it possible for Alice to transfer funds to Bob by paying an invoice? For...

> Yes, you can pay an invoice from your edge node directly with USDT. But the on-chain HTLC will always cost an additional 354 sats, which will go away once...