rust-lightning
2021-08-17 Matt CoralloAdd relatively simple tests of the legacy and target... 2021-07-new-closing-fee
2021-08-17 Matt CoralloSlightly clarify the closing_signed error msg on fee...
2021-08-17 Matt CoralloAdd a test for shutdown negotiaion funder restart and...
2021-08-17 Matt CoralloForce-close if finish closing_signed negotiation takes...
2021-08-17 Matt CoralloMove shutdown-related tests into a new module
2021-08-17 Matt CoralloClean up existing and add range-based closing_signed...
2021-08-17 Matt CoralloSend initial closing_signed message asynchronously...
2021-08-13 Matt CoralloDo not serialize `Channel::last_sent_closing_fee` to...
2021-08-13 Matt CoralloLog shutdown including which side of the channel initia...
2021-08-13 Matt CoralloImplement the closing_signed TLV suffix with allowed...
2021-08-13 Matt CoralloImprove TLV serialization macro callability very slightly
2021-08-13 Matt CoralloAdd new `ChannelError` category to send `warning` messages
2021-08-13 Matt CoralloAdd #[allow(unused_mut)] on reorg_test as older rustc...
2021-08-13 Matt CoralloMerge pull request #985 from TheBlueMatt/2021-06-auto...
2021-08-13 Matt CoralloLimit inbound fee updates by dust exposure instead... 2021-06-auto-chan-fee-updates
2021-08-13 Matt CoralloLog when we change HTLC state while sending a commitmen...
2021-08-13 Matt CoralloFix handling of inbound uncommitted feerate updates
2021-08-13 Matt CoralloFix re-sending commitment updates with an outbound...
2021-08-13 Matt CoralloAdd more logging during chanmon_consistency runs
2021-08-13 Matt CoralloAdd fuzz coverage of (potential) fee update messages
2021-08-13 Matt CoralloAutomatically update fees on outbound channels as fees...
2021-08-10 Matt CoralloSet cfg=fuzzing when building fuzz crate in CI
2021-08-10 Matt CoralloAdd standard derives for ConfirmationTarget
2021-08-10 Matt CoralloMerge pull request #1009 from ariard/2021-07-add-forwar...
2021-08-10 Antoine RiardAdd test_max_balance_dust_htlc
2021-08-10 Antoine RiardEnforce `max_balance_dust_htlc_msat` at HTLC reception...
2021-08-10 Antoine RiardModify pending inbound/outbound getters to access dust...
2021-08-10 Antoine RiardAdd new config setting `max_balance_dust_htlc_msat`
2021-08-10 Matt CoralloMerge pull request #1025 from TheBlueMatt/2021-07-detec...
2021-08-10 Matt CoralloMerge pull request #1038 from valentinewallace/2021...
2021-08-10 Valentine WallaceAdd requirement of payment secret for multi path payments
2021-08-09 Matt CoralloMerge pull request #1019 from jkczyz/2021-07-shutdown...
2021-08-09 Jeffrey CzyzAdd APIError::IncompatibleShutdownScript
2021-08-09 Jeffrey CzyzImplement Display for ShutdownScript
2021-08-09 Jeffrey CzyzPass InitFeatures by reference to Channel
2021-08-09 Jeffrey CzyzRemove unreachable BroadcastChannelUpdate
2021-08-09 Jeffrey CzyzGenerate shutdown script at channel close
2021-08-09 Jeffrey CzyzAdd features to NodeCfg and use in create_network
2021-08-09 Jeffrey CzyzConnect nodes in remaining tests
2021-08-09 Jeffrey CzyzSupport all shutdown scripts defined in BOLT 2
2021-08-09 Jeffrey CzyzUse ShutdownScript to check scripts from peers
2021-08-09 Jeffrey CzyzAdd ShutdownScript for BOLT 2 acceptable scripts
2021-08-09 Jeffrey CzyzClean up and add shutdown script functional tests
2021-08-09 Matt CoralloMerge pull request #1035 from TheBlueMatt/2021-08-faste...
2021-08-09 Matt CoralloHandle being asleep for more than double our ping time... 2021-08-faster-pings
2021-08-09 Matt CoralloUpdate lightning-background-processor to ping every...
2021-08-09 Matt CoralloSuggest faster ping in `PeerManager::timer_tick_occurre...
2021-08-09 Matt CoralloCorrectly detect missing HTLCs when a local commitment... 2021-07-detect-htlcs-on-local-commitment
2021-08-09 Matt CoralloDRY HTLC failure code in check_spend_counterparty_trans...
2021-08-08 Valentine WallaceUpdate keysend docs
2021-08-05 Matt CoralloMerge pull request #1029 from TheBlueMatt/2021-07-log...
2021-08-05 Matt CoralloMake BackgroundProcessor `#[must_use]` to avoid droppin... 2021-07-log-channel-close
2021-08-05 Matt CoralloLog when a channel is closed on startup due to stale...
2021-08-05 Matt CoralloAdd additional TLV serialization type of (default_value, N)
2021-08-04 Matt CoralloMerge pull request #1004 from TheBlueMatt/2021-07-forwa...
2021-08-04 Matt CoralloChange return value of `claim_funds` to ignore duplicat... 2021-07-forward-event
2021-08-04 Matt CoralloGenerate a PaymentForwarded event when a forwarded...
2021-08-04 Matt CoralloMerge pull request #1022 from TheBlueMatt/2021-07-to...
2021-08-04 Matt CoralloFix to_remote SpendableOutputs generation in rare reorg... 2021-07-to-remote-reorg
2021-08-03 Matt CoralloMerge pull request #1028 from lightning-signer/2021...
2021-08-03 DevrandomRename no_std feature to no-std
2021-08-03 Matt CoralloMerge pull request #1033 from TheBlueMatt/2021-07-fix...
2021-08-03 DevrandomActual no_std support
2021-08-02 Matt CoralloCheck IO errors in test using `raw_os_error()` instead... 2021-07-fix-beta
2021-08-02 Matt CoralloMerge pull request #1032 from jkczyz/2021-08-clippy
2021-08-02 Jeffrey CzyzFail linter on #[warn(clippy::try_err)]
2021-08-02 Jeffrey CzyzFix #[warn(clippy::try_err)] in ser_macros.rs
2021-08-02 Matt CoralloAdd CI runs on rustc beta on Windows and MacOS
2021-07-31 Matt CoralloMerge pull request #1012 from TheBlueMatt/2021-07-bump...
2021-07-31 Matt CoralloAdd a `#[macro_use]` on the `alloc` import for `format!()` 2021-07-bump-deps
2021-07-31 Matt CoralloFix no_std warnings due to unused includes
2021-07-31 Matt CoralloDrop MSRV for no_std to 1.47 as that's what Ubuntu...
2021-07-31 Matt CoralloBump dependencies to bitcoin 0.27 and bech32 0.8
2021-07-30 Matt CoralloMerge pull request #1024 from TheBlueMatt/2021-07-alway...
2021-07-30 Matt CoralloConnect peers on startup in tests 2021-07-always-connect-in-tests
2021-07-29 Matt CoralloMerge pull request #1021 from TheBlueMatt/2021-07-broke...
2021-07-29 Matt CoralloMerge pull request #1007 from jkczyz/2021-07-stop-drop...
2021-07-29 Matt CoralloDisable fast-fail to let CI actually run even though... 2021-07-broken-beta
2021-07-28 Matt CoralloMerge pull request #1020 from TheBlueMatt/2021-07-log...
2021-07-28 Jeffrey CzyzAdd join method to BackgroundProcessor
2021-07-28 Matt CoralloMacroize feature printing to ensure we don't miss new... 2021-07-log-features-more
2021-07-28 Matt CoralloTest preimages are learned instantly in test_onchain_to...
2021-07-28 Matt CoralloIgnore unknown Events serialized with an odd type value.
2021-07-28 Matt CoralloDrop single-use macro from check_spend_holder_transaction
2021-07-28 Matt CoralloMerge pull request #977 from TheBlueMatt/2021-06-fix...
2021-07-28 Matt CoralloFail channel if we can't sign a new commitment tx durin... 2021-06-fix-double-claim-close
2021-07-28 Matt CoralloSimplify call graph of get_update_fulfill_htlc since...
2021-07-28 Matt CoralloHandle double-HTLC-claims without failing the backwards...
2021-07-28 Matt CoralloMerge pull request #967 from valentinewallace/2021...
2021-07-27 Valentine WallaceClarify decode_update_add_htlc_onion comment
2021-07-27 Valentine Wallacetests: make PaymentSecret optional in pass_along path
2021-07-27 Valentine WallaceImplement utilities for keysending to private nodes
2021-07-27 Valentine WallaceImplement sending keysend payments (to public nodes)
2021-07-27 Valentine Wallacetest utils: add optional PaymentPreimage param to pass_...
2021-07-27 Valentine WallaceImplement receiving keysend payments
2021-07-27 Valentine WallaceRefactor PaymentReceived event for keysend receives
2021-07-27 Valentine WallaceAdd PendingHTLCRouting variant for receiving keysend...
2021-07-27 Valentine WallaceFix indentation in decode_update_add_htlc_onion
2021-07-27 Valentine WallaceAdvertise keysend feature
2021-07-27 Valentine WallaceParse keysend TLV field in onion.
next