rust-lightning
2022-08-30 Matt CoralloDrop honggfuzz `arbitrary` dependency to meet MSRV 2022-08-fuzz-msrv
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 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-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...
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 WallaceError when attempting to send an OM to a blinded route...
2022-08-02 Valentine WallaceAdd SendError enum for onion messages and error on...
2022-08-02 Valentine WallaceAdd test utilities and integration tests for onion...
2022-08-02 Valentine WallaceSignificantly expand onion message documentation
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 Matt CoralloMerge pull request #1637 from tnull/2022-07-contrib...
2022-08-02 Elias RohrerRemove Slack and update `CONTRIBUTING`
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-27 Matt CoralloMerge pull request #1635 from TheBlueMatt/2022-07-acces...
2022-07-27 valentinewallaceMerge pull request #1633 from TheBlueMatt/2022-07-110
2022-07-27 Matt CoralloMerge pull request #1632 from TheBlueMatt/2022-07-warnings
2022-07-27 Elias RohrerRemove 'slack' (and other things)
2022-07-27 Matt CoralloExpose `ChannelMonitor::get_counterparty_node_id` 2022-07-accessor-pub
2022-07-26 Matt CoralloSet release date on 0.0.110 release 2022-07-110
2022-07-26 Matt CoralloMerge pull request #1629 from TheBlueMatt/2022-07-110 v0.0.110
2022-07-26 Matt CoralloBump crate versions to 0.0.110/invoice 0.18
2022-07-26 Matt CoralloAdd CHANGELOG entry for 0.0.110
2022-07-26 Matt CoralloDrop unused test code in `lightning-invoice::payment` 2022-07-warnings
2022-07-26 Matt CoralloFix new compilation warnings in `debug_sync` module
2022-07-26 Matt CoralloMerge pull request #1631 from dunxen/2022-07-disabledflags
next