rust-lightning
2022-09-08 Matt CoralloAdd a folder to track CHANGELOG entries for the next... 2022-08-announcement-rework
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 CoralloAdd release names to CHANGELOG 2022-09-release-names
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 background processing function that is async. 2022-08-async-man-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 CoralloHandle monotonic clock going backwards during runtime 2022-08-time-goes-backwards
2022-09-02 Matt CoralloMove open_zero_conf_channel utility to common test...
2022-09-02 Valentine WallaceLimit OnionMessenger outbound buffer size
2022-09-02 Valentine WallaceDon't construct OnionMessage while holding peer lock
2022-09-02 Valentine WallaceRefuse to send and forward OMs to disconnected peers
2022-09-02 Valentine WallaceExpose onion message module as public
2022-09-01 Jeffrey CzyzMerge pull request #1643 from jurvis/jurvis/2022-07...
2022-09-01 jurvisMake payment tests more realistic
2022-09-01 jurvisKeep track of inflight HTLCs across payments
2022-08-30 Matt CoralloMerge pull request #1687 from TheBlueMatt/2022-08-fuzz...
2022-08-30 Matt CoralloDrop honggfuzz `arbitrary` dependency to meet MSRV 2022-08-fuzz-msrv
2022-08-30 jurvisChange `payment_cache` to accept `PaymentInfo`
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 WallaceImplement OnionMessageProvider for OnionMessenger
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-24 Matt CoralloMerge pull request #1682 from tnull/2022-08-export...
2022-08-24 Jeffrey CzyzMerge pull request #1652 from valentinewallace/2022...
2022-08-24 Elias RohrerExport and document all `log` macros.
2022-08-24 Valentine WallaceSupport sending and receiving reply paths
2022-08-24 Valentine WallaceFix bug in onion message payload decode
2022-08-24 Valentine WallaceOM functional tests: update util to take nodes by reference
2022-08-23 ArikMerge pull request #1679 from TheBlueMatt/2022-08-no...
2022-08-23 Matt CoralloAvoid querying the chain for outputs for channels we... 2022-08-no-double-access
2022-08-23 Jeffrey CzyzMerge pull request #1681 from dunxen/2022-08-githubacti...
2022-08-23 Duncan DeanWorkaround GH Actions issue for 1.45
2022-08-19 Matt CoralloMerge pull request #1677 from ok300/ok300-patch-1
2022-08-19 Matt CoralloMerge pull request #1676 from arik-so/2022-08-gossip...
2022-08-19 Matt CoralloMerge pull request #1575 from NicolaLS/hash-invoice
2022-08-19 Arik SosmanFix script order in gossip key mismatch error.
2022-08-19 NicolaLSderive Hash for Invoice
2022-08-19 ok300Bump bitcoin_hashes to v0.11
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 Matt CoralloProvide guidance on ChannelMonitorUpdate serialized... 2022-08-mon-size-guidelines
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-17 Matt CoralloCorrect the on-chain script checked in gossip verification 2022-08-fix-script-check
2022-08-16 Valentine WallaceFuzz test onion messages
2022-08-16 Matt CoralloMerge pull request #1660 from TheBlueMatt/2022-08-clean...
2022-08-16 Matt CoralloMove per-HTLC logic out of get_claimable_balances into... 2022-04-all-claimables
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-16 Matt CoralloReplace manual iteration with for loops in outbound...
2022-08-15 Matt CoralloSimplify claimable balance trivially with consistent...
2022-08-15 Matt CoralloScan `onchain_events_awaiting_threshold_conf` once...
2022-08-15 Matt CoralloTrack the txid that resolves HTLCs even after resolutio...
2022-08-15 Matt CoralloTrack HTLC-Success/HTLC-Timeout claims of revoked outputs
2022-08-15 Matt CoralloFix off-by-one in test_onchain_htlc_claim_reorg_remote_...
2022-08-15 Matt CoralloClean up nesting in `get_counterparty_output_claim_info`
2022-08-15 Matt CoralloTrack counterparty payout info in counterparty commitme...
2022-08-15 Matt CoralloStore the full event transaction in `OnchainEvent`...
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 Elias RohrerClarify 'should' vs 'will' in `get_relevant_txids`
2022-08-15 Elias RohrerDrop return value from `Filter::register_output`
2022-08-15 valentinewallaceMerge pull request #1659 from valentinewallace/2022...
2022-08-15 Valentine WallaceFix fuzzer-found underflow
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 valentinewallaceMerge pull request #1655 from valentinewallace/2022...
2022-08-09 Matt CoralloMove PersistenceNotifier to a new util module
2022-08-08 Matt CoralloMerge pull request #1651 from TheBlueMatt/2022-08-expor...
2022-08-08 valentinewallaceMerge pull request #1654 from TheBlueMatt/2022-08-updat...
2022-08-07 Matt CoralloUpdate libfuzzer-sys to new upstream inclusion method 2022-08-update-libfuzzer
2022-08-07 Valentine WallaceFix CI to error on doc links to private items
2022-08-06 Valentine WallaceMinor msgs::OnionHopData cleanups
2022-08-05 Matt Corallo[C Bindings] Expose channel and nodes list in `ReadOnly... 2022-08-export-chan-list
2022-08-03 Matt CoralloMerge pull request #1638 from ViktorTigerstrom/2022...
next