lnd/lnwire
2018-03-11 17:21:23 +01:00
..
accept_channel.go
announcement_signatures.go lnwire: replace usage of btcec.Signature with the new lnwire.Sig type 2018-02-06 20:14:30 -08:00
channel_announcement.go lnwire: replace instances of *btcec.PublicKey with [33]byte in ann messages 2018-02-06 20:14:30 -08:00
channel_id_test.go
channel_id.go lnwire: define ConnectionWideID 2018-03-11 17:21:23 +01:00
channel_reestablish.go
channel_update.go lnwire: replace usage of btcec.Signature with the new lnwire.Sig type 2018-02-06 20:14:30 -08:00
closing_signed.go lnwire: replace usage of btcec.Signature with the new lnwire.Sig type 2018-02-06 20:14:30 -08:00
commit_sig.go lnwire: replace usage of btcec.Signature with the new lnwire.Sig type 2018-02-06 20:14:30 -08:00
error.go lnwire: make ErrorCode satisfy error interface 2018-03-06 22:02:34 +01:00
features_test.go multi: comprehensive typo fixes across all packages 2018-02-06 19:11:11 -08:00
features.go
funding_created.go lnwire: replace usage of btcec.Signature with the new lnwire.Sig type 2018-02-06 20:14:30 -08:00
funding_locked.go
funding_signed.go lnwire: replace usage of btcec.Signature with the new lnwire.Sig type 2018-02-06 20:14:30 -08:00
init_message.go
lnwire_test.go lnwire: replace instances of *btcec.PublicKey with [33]byte in ann messages 2018-02-06 20:14:30 -08:00
lnwire.go lnwire: Fix incorrect variable name in comment 2018-02-08 15:21:04 -08:00
message.go multi: comprehensive typo fixes across all packages 2018-02-06 19:11:11 -08:00
msat_test.go
msat.go lnwire: modify lnwire.MilliSatoshi to be an unsigned integer 2018-03-07 13:29:58 -05:00
netaddress_test.go
netaddress.go multi: comprehensive typo fixes across all packages 2018-02-06 19:11:11 -08:00
node_announcement.go lnwire: replace instances of *btcec.PublicKey with [33]byte in ann messages 2018-02-06 20:14:30 -08:00
onion_error_test.go lnwire: replace usage of btcec.Signature with the new lnwire.Sig type 2018-02-06 20:14:30 -08:00
onion_error.go multi: comprehensive typo fixes across all packages 2018-02-06 19:11:11 -08:00
open_channel.go lnwire: add todo for changing to SatPerKWeight for fee rates 2018-02-26 22:42:28 +01:00
ping.go
pong.go
README.md
revoke_and_ack.go
short_channel_id_test.go
short_channel_id.go
shutdown.go
signature_test.go lnwire: replace usage of btcec.Signature with the new lnwire.Sig type 2018-02-06 20:14:30 -08:00
signature.go multi: fix some recently introduced typos 2018-02-18 15:27:29 -08:00
update_add_htlc.go multi: fix several typos in godoc comments 2017-12-17 18:40:05 -08:00
update_fail_htlc.go
update_fail_malformed_htlc.go
update_fee.go lnwire: add todo for changing to SatPerKWeight for fee rates 2018-02-26 22:42:28 +01:00
update_fulfill_htlc.go multi: comprehensive typo fixes across all packages 2018-02-06 19:11:11 -08:00

lnwire

Build Status MIT licensed GoDoc

The lnwire package implements the Lightning Network wire protocol.

This package has intentionally been designed so it can be used as a standalone package for any projects needing to interface with lightning peers at the wire protocol level.

Installation and Updating

$ go get -u github.com/lightningnetwork/lnd/lnwire