lnd/lnwallet/btcwallet
Olaoluwa Osuntokun 9a65806c09
input+wallet: extract musig2 session management into new module
In this commit, we extract the musig2 session management into a new
module. This allows us to re-use the session logic elsewhere in unit
tests so we don't need to instantiate the entire wallet.
2023-08-22 16:30:39 -07:00
..
blockchain.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
btcwallet.go input+wallet: extract musig2 session management into new module 2023-08-22 16:30:39 -07: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 btcwallet: remove LookupAccount because of non-deterministic result 2023-06-14 09:58:52 +02:00
psbt_test.go lnwallet: use T.TempDir to create temporary test directory 2022-08-24 09:03:05 +08:00
signer.go input+wallet: extract musig2 session management into new module 2023-08-22 16:30:39 -07:00
signer_test.go lnwallet: use T.TempDir to create temporary test directory 2022-08-24 09:03:05 +08:00