rust-lightning
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-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 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.
2021-07-26 Matt CoralloMerge pull request #998 from TheBlueMatt/2021-07-fix...
2021-07-26 Matt CoralloMerge pull request #986 from TheBlueMatt/2021-07-route...
2021-07-22 Matt CoralloMerge pull request #1008 from lightning-signer/2021...
2021-07-20 Matt CoralloMerge pull request #1010 from sr-gi/enforce_signature_l...
2021-07-20 DevrandomTest no_std instead of just hashbrown
2021-07-20 DevrandomImplement dummy Mutex, Condvar and RwLock
2021-07-20 Sergi Delgado... Enforces sig_rec length in message_signing
2021-07-19 DevrandomCollect all lightning std::sync imports under crate...
2021-07-18 Jeffrey CzyzStop BackgroundProcessor's thread on drop
2021-07-18 Jeffrey CzyzCorrectly assert BackgroundProcessor error
2021-07-15 Matt CoralloMerge pull request #1003 from jkczyz/2021-known-feature...
2021-07-15 Matt CoralloMerge pull request #1002 from valentinewallace/2021...
2021-07-15 Jeffrey CzyzTest index-out-of-bounds in Features::to_context
2021-07-14 Jeffrey CzyzRemove unnecessary feature test-only methods
2021-07-14 Valentine WallaceFix crash due to index-out-of-bounds in feature translation
2021-07-14 Matt CoralloSupport pending update_fail_htlcs in reconnect_nodes...
2021-07-13 Matt CoralloFix channel reserve calculation on the sending side 2021-07-fix-chan-reserve-msat-sat
2021-07-09 Matt CoralloMerge pull request #990 from TheBlueMatt/2021-07-0... v0.0.99
2021-07-09 Matt CoralloBump most crate versions to 0.0.99 and lightning-invoic... 2021-07-0.0.99
2021-07-09 Matt CoralloAdd documentation for all PRs slated to land for 0...
2021-07-09 Matt CoralloMerge pull request #975 from TheBlueMatt/2021-06-fix...
2021-07-09 Matt CoralloChange serialization backwards compat in Channel to... 2021-06-fix-fee-calc
2021-07-09 Matt CoralloAdd a note clarifying the API guarantees of create_channel
2021-07-09 Matt CoralloOptionally reject HTLC forwards over priv chans with...
2021-07-09 Matt CoralloUpdate full_stack_target demo input to match new, fewer...
2021-07-09 Matt CoralloMake the base fee configurable in ChannelConfig
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-08 Matt CoralloUse the query start block for ReplyChannelRange respons... 2021-06-workaround-broken-cln
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 CoralloTweak documentation in `BestBlock` to be a bit more... 2021-06-more-chan-data
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 Corallo[router] Use the invoice value for last-hop hint channe... 2021-07-route-lasthop-value
2021-07-05 Matt CoralloMerge pull request #958 from TheBlueMatt/2021-06-fix...
2021-07-04 Matt CoralloFix panic in router given to bogus last-hop hints 2021-06-fix-router-panic
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 CoralloClean up get_broadcasted_holder_claims confirmation... 2021-06-no-confirmed-csv-delay
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 CoralloAvoid calling OnchainTx::block_disconnected if no block...
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 CoralloCorrect test log printing due to inverted comparison 2021-06-actionable-errors
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 CoralloAdd debug log when we stop tracking confirmed on-chain... 2021-06-log-cleanups
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 CoralloAdd additional TRACE-level logging during pathfinding...
2021-06-29 Matt CoralloUpdate logging in channel and channelmanager to better...
next