rgb-cln/wallet
Christian Decker ce845853b0 hsm: Generate fully signed transactions and return them to caller
So far we have been generating the tx both in the HSM and in the
caller, and had to rely on them generating exactly the same
transaction. This makes it a lot simpler by fully signing and
serializing the TX on the HSM side and the caller just needs to unpack
and broadcast it.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-01-08 17:19:25 +01:00
..
test wallet: Added unilateral close info to utxo 2018-01-08 17:19:25 +01:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile wallet: move tests into test/ dir like other unit tests. 2017-12-13 22:46:10 +01:00
db.c wallet: Added unilateral close info to utxo 2018-01-08 17:19:25 +01:00
db.h wallet: Added unilateral close info to utxo 2018-01-08 17:19:25 +01:00
wallet.c wallet: Added unilateral close info to utxo 2018-01-08 17:19:25 +01:00
wallet.h wallet: Store outputs from onchaind in the DB 2018-01-08 17:19:25 +01:00
walletrpc.c hsm: Generate fully signed transactions and return them to caller 2018-01-08 17:19:25 +01:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30