Oliver Gugger 750770e190 Merge pull request #8981 from ProofOfKeags/refactor/payment-descriptor-quarantine hace 1 semana
..
README.md 0b1e881d18 scripted-diff: replace ⛰ emoji with $ [skip ci] hace 1 año
accept_channel.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
accept_channel_test.go 7dfe4018ce multi: use btcd's btcec/v2 and btcutil modules hace 2 años
announcement_signatures.go 563ff7266a lnwire: refactor Encode to use specific writers - I hace 3 años
channel_announcement.go 2cf6969dbc lnwire: refactor Encode to use specific writers - III hace 3 años
channel_id.go db39a905cb multi: make NewChanIDFromOutpoint accept value instead of pointer hace 6 meses
channel_id_test.go db39a905cb multi: make NewChanIDFromOutpoint accept value instead of pointer hace 6 meses
channel_ready.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
channel_reestablish.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
channel_type.go 3cc50ced55 lnwire: create common encoder/decoder for raw feature vectors hace 5 meses
channel_type_test.go 57b7a668c0 lnwire: add new ChannelType field as TLV record to Open/AcceptChannel hace 3 años
channel_update.go dd5273c88c multi: rename due to required maxHTLC bit hace 1 año
closing_complete.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
closing_sig.go 3d88017b38 lnwire: add new closing_complete and closing_sig messages hace 7 meses
closing_signed.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
commit_sig.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
custom.go 93dcbd7ea3 lnwire: allow overriding of protocol messages outside of custom range hace 1 año
custom_records.go af50694643 lnwire: add `ExtraOpaqueData` helper functions and methods hace 2 semanas
custom_records_test.go af50694643 lnwire: add `ExtraOpaqueData` helper functions and methods hace 2 semanas
dyn_ack.go 9793fbb94b lnwire: add musig2 taproot execution messages for dynamic commitments hace 10 meses
dyn_propose.go e5f7ed8ba1 lnwire: introduce message types for dynamic commitment negotiation hace 10 meses
dyn_reject.go e5f7ed8ba1 lnwire: introduce message types for dynamic commitment negotiation hace 10 meses
encoding.go 9f3593a341 lnwire: add type `CustomRecords` hace 4 semanas
error.go 09537596fc funding+lnwire: remove ErrSynchronizingChain hace 1 año
extra_bytes.go af50694643 lnwire: add `ExtraOpaqueData` helper functions and methods hace 2 semanas
extra_bytes_test.go af50694643 lnwire: add `ExtraOpaqueData` helper functions and methods hace 2 semanas
features.go f1a58dcab1 lnwire: update Bolt11 blinded path feature bits hace 1 mes
features_test.go 019127c4f4 multi: add restriction on maximum feature bit in invoices hace 1 año
funding_created.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
funding_signed.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
fuzz_test.go 475cd6e344 lnwire: manually compare Timestamps in fuzz test hace 1 semana
gossip_timestamp_range.go 563ff7266a lnwire: refactor Encode to use specific writers - I hace 3 años
init_message.go 563ff7266a lnwire: refactor Encode to use specific writers - I hace 3 años
kickoff_sig.go 9793fbb94b lnwire: add musig2 taproot execution messages for dynamic commitments hace 10 meses
lnwire.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding hace 9 meses
lnwire_test.go 8d1059f41c lnwire: add custom records field to type `UpdateFulfillHtlc` hace 2 semanas
message.go 0176fca826 lnwire: add wire type for stfu hace 1 mes
message_test.go 78d9996620 trivial: Fix spelling errors hace 1 año
msat.go 7dfe4018ce multi: use btcd's btcec/v2 and btcutil modules hace 2 años
msat_test.go 7dfe4018ce multi: use btcd's btcec/v2 and btcutil modules hace 2 años
musig2.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
netaddress.go 7dfe4018ce multi: use btcd's btcec/v2 and btcutil modules hace 2 años
netaddress_test.go 9a10c80bcb multi: move many t.Fatalf calls to require.NoError hace 2 años
node_announcement.go c1ad9cc60f lnwire: refactor Encode to use specific writers - II hace 3 años
node_announcement_test.go 1821773e39 lnwire: add test cases for node alias validation hace 5 años
onion_error.go 721a0c5edc lnwire+htlcswitch: change NewInvalidBlinding to use array instead of slice hace 1 semana
onion_error_test.go 721a0c5edc lnwire+htlcswitch: change NewInvalidBlinding to use array instead of slice hace 1 semana
opaque_addrs.go fa0512f62f lnwire: add new type OpaqueAddrs hace 2 años
open_channel.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
partial_sig.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
ping.go 3481286ea0 lnwire+peer: clamp pong bytes, make ping handler more effcieint hace 2 años
pong.go 3481286ea0 lnwire+peer: clamp pong bytes, make ping handler more effcieint hace 2 años
query_channel_range.go 341bae098c lnwire: add QueryOptions to QueryChannelRange hace 9 meses
query_channel_range_test.go 341bae098c lnwire: add QueryOptions to QueryChannelRange hace 9 meses
query_options.go 8efd141347 lnwire: add QueryOptions type hace 9 meses
query_short_chan_ids.go cd566eb097 multi: fix fmt.Errorf error wrapping hace 6 meses
query_short_chan_ids_test.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding hace 9 meses
reply_channel_range.go c1a6d3ac31 lnwire: fail decoding on incorrect number of timestamps hace 1 semana
reply_channel_range_test.go 49a0370dcd lnwire: add timestamps to ReplyChannelRange msg hace 9 meses
reply_short_chan_ids_end.go c1ad9cc60f lnwire: refactor Encode to use specific writers - II hace 3 años
revoke_and_ack.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
short_channel_id.go fbe79811cf invoicesrpc: refactor addinvocie hop hint selection hace 2 años
short_channel_id_test.go 3ff8eb899c lnwire: add alias to FundingLocked in TLV hace 2 años
shutdown.go 7feb8b21e1 multi: upgrade new taproot TLVs to use tlv.OptionalRecordT hace 6 meses
signature.go 34fd35bc63 lnwire: add Record() method to lnwire.Sig hace 7 meses
signature_test.go 9851a6147b lnwire: TestLightningWireProtocol quick check tests for taproot fields hace 1 año
stfu.go b172227cb3 lnwire: add Stfu to LinkUpdater interface hace 1 mes
timestamps.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding hace 9 meses
typed_delivery_addr.go 57b7a668c0 lnwire: add new ChannelType field as TLV record to Open/AcceptChannel hace 3 años
typed_delivery_addr_test.go 57b7a668c0 lnwire: add new ChannelType field as TLV record to Open/AcceptChannel hace 3 años
typed_fee.go 3e6adbf1c0 lnwire+channeldb: parse inbound fees hace 5 meses
typed_fee_test.go 3e6adbf1c0 lnwire+channeldb: parse inbound fees hace 5 meses
typed_lease_expiry.go 6252563bc5 lnwire: add LeaseExpiry custom record for Open+AcceptChannel hace 2 años
typed_lease_expiry_test.go 6252563bc5 lnwire: add LeaseExpiry custom record for Open+AcceptChannel hace 2 años
update_add_htlc.go 81f6a8060f lnwire: add custom records field to type `UpdateAddHtlc` hace 2 semanas
update_add_htlc_test.go 81f6a8060f lnwire: add custom records field to type `UpdateAddHtlc` hace 2 semanas
update_fail_htlc.go 5ae2ce984e multi: typo fixes [skip ci] hace 2 años
update_fail_malformed_htlc.go 2cf6969dbc lnwire: refactor Encode to use specific writers - III hace 3 años
update_fee.go 2cf6969dbc lnwire: refactor Encode to use specific writers - III hace 3 años
update_fulfill_htlc.go 8d1059f41c lnwire: add custom records field to type `UpdateFulfillHtlc` hace 2 semanas
update_fulfill_htlc_test.go 8d1059f41c lnwire: add custom records field to type `UpdateFulfillHtlc` hace 2 semanas
warning.go 56dba2df03 multi: update linter, fix new issues hace 1 año
writer.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding hace 9 meses
writer_test.go c882223ead lnwire+discovery: rename ShortChannelIDEncoding to QueryEncoding hace 9 meses

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