-
9a601241d6
ensure bob sig's are valid, and his output actually exists
Olaoluwa Osuntokun
2015-12-02 16:51:46 -0800
-
ad8a7cf2f2
write completed funding tx to disk
Olaoluwa Osuntokun
2015-12-02 16:51:21 -0800
-
92ff9a6bd5
scrap completedFundingState
Olaoluwa Osuntokun
2015-12-02 16:50:19 -0800
-
3bf3fa576d
make getNextMultiSigKey concurrent-safe
Olaoluwa Osuntokun
2015-12-02 16:50:00 -0800
-
f8e4ff8edc
bare skeleton of funding -> open channel workflow
Olaoluwa Osuntokun
2015-12-02 16:49:41 -0800
-
ab10677d91
lnwallet_test: initial test testing basic funding reservation workflow
Olaoluwa Osuntokun
2015-11-29 12:20:16 -0800
-
5d9b4e73ff
lnwallet: fix panic, use append to collect sigs
Olaoluwa Osuntokun
2015-11-29 12:19:47 -0800
-
dbc9c27758
lnwallet/reservation: properly populate request struct, forgot err chan
Olaoluwa Osuntokun
2015-11-29 12:19:13 -0800
-
42ba1a5394
lnwallet/reservation: s/Unlock/RUnlock, fix panic caused by double unlock
Olaoluwa Osuntokun
2015-11-28 18:20:57 -0600
-
b36de8768d
lnwallet: directly get change add for now, not connected to real node
Olaoluwa Osuntokun
2015-11-28 18:16:00 -0600
-
627192f493
lnwallet: fix coin selection, translate to satoshis
Olaoluwa Osuntokun
2015-11-28 18:13:04 -0600
-
06e5544428
lnwallet: ListUnspent takes int32 not uint32, use math.MaxInt32 instead
Olaoluwa Osuntokun
2015-11-28 17:28:48 -0600
-
a56d2199a3
wallet_test: stop creating coinbase txns, make wallet think it's synced
Olaoluwa Osuntokun
2015-11-28 17:13:57 -0600
-
bd37f05ad6
Stop btcwallet when shutting down lnwallet
Olaoluwa Osuntokun
2015-11-27 18:07:22 -0600
-
bf1a090d1d
add some utilities to aide with testing
Olaoluwa Osuntokun
2015-11-27 00:53:38 -0600
-
86b274a223
reservation iD embedded in ChannelReservation no need to pass in
Olaoluwa Osuntokun
2015-11-27 00:52:14 -0600
-
40a515b3db
add some notes to roasbeef (TODO's)
Olaoluwa Osuntokun
2015-11-27 00:51:01 -0600
-
dfd14d53a5
fill in some forgotten error paths
Olaoluwa Osuntokun
2015-11-27 00:50:17 -0600
-
11179bf5c0
RequestChannelReservation -> InitChannelReservation
Olaoluwa Osuntokun
2015-11-27 00:49:48 -0600
-
75d7c26e57
import walletdb/bdb for side effects (registers driver)
Olaoluwa Osuntokun
2015-11-27 00:49:21 -0600
-
2945b8966d
add rpc client to wallet
Olaoluwa Osuntokun
2015-11-27 00:48:42 -0600
-
0f1bd0fcdd
stop embedding btcwallet causing name conflicts
Olaoluwa Osuntokun
2015-11-27 00:48:20 -0600
-
1d1ba454f4
pass db-path+hd-seed into wallet init
Olaoluwa Osuntokun
2015-11-27 00:46:59 -0600
-
b023120460
add skeleton for shachain packaged
Olaoluwa Osuntokun
2015-11-18 14:59:51 -0800
-
5e8a2ed26f
add skeleton for initial wallet tests
Olaoluwa Osuntokun
2015-11-18 14:59:07 -0800
-
ff82c7d40a
add constructor for LightningWallet
Olaoluwa Osuntokun
2015-11-18 14:38:57 -0800
-
f28ca7d9dc
add btcsuite license to setup.go
Olaoluwa Osuntokun
2015-11-18 14:38:29 -0800
-
58d7afa7d3
introduce setup.go to handle initial wallet setup/create plus openening
Olaoluwa Osuntokun
2015-11-18 14:38:15 -0800
-
e17ba7859e
add concurrent-safe interface to ChannelReservation state
Olaoluwa Osuntokun
2015-11-14 11:52:07 -0800
-
3fad3aabef
start of wallet initialization for testing purposes
Olaoluwa Osuntokun
2015-11-12 19:34:35 -0800
-
8583814f1f
separate out channel init functionality into reservation
Olaoluwa Osuntokun
2015-11-12 18:43:32 -0800
-
f775e130e3
add note about normalized taxis
Olaoluwa Osuntokun
2015-11-12 17:45:18 -0800
-
c6e7c6b1b6
scrap the multi-sig key pool, better to just use HD paths
Olaoluwa Osuntokun
2015-11-12 17:45:09 -0800
-
bf5f630e53
note to self, abstract reservations further
Olaoluwa Osuntokun
2015-11-05 12:36:33 -0800
-
ca40a2d924
Revamp funding workflow to match p2p workflow
Olaoluwa Osuntokun
2015-11-05 12:36:19 -0800
-
ce8be70c74
add funding limbo to store pending channel opens
Olaoluwa Osuntokun
2015-11-05 12:34:11 -0800
-
02844741e8
add resource pool for multi-sig keys
Olaoluwa Osuntokun
2015-11-05 12:33:35 -0800
-
980f5e0879
move coin selection funcs to new file
Olaoluwa Osuntokun
2015-11-05 12:32:15 -0800
-
0b66ed24be
initial draft of ln-wallet workflow, funding reservations implemented
Olaoluwa Osuntokun
2015-10-27 15:50:30 -0700
-
85e1c7b91c
blank README
Olaoluwa Osuntokun
2015-10-27 15:49:56 -0700