lnd/lnwallet/btcwallet
Oliver Gugger d40312c36b
multi: move unit test backend funcs to new package
To avoid circular dependency issues between packages, we move the unit
test backend creation function to a new package in the lntest parent
package.
2024-03-18 16:13:39 +01:00
..
blockchain.go multi: add GetBlockHeader to BlockChainIO 2023-10-27 11:05:27 -04:00
btcwallet.go Merge pull request #8496 from aakselrod/locks-to-leases 2024-03-18 03:34:56 -06:00
btcwallet_integration.go multi: add new build tag integration 2023-02-23 21:56:09 +08:00
btcwallet_test.go lnwallet: add previous_outpoints to ListTransactionDetails 2022-06-27 15:57:57 +05:30
config.go multi: run gosimports 2022-02-10 11:02:01 +01:00
driver.go btcwallet: make blockcache available to BtcWallet 2021-04-28 09:46:11 +02:00
log.go lnd+lnwallet: add logger for btcwallet+rpcwallet 2022-01-06 13:24:32 +01:00
psbt.go lnwallet+lnrpc: add derivation info for P2TR change addrs 2024-02-26 11:05:18 +01:00
psbt_test.go multi: fix fmt.Errorf error wrapping 2024-02-27 11:13:40 +00:00
signer.go input+wallet: extract musig2 session management into new module 2023-08-22 16:30:39 -07:00
signer_test.go multi: move unit test backend funcs to new package 2024-03-18 16:13:39 +01:00