Carla Kirk-Cohen eaa85920ea multi: enable optional route blinding feature 3 meses atrás
..
README.md 0b1e881d18 scripted-diff: replace ⛰ emoji with $ [skip ci] 1 ano atrás
accept_channel.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
accept_channel_test.go 7dfe4018ce multi: use btcd's btcec/v2 and btcutil modules 2 anos atrás
announcement_signatures.go 563ff7266a lnwire: refactor Encode to use specific writers - I 2 anos atrás
channel_announcement.go 2cf6969dbc lnwire: refactor Encode to use specific writers - III 2 anos atrás
channel_id.go db39a905cb multi: make NewChanIDFromOutpoint accept value instead of pointer 3 meses atrás
channel_id_test.go db39a905cb multi: make NewChanIDFromOutpoint accept value instead of pointer 3 meses atrás
channel_ready.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
channel_reestablish.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
channel_type.go 3cc50ced55 lnwire: create common encoder/decoder for raw feature vectors 2 meses atrás
channel_type_test.go 57b7a668c0 lnwire: add new ChannelType field as TLV record to Open/AcceptChannel 2 anos atrás
channel_update.go dd5273c88c multi: rename due to required maxHTLC bit 1 ano atrás
closing_complete.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
closing_sig.go 3d88017b38 lnwire: add new closing_complete and closing_sig messages 4 meses atrás
closing_signed.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
commit_sig.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
custom.go 93dcbd7ea3 lnwire: allow overriding of protocol messages outside of custom range 1 ano atrás
dyn_ack.go 9793fbb94b lnwire: add musig2 taproot execution messages for dynamic commitments 7 meses atrás
dyn_propose.go e5f7ed8ba1 lnwire: introduce message types for dynamic commitment negotiation 7 meses atrás
dyn_reject.go e5f7ed8ba1 lnwire: introduce message types for dynamic commitment negotiation 7 meses atrás
encoding.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding 6 meses atrás
error.go 09537596fc funding+lnwire: remove ErrSynchronizingChain 1 ano atrás
extra_bytes.go cbf676e404 lnwire: fix deprecated usage 2 meses atrás
extra_bytes_test.go 9a10c80bcb multi: move many t.Fatalf calls to require.NoError 2 anos atrás
features.go eaa85920ea multi: enable optional route blinding feature 1 mês atrás
features_test.go 019127c4f4 multi: add restriction on maximum feature bit in invoices 1 ano atrás
funding_created.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
funding_signed.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
fuzz_test.go 5953eaa9d8 lnwire: add fuzz tests for ClosingComplete+ClosingSigs 4 meses atrás
gossip_timestamp_range.go 563ff7266a lnwire: refactor Encode to use specific writers - I 2 anos atrás
init_message.go 563ff7266a lnwire: refactor Encode to use specific writers - I 2 anos atrás
kickoff_sig.go 9793fbb94b lnwire: add musig2 taproot execution messages for dynamic commitments 7 meses atrás
lnwire.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding 6 meses atrás
lnwire_test.go e4f90ec593 lnwire: add blinding point to update_add_htlc TLVs 2 meses atrás
message.go 59700892b7 lnwire: make LinkUpdater a subclass of Message 3 meses atrás
message_test.go 78d9996620 trivial: Fix spelling errors 8 meses atrás
msat.go 7dfe4018ce multi: use btcd's btcec/v2 and btcutil modules 2 anos atrás
msat_test.go 7dfe4018ce multi: use btcd's btcec/v2 and btcutil modules 2 anos atrás
musig2.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
netaddress.go 7dfe4018ce multi: use btcd's btcec/v2 and btcutil modules 2 anos atrás
netaddress_test.go 9a10c80bcb multi: move many t.Fatalf calls to require.NoError 2 anos atrás
node_announcement.go c1ad9cc60f lnwire: refactor Encode to use specific writers - II 2 anos atrás
node_announcement_test.go 1821773e39 lnwire: add test cases for node alias validation 5 anos atrás
onion_error.go c7f81d3142 multi: replace ioutil.Discard 1 mês atrás
onion_error_test.go fd8381bf2a lnwire: add invalid onion blinding error code 6 meses atrás
opaque_addrs.go fa0512f62f lnwire: add new type OpaqueAddrs 2 anos atrás
open_channel.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
partial_sig.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
ping.go 3481286ea0 lnwire+peer: clamp pong bytes, make ping handler more effcieint 2 anos atrás
pong.go 3481286ea0 lnwire+peer: clamp pong bytes, make ping handler more effcieint 2 anos atrás
query_channel_range.go 341bae098c lnwire: add QueryOptions to QueryChannelRange 6 meses atrás
query_channel_range_test.go 341bae098c lnwire: add QueryOptions to QueryChannelRange 6 meses atrás
query_options.go 8efd141347 lnwire: add QueryOptions type 6 meses atrás
query_short_chan_ids.go cd566eb097 multi: fix fmt.Errorf error wrapping 3 meses atrás
query_short_chan_ids_test.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding 6 meses atrás
reply_channel_range.go 49a0370dcd lnwire: add timestamps to ReplyChannelRange msg 6 meses atrás
reply_channel_range_test.go 49a0370dcd lnwire: add timestamps to ReplyChannelRange msg 6 meses atrás
reply_short_chan_ids_end.go c1ad9cc60f lnwire: refactor Encode to use specific writers - II 2 anos atrás
revoke_and_ack.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
short_channel_id.go fbe79811cf invoicesrpc: refactor addinvocie hop hint selection 1 ano atrás
short_channel_id_test.go 3ff8eb899c lnwire: add alias to FundingLocked in TLV 1 ano atrás
shutdown.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT 3 meses atrás
signature.go 34fd35bc63 lnwire: add Record() method to lnwire.Sig 4 meses atrás
signature_test.go 9851a6147b lnwire: TestLightningWireProtocol quick check tests for taproot fields 9 meses atrás
timestamps.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding 6 meses atrás
typed_delivery_addr.go 57b7a668c0 lnwire: add new ChannelType field as TLV record to Open/AcceptChannel 2 anos atrás
typed_delivery_addr_test.go 57b7a668c0 lnwire: add new ChannelType field as TLV record to Open/AcceptChannel 2 anos atrás
typed_fee.go 3e6adbf1c0 lnwire+channeldb: parse inbound fees 2 meses atrás
typed_fee_test.go 3e6adbf1c0 lnwire+channeldb: parse inbound fees 2 meses atrás
typed_lease_expiry.go 6252563bc5 lnwire: add LeaseExpiry custom record for Open+AcceptChannel 2 anos atrás
typed_lease_expiry_test.go 6252563bc5 lnwire: add LeaseExpiry custom record for Open+AcceptChannel 2 anos atrás
update_add_htlc.go 7fd9c2a7f8 multi: use some record for payment descriptor blinding point 2 meses atrás
update_fail_htlc.go 5ae2ce984e multi: typo fixes [skip ci] 2 anos atrás
update_fail_malformed_htlc.go 2cf6969dbc lnwire: refactor Encode to use specific writers - III 2 anos atrás
update_fee.go 2cf6969dbc lnwire: refactor Encode to use specific writers - III 2 anos atrás
update_fulfill_htlc.go 2cf6969dbc lnwire: refactor Encode to use specific writers - III 2 anos atrás
warning.go 56dba2df03 multi: update linter, fix new issues 1 ano atrás
writer.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding 6 meses atrás
writer_test.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding 6 meses atrás

README.md

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