Willem Van Lint
Willem Van Lint
HTLC transactions for anchor output channels can be aggregated with `SIGHASH_SINGLE|SIGHASH_ANYONECANPAY`. However, if I understand correctly, LDK currently performs only limited aggregation: only for [HTLC success transactions](https://github.com/lightningdevkit/rust-lightning/blob/1890e8049b1fa285aaea1afc31df193b0d71681d/lightning/src/chain/package.rs#L680), and only for...
When batch claiming was first added, it was only done so for claims which were not pinnable, i.e. those which can only be claimed by us. This was the conservative...
This change allows users to create hierarchical span objects through the `Logger` interface for specific computations, such as the handling of HTLCs. These span objects will be held in LDK...