Oli
Oli
With `lnd v0.19.3-beta.rc1` out, this is now out of draft.
Mostly curious: How does the concurrent-swiss-map in the library you used differ from the native Swiss Tables that are now implemented in Go 1.24?
I think you might simply run into a limitation that doesn't allow you to burn an asset if it is the only one in an on-chain UTXO (e.g. it's the...
We went with our own fork since this repository doesn't seem to be maintained anymore.
Calculated max values from `TestMaxCommitSigMsgSize`: ``` aux_leaf_signer_test.go:111: Last valid commit sig msg size with: numAssetIDs=0, numHTLCs=966 aux_leaf_signer_test.go:103: Last valid commit sig msg size with: numAssetIDs=1, numHTLCs=373 aux_leaf_signer_test.go:103: Last valid commit...
Rebased to make sure CI runs against new `litd` branch. Also taking out of draft state since the discussions showed we want this safety feature as a short-term stop-gap solution.
Looks like we forgot to add the commitment type to the channel acceptor. Didn't notice this litd itest failure before, since it ran against the wrong branch. So we'll need...
It sounds to me like the problem is that the cert has the CA cert=true flag? Could be that the way the cert is generated is non-standard. But it sounds...
I haven't had time to look into this in more detail, it's been a while since I last did a TLS deep dive. Is the problem that in the cert...
Hmm, it really just looks like we set a flag that could be set to false instead. Did a few quick tests and nothing seems to break with this patch...