Results 106 comments of ffranr

I’ll close this issue now that the tap-side changes have merged. Further improvements on the litd side will continue under https://github.com/lightninglabs/lightning-terminal/issues/991

@michaelWuensch thanks for opening the issue, I've notified the team.

Potential pre-requisite issue: https://github.com/lightninglabs/taproot-assets/issues/855

I think that the relevant crash trace is missing from the log file. So we should pipe stdout and stderr from litd and litcli to separate files: ``` command &>...

> I am currently unable to get my primary testnet3 node to sync to chain @HannahMR Are you facing a particular error that I might be able to help with?

I'm looking for early feedback on the general direction of this PR. This PR is in draft for the following reasons: * Missing itest. * Updated proof courier address is...

Please rebase on to the latest in `[0-8-0-staging](https://github.com/lightninglabs/taproot-assets/tree/0-8-0-staging)`. Might get you more PSBT funding test coverage now that https://github.com/lightninglabs/taproot-assets/pull/1418 is merged.

Non-blocking, but for the `sweepZeroValueAnchorUtxos` config field: “sweep orphaned UTXOs” might be clearer. “Anchor” is implied by UTXO, and “zero-value” isn’t accurate since they contain 1000 sats. If they were...

I've changed this to draft to ensure this PR is merged with the rest of the RFQ breaking changes in the same release.

I need to re-write this so that we use `BigIntFixedPoint` for all "internal" tapd fixed-points and then use `Uint64FixedPoint` when we export/import via RPC or wire messages. We must use...