Olaoluwa Osuntokun
1cad40aaf0
add "future" open channel to reservation
...
p2p logic will most likely spawn a grouting to do a blocking read on
this channel. When the channel is written to, that means the funding
transaction is now X blocks deep, and we’ll start to sign commitment
txns do updates etc.
2015-12-15 15:22:18 -06:00
Olaoluwa Osuntokun
f8e4ff8edc
bare skeleton of funding -> open channel workflow
2015-12-02 16:49:41 -08:00
Olaoluwa Osuntokun
dbc9c27758
lnwallet/reservation: properly populate request struct, forgot err chan
2015-11-29 12:19:13 -08:00
Olaoluwa Osuntokun
42ba1a5394
lnwallet/reservation: s/Unlock/RUnlock, fix panic caused by double unlock
2015-11-28 18:20:57 -06:00
Olaoluwa Osuntokun
86b274a223
reservation iD embedded in ChannelReservation no need to pass in
2015-11-27 00:52:14 -06:00
Olaoluwa Osuntokun
e17ba7859e
add concurrent-safe interface to ChannelReservation state
2015-11-14 11:52:07 -08:00
Olaoluwa Osuntokun
8583814f1f
separate out channel init functionality into reservation
...
* Reservation has synchronous interface, wallet and only wallet should
mutate any of the attributes
2015-11-12 18:43:32 -08:00
Olaoluwa Osuntokun
bf5f630e53
note to self, abstract reservations further
2015-11-05 12:36:33 -08:00