Oli
Oli
!lightninglabs-deploy mute
Closing due to inactivity.
A way easier option would be to use [`PrefixLog`](https://github.com/lightningnetwork/lnd/blob/c4107ebbad8a7d503350ae0d63270e842aaedec1/build/prefix_log.go#L6). Then [this block]() can just become: ``` // Return a function which will create a sublogger from our root logger //...
In `lnd` we now have the [`WithBuildInfo`](https://github.com/lightningnetwork/lnd/blob/da8d2257fd2809f570be9f76085e94b4a6283be0/build/version.go#L112) function that adds `rev=xxxx` to the main server context. So every log statement that uses the new context aware `LogS()` functions will output...
A panic gives you a stack trace that tells you exactly where something panics and why. Without that information, we cannot help you.
With https://github.com/lightninglabs/taproot-assets/pull/1412 merged, we can close this. The hashmail proof courier was just a first proof courier version to get us going until we had the universe proof courier. And...
Thanks for the log. Looks like something went wrong on the receiving node: `2024-08-03 13:13:54.002 [ERR] TSVR: Error in funding flow for pending chan ID 9fc241a21bb8890a7788ecea841af2927cbb9529db7a88068a7d43404c371cf5: internal error`, that `internal...
Going to transfer the issue to the `taproot-assets` repository. You were correct in opening it here, since you're running `litd`. But anything directly related to Taproot Asset Channels is easier...
Fixed with `v0.5.0`.