Move `broadcast_node_announcement` to `PeerManager`
[rust-lightning] / lightning / src / ln /
2022-09-08 Matt CoralloMove `broadcast_node_announcement` to `PeerManager`
2022-09-08 Matt CoralloSend channel_{announcement,update} msgs on connection...
2022-09-07 valentinewallaceMerge pull request #1697 from TheBlueMatt/2022-08-event...
2022-09-07 valentinewallaceMerge pull request #1698 from TheBlueMatt/2022-09-relea...
2022-09-07 valentinewallaceMerge pull request #1691 from TheBlueMatt/2022-08-dust...
2022-09-06 Matt CoralloClarify and consolidate event handling requirements 2022-08-event-docs
2022-09-06 Matt CoralloCorrect payment resolution after on chain failure of... 2022-08-dust-retry
2022-09-06 valentinewallaceMerge pull request #1657 from TheBlueMatt/2022-08-async...
2022-09-06 Matt CoralloMerge pull request #1695 from TheBlueMatt/2022-08-log...
2022-09-06 Matt CoralloEnsure we log private channel_updates at a non-GOSSIP... 2022-08-log-chan_update
2022-09-06 Matt CoralloAdd a `Future` which can receive manager persistence...
2022-09-06 Matt CoralloRemove internal references to `persistence` in waker.rs
2022-09-03 Matt CoralloMerge pull request #1692 from TheBlueMatt/2022-08-time...
2022-09-02 Matt CoralloMerge pull request #1650 from valentinewallace/2022...
2022-09-02 Matt CoralloMove open_zero_conf_channel utility to common test...
2022-09-02 Valentine WallaceRefuse to send and forward OMs to disconnected peers
2022-09-01 Jeffrey CzyzMerge pull request #1643 from jurvis/jurvis/2022-07...
2022-08-29 Jeffrey CzyzMerge pull request #1604 from valentinewallace/2022...
2022-08-26 Valentine WallaceImplement buffering onion messages for peers.
2022-08-26 Valentine WallacePeerManager: bump the read pause limit
2022-08-26 Valentine WallaceAdd boilerplate for sending and receiving onion message...
2022-08-25 Matt CoralloMerge pull request #1683 from valentinewallace/2022...
2022-08-25 Matt CoralloMerge pull request #1673 from TheBlueMatt/2022-08-may...
2022-08-25 Valentine WallaceSeparate gossip broadcasts into their own queue in...
2022-08-25 Valentine WallacePeerMan: rename drop_gossip util to be more accurate
2022-08-25 Valentine WallacePeerMan: fix bug in drop_gossip util
2022-08-25 Matt CoralloRename MaybeClaimableHTLCAwaitingTimeout for consistency 2022-08-may-learn-preimage-balance
2022-08-25 Matt CoralloExpose a `Balance` for inbound HTLCs even without a...
2022-08-18 Matt CoralloMerge pull request #1670 from TheBlueMatt/2022-08-mon...
2022-08-17 Matt CoralloMerge pull request #1495 from TheBlueMatt/2022-04-all...
2022-08-17 valentinewallaceMerge pull request #1648 from valentinewallace/2022...
2022-08-17 Matt CoralloMerge pull request #1666 from TheBlueMatt/2022-08-fix...
2022-08-16 Matt CoralloMerge pull request #1660 from TheBlueMatt/2022-08-clean...
2022-08-16 Matt CoralloExpose counterparty-revoked-outputs in `get_claimable_b...
2022-08-16 Matt CoralloDrop uneccessary `if {...; bool}` pattern in PeerManager 2022-08-cleanup-ratelimits
2022-08-15 Matt CoralloFix off-by-one in test_onchain_htlc_claim_reorg_remote_...
2022-08-15 Matt CoralloMerge pull request #1663 from tnull/2022-08-drop-regist...
2022-08-15 Matt CoralloBackfill gossip without buffering directly in LDK
2022-08-15 valentinewallaceMerge pull request #1659 from valentinewallace/2022...
2022-08-15 Valentine WallaceRename HighZeroBytesDroppedVarInt to HighZeroBytesDropp...
2022-08-15 Valentine WallaceFix bug in onion payment payload decode
2022-08-12 Matt CoralloRename `PersistenceNotifier` to simply `Notifier`
2022-08-12 Matt CoralloMerge pull request #1658 from lightning-signer/2022...
2022-08-10 DevrandomModify ecdh to take Scalar
2022-08-10 DevrandomUpdate bitcoin crate to 0.29.0
2022-08-10 Matt CoralloClarify comment on BUFFER_DRAIN_MSGS_PER_TICK.
2022-08-10 Valentine WallaceUse util methods in `Peer` to decide when to forward
2022-08-09 Matt CoralloMove PersistenceNotifier to a new util module
2022-08-06 Valentine WallaceMinor msgs::OnionHopData cleanups
2022-08-03 Matt CoralloMerge pull request #1638 from ViktorTigerstrom/2022...
2022-08-03 Matt CoralloMerge pull request #1619 from G8XSU/main
2022-08-03 Matt CoralloMerge pull request #1503 from valentinewallace/2022...
2022-08-02 Valentine WallaceFix possible incomplete read bug on onion packet decode
2022-08-02 Valentine WallaceImplement receiving and forwarding onion messages
2022-08-02 Valentine WallaceSupport sending onion messages
2022-08-02 Valentine WallaceAdd baseline OnionMessenger and msgs::OnionMessage...
2022-08-02 Valentine WallaceKeysInterface: add new ecdh method
2022-08-02 Valentine WallaceAdd onion_message::Packet and adapt construct_onion_pac...
2022-08-02 Gursharan SinghAdd config support for 'their_channel_reserve_proportio...
2022-08-02 Viktor TigerströmDon't return `channel_state` from `decode_update_add_ht...
2022-08-02 Valentine WallaceAdd onion messages module + enable the construction...
2022-07-27 Matt CoralloMerge pull request #1628 from tnull/2022-07-readme...
2022-07-26 Matt CoralloMerge pull request #1631 from dunxen/2022-07-disabledflags
2022-07-26 Duncan DeanSpecify why flags for `channel_disabled` error are...
2022-07-26 Jeffrey CzyzMerge pull request #1403 from jurvis/jurvis/add-payment...
2022-07-25 Matt CoralloMerge pull request #1617 from TheBlueMatt/2022-07-base-ppm
2022-07-25 Matt CoralloMerge pull request #1626 from TheBlueMatt/2022-07-fix...
2022-07-25 Matt CoralloMerge pull request #1611 from TheBlueMatt/2022-07-lower...
2022-07-25 Matt CoralloMerge pull request #1519 from tnull/2022-06-require...
2022-07-25 Elias RohrerMake `htlc_maximum_msat` a required field.
2022-07-25 Matt CoralloChange `LowerBoundedFeeEstimator` fn name to make it... 2022-07-lower-bounded-estimator-nit
2022-07-25 jurvisSend failure event if we fail to handle a HTLC
2022-07-25 Matt CoralloRemove scary disconenct warnings on PeerManager new... 2022-07-fix-pm-docs
2022-07-25 jurvisAdd utils to handle HTLC handling failure reason
2022-07-21 Matt CoralloMerge pull request #1420 from TheBlueMatt/2022-04-moar...
2022-07-19 Matt CoralloMerge pull request #1610 from TheBlueMatt/2022-07-no...
2022-07-19 Matt CoralloReduce default max_channel_saturation_power_of_half... 2022-07-no-rand-path-selection
2022-07-15 Matt CoralloMerge pull request #1618 from wpaulino/gossip-sync...
2022-07-15 Matt CoralloMerge pull request #1600 from TheBlueMatt/2022-07-expli...
2022-07-14 Matt CoralloTrack channels which a given payment part failed to...
2022-07-14 Matt CoralloMerge pull request #1605 from TheBlueMatt/2022-07-small...
2022-07-14 Jeffrey CzyzMerge pull request #1543 from jkczyz/2022-06-network...
2022-07-14 Matt CoralloMerge pull request #1615 from TheBlueMatt/2022-07-screw...
2022-07-13 Matt CoralloFix some test theoretical lock inversions
2022-07-13 Matt CoralloRelax the channel saturation limit if we can't find...
2022-07-13 Matt CoralloMerge pull request #1552 from dunxen/2022-06-checkminre...
2022-07-13 Duncan DeanMake all internal signatures accept LowerBoundedFeeEsti...
2022-07-13 Matt CoralloMerge pull request #1542 from ViktorTigerstrom/2022...
2022-07-12 Viktor TigerströmAdd `ChannelManager:id_to_peer` map coverage test
2022-07-12 Viktor TigerströmAdd id_to_peer map
2022-07-11 Matt CoralloMerge pull request #1603 from TheBlueMatt/2022-07-no...
2022-07-11 Jeffrey CzyzMerge pull request #1596 from jurvis/jurvis/give-chanmo...
2022-07-09 jurvisAdd counterparty_node_id to ChannelMonitor
2022-07-08 Matt CoralloMerge pull request #1592 from tnull/2022-07-manual...
2022-07-07 Jeffrey CzyzMerge pull request #1567 from tnull/2022-06-send-probe
2022-07-07 Viktor TigerströmRename `short_to_id` map to `short_to_chan_info`
2022-07-07 Viktor TigerströmAdd `counterparty_node_id` to `short_to_id` map
2022-07-07 Elias RohrerAdd `send_probe` and introduce probing cookies
2022-07-05 Matt CoralloMerge pull request #1588 from TheBlueMatt/2022-06-ffs...
2022-07-05 Matt CoralloDo not execute the default_value expr until we need... 2022-06-ffs-dumb-ser
next