John
John
Attempt at re-creating https://github.com/lightningnetwork/lnd/pull/1755 Fixes #1494 Fixes #1623
This gives users the control of which UTXOs are used for a new transaction, failing if they are not under their control Closes #1732
Currently it's not possible to specify inputs when constructing a transaction using the in memory wallet
This adds python 3.13 build with no gil, `python3.13t`. This is added with `no-gil` prefix to ensure it's in a different path to standard build. There's an open question on...