Update ChannelConfig serialization to be TLV-based
[rust-lightning] / lightning / src / ln /
2021-07-09 Matt CoralloUpdate ChannelConfig serialization to be TLV-based
2021-07-08 Matt CoralloMerge pull request #988 from TheBlueMatt/2021-07-chan...
2021-07-08 Matt CoralloImprove ChannelDetails readability significantly. 2021-07-chan-details-usability
2021-07-08 Matt CoralloMerge pull request #961 from TheBlueMatt/2021-06-workar...
2021-07-07 Matt CoralloMerge pull request #949 from TheBlueMatt/2021-06-send...
2021-07-07 Matt CoralloIgnore our own gossip if it is sent to us from our... 2021-06-send-priv-update
2021-07-07 Matt CoralloFix spelling in ChannelManager comment
2021-07-07 Matt CoralloSend channel_update messages to direct peers on private...
2021-07-06 Matt CoralloMerge pull request #984 from TheBlueMatt/2021-06-more...
2021-07-06 Matt CoralloExpose the current best chain tip from ChannelManager...
2021-07-06 Matt CoralloExpand the fields exposed to users in `ChannelDetails`
2021-07-06 Matt CoralloDrop Channel HTLC transaction building thin wrapper...
2021-07-06 Matt CoralloMake channel fields which are from accept_channel Optional
2021-07-05 Matt CoralloMerge pull request #958 from TheBlueMatt/2021-06-fix...
2021-07-04 Matt CoralloReject minimum_depth of 0 on channel opens
2021-07-02 Matt CoralloNever generate a `BroadcastChannelUpdate` for priv...
2021-07-02 Matt CoralloMerge pull request #970 from TheBlueMatt/2021-06-no...
2021-07-02 Matt CoralloClarify when height is the *current* vs a *confirmation...
2021-07-02 Matt CoralloCreate SpendableOutputs events no matter the chain...
2021-07-02 Matt CoralloUpdate `ChannelMonitor::best_block` before calling...
2021-07-02 Matt CoralloAdd new expect_payment_failure_chan_update!() macro...
2021-07-01 Matt CoralloMerge pull request #976 from TheBlueMatt/2021-06-action...
2021-07-01 Matt CoralloMerge pull request #954 from TheBlueMatt/2021-06-no...
2021-06-30 Matt CoralloConsider channels "live" even if they are awaiting... 2021-06-no-spurious-forward-fails
2021-06-30 Matt CoralloMerge pull request #972 from TheBlueMatt/2021-06-skip...
2021-06-30 Matt CoralloFix unused import in peer_handler introduced in 1f592b0... 2021-06-skip-notify-chansync
2021-06-30 Matt CoralloDo not always persist ChannelManager on channel_update...
2021-06-30 Matt CoralloMake errors actionable when failing to deserialize...
2021-06-30 Matt CoralloMerge pull request #973 from TheBlueMatt/2021-06-fix...
2021-06-29 Matt CoralloClean up check_spendable_outputs!() test macro somewhat
2021-06-29 Matt CoralloMerge pull request #965 from TheBlueMatt/2021-06-log...
2021-06-29 Matt CoralloCorrect inbound HTLC upgrade logs on revoke_and_ack...
2021-06-29 Matt CoralloIncrease the log level of several channelmonitor/onchai...
2021-06-29 Matt CoralloUpdate logging in channel and channelmanager to better...
2021-06-29 Matt CoralloDo not log_debug when we receive duplicate gossip messages
2021-06-29 Matt CoralloMore consistently log in msg handling, incl full msg...
2021-06-29 Matt CoralloUnify message sending to use PeerManager::enqueue_message
2021-06-29 Matt CoralloAdd error logs when a ChannelManager as inconsistent...
2021-06-29 Matt CoralloMerge pull request #974 from sr-gi/message_signing_borrow
2021-06-29 Matt CoralloMerge pull request #966 from TheBlueMatt/2021-06-workar...
2021-06-28 Matt CoralloWorkaround lnd sending funding_locked before channel_re... 2021-06-workaround-broken-lnd
2021-06-25 Matt CoralloMerge pull request #968 from TheBlueMatt/2021-06-no...
2021-06-24 Matt CoralloMerge pull request #964 from valentinewallace/2021...
2021-06-24 Valentine WallaceFix TLV serialization to work with large types.
2021-06-23 Matt CoralloMerge pull request #950 from TheBlueMatt/2021-06-changelog
2021-06-23 Matt CoralloDo not generate error messages when we receive our...
2021-06-23 Matt CoralloMerge pull request #957 from TheBlueMatt/2021-06-p2p...
2021-06-23 Matt CoralloClean up docs on peer_handler significantly. 2021-06-p2p-no-deadlock
2021-06-21 Matt CoralloDo not require that no calls are made post-disconnect_s...
2021-06-21 Matt CoralloMerge pull request #948 from TheBlueMatt/2021-06-p2p...
2021-06-21 Matt Corallo[peer_handler] Drop unused return from get_peer_for_for... 2021-06-p2p-fixes
2021-06-21 Matt CoralloSomewhat simplify message handling error mapping in...
2021-06-21 Matt CoralloDrop peers_needing_send tracking and try to write for...
2021-06-21 Matt CoralloSkip forwarding gossip messages to peers if their buffe...
2021-06-21 Matt CoralloForward gossip msgs
2021-06-21 Matt CoralloRefactor message broadcasting out into a utility method
2021-06-21 Matt CoralloFix bogus reentrancy from read_event -> do_attempt_writ...
2021-06-21 Matt CoralloDrop unused "peer gone" handling in get_peer_for_forwar...
2021-06-20 Matt CoralloMerge pull request #947 from GeneFerneau/hash
2021-06-18 Gene FerneauUse hashbrown replacements for std equivalents
2021-06-08 Matt CoralloMerge pull request #940 from TheBlueMatt/2021-06-fix...
2021-06-08 Matt CoralloMerge pull request #936 from TheBlueMatt/2021-05-spenda...
2021-06-08 Matt CoralloMerge pull request #943 from lightning-signer/2021...
2021-06-08 Matt CoralloClean up docs on public chan_utils methods to be more... 2021-06-fix-docs
2021-06-08 Matt CoralloMerge pull request #939 from TheBlueMatt/2021-05-derives
2021-06-07 Matt CoralloMerge pull request #942 from lightning-signer/2021...
2021-06-07 DevrandomRemove unwanted check in accept_channel
2021-06-02 Matt CoralloAdd additional derives for a few structs 2021-05-derives
2021-06-01 Matt CoralloDelay DelayedPaymentOutput spendable events until the... 2021-05-spendable-event-locktime-delay
2021-06-01 Matt CoralloMerge pull request #935 from TheBlueMatt/2021-05-enum...
2021-06-01 Matt CoralloConvert remaining channel inner structs and enums to...
2021-06-01 Matt CoralloUse TLV instead of explicit length for VecReadWrapper...
2021-06-01 Matt CoralloMerge pull request #938 from lightning-signer/2020...
2021-06-01 DevrandomExpose test_process_background_events
2021-06-01 Matt CoralloMerge pull request #933 from TheBlueMatt/2021-05-ser...
2021-06-01 Matt CoralloDrop byte_utils in favor of native `to/from_be_bytes...
2021-05-31 Matt CoralloMerge pull request #892 from TheBlueMatt/2021-04-fix...
2021-05-31 Matt CoralloCorrect Channel outbound HTLC serialization 2021-04-fix-htlc-ser
2021-05-31 Matt CoralloMerge pull request #931 from jkczyz/2021-05-http-client...
2021-05-29 Matt CoralloMerge pull request #932 from TheBlueMatt/2021-05-broadc...
2021-05-28 Matt CoralloSkip transactions which are locktime'd when broadcastin...
2021-05-28 Matt CoralloTrack the blocks a node has connected in the TestBroadc...
2021-05-28 Matt CoralloDelay broadcast of PackageTemplate packages until their...
2021-05-28 Matt CoralloSimplify tx checks in functional tests to make later...
2021-05-27 Matt CoralloMerge pull request #928 from TheBlueMatt/2021-05-really...
2021-05-27 Matt CoralloUse TLV serialization for Commitment transaction structures
2021-05-27 Matt CoralloMove NetworkGraph inner structs to TLV storage
2021-05-27 Matt CoralloMove ChannelManager-inner structs to TLV storage
2021-05-27 Matt CoralloMerge pull request #924 from GeneFerneau/alloc
2021-05-27 Gene FerneauUse alloc for no_std builds
2021-05-27 Matt CoralloMerge pull request #929 from jkczyz/2021-05-json-rpc...
2021-05-26 Matt CoralloMerge pull request #642 from ariard/2020-06-anchor...
2021-05-25 Antoine RiardMove onchain* to chain/
2021-05-25 Antoine RiardIntegrate PackageTemplate
2021-05-25 Antoine RiardDuplicate fee computation utilities out of OnchainTxHandler
2021-05-25 Antoine RiardIntroduce PackageTemplae, a replacement of InputMaterial
2021-05-25 Antoine RiardAdd package.rs file
2021-05-25 Matt CoralloMerge pull request #920 from TheBlueMatt/2021-05-tlv-ser
2021-05-25 Matt CoralloRebroadcast channel_announcements when we broadcast...
2021-05-25 Matt CoralloProcess announcement_signatures messages in Channel...
next