lnd.xprv/lnwallet
Olaoluwa Osuntokun 0585ed93be
lnwallet: use in-memory height within channel's closeObserver
This commit partially rectifies a quick hack that was previously thrown
in to address an issue discovered due to possible state inconsistencies
between an active channel object and the daemon’s breachAbrbiter.

A prior commit has modified the interaction between the peer and the
breachArbiter to eliminate the state in consistency. Therefore, we no
longer need to access the database to ensure that we’re observing the
latest channel state in order to correctly make a decision about
whether a broadcast commitment transaction is a breach or not.
2016-12-27 16:45:10 -08:00
..
btcwallet lnwallet/btcwallet: fix bug in GetUtxo for BlockChainIO implementation 2016-12-27 16:44:27 -08:00
channel_test.go channeldb: Open is no longer dependant on a specific set of chain params 2016-12-27 16:43:19 -08:00
channel.go lnwallet: use in-memory height within channel's closeObserver 2016-12-27 16:45:10 -08:00
config.go config: add --pendingchannel lnd flag 2016-10-22 02:11:18 +03:00
interface_test.go lnwallet: thread through tx conf details in ChannelReservation.DispatchChan() 2016-12-27 16:44:03 -08:00
interface.go lnwallet+lnrpc: convert GetCurrentHeight to GetBestBlock in BlockChainIO 2016-12-27 16:43:26 -08:00
log.go lnwallet: correct comment for logging object 2016-12-27 16:43:07 -08:00
parameters.go fundingmanager+lnwallet: add HTLC dust limit logic 2016-12-13 11:01:57 -08:00
reservation.go lnwallet: thread through tx conf details in ChannelReservation.DispatchChan() 2016-12-27 16:44:03 -08:00
script_utils_test.go lnwallet: convert CommitSpendRevoke+CommitSpendNoDelay to use Signer 2016-11-18 15:23:50 -08:00
script_utils.go general: fix typos, rename variables, add comments 2016-11-23 20:02:29 -06:00
size.go breacharbiter: introduce new sub-system to watch for breaches 2016-11-28 19:44:09 -08:00
wallet.go lnwallet: thread through tx conf details in ChannelReservation.DispatchChan() 2016-12-27 16:44:03 -08:00