Olaoluwa Osuntokun 27744a3582 lnwallet: add logic for adding/removing HTLCs
* Updates to the channel are made atomic, and consistent via a proxy
object: “ChannelUpdate” which encapsulates an update transaction. Only
one update transaction may be outstanding at any time.
* Update transactions are initiated via AddHTLC or SettleHTLC.
* Once a transaction has been begun, in order to complete the update
the transaction must first be presented with a signature from the
counter-party for our new version of the commitment tx
(VerifyNewCommitmentSigs), and finally to atomically commit the
transaction, the counterparty’s pre-image to their previous revocation
hash must be validate (Commit).
2016-01-14 23:56:10 -08:00
2016-01-14 23:55:45 -08:00
2015-12-26 00:09:17 -06:00
2015-12-26 00:09:17 -06:00
2015-10-27 15:49:56 -07:00

The file is empty.
Languages
Go 99.4%
Shell 0.4%
Makefile 0.1%