rust-lightning
2021-05-31 Matt CoralloCorrect Channel outbound HTLC serialization 2021-04-fix-htlc-ser
2021-05-31 Matt Corallo[fuzz] Expand chanmon_consistency to do single message...
2021-05-31 Matt Corallo[fuzz] Fix hang due to double-lock in full_stack_target
2021-05-31 Matt Corallo[fuzz] Do not fail in FST if a channel is closed before...
2021-05-25 Matt CoralloMerge pull request #920 from jkczyz/2021-05-event-proce...
2021-05-25 Jeffrey CzyzRemove event channel from lightning-net-tokio
2021-05-25 Jeffrey CzyzProcess ChainMonitor events in the background
2021-05-25 Jeffrey CzyzProcess ChannelManager events in the background
2021-05-25 Jeffrey Czyzf - Persist when check_free_holding_cells has updates
2021-05-24 Jeffrey CzyzGuard get_and_clear_pending_msg_events
2021-05-24 Jeffrey CzyzRemove unnecessary scope from ChannelManager
2021-05-24 Jeffrey CzyzRefactor EventsProvider to take an EventHandler
2021-05-24 Matt CoralloMerge pull request #851 from TheBlueMatt/2021-03-holdin...
2021-05-24 Matt CoralloMerge pull request #926 from GeneFerneau/core
2021-05-23 Gene FerneauUse core replacements for std members
2021-05-21 Matt CoralloAdd trace to ci-fuzz.sh to make debugging CI issues... 2021-03-holding-cell-clear-msg-get
2021-05-21 Matt CoralloLog info about HTLC failures when we fail them back
2021-05-21 Matt CoralloRead monitors from our KeysInterface in chanmon_consist...
2021-05-21 Matt CoralloAdd a test for HTLC freeing on monitor update restoration
2021-05-21 Matt CoralloStop failing back HTLCs on peer disconnection
2021-05-21 Matt Corallo[fuzz] Handle monitor updates during get_and_clear_pend...
2021-05-21 Matt CoralloFree holding cell on monitor-updating-restored when...
2021-05-21 Matt CoralloDRY ChannelError conversion macros
2021-05-21 Matt CoralloUse new chan_restoration macros in channel_reestablish...
2021-05-20 Matt Corallo[fuzz] Allow SendAnnouncementSigs events in chanmon_con...
2021-05-20 Matt Corallo[fuzz] Be more strict about msg events in chanmon_consi...
2021-05-20 Matt CoralloClean up channel updating macro somewhat
2021-05-20 Matt CoralloMove channel restoration after monitor update to a...
2021-05-20 Matt CoralloDrop unused variable and loop in channel_monitor_updated
2021-05-20 Matt Corallo[fuzz] Print the output of all failed test cases, not...
2021-05-20 Matt CoralloMerge pull request #918 from TheBlueMatt/2021-05-dup...
2021-05-20 Matt Corallo[fuzz] Make get_secure_random_bytes in chanmon_consiste... 2021-05-dup-claims
2021-05-20 Matt CoralloTest pending payments when resolved duplicatively via...
2021-05-20 Matt CoralloTest pending payments when duplicatively resolved on...
2021-05-20 Matt CoralloMake payments not duplicatively fail/succeed on reload...
2021-05-20 Matt CoralloMerge pull request #925 from valentinewallace/ignore...
2021-05-20 Valentine WallaceReturn new DecodeError::UnsupportedCompression
2021-05-20 Valentine WallaceAdd new DecodeError for messages that include zlib...
2021-05-18 Matt CoralloMerge pull request #923 from ariard/2021-05-split-sign...
2021-05-18 Antoine Riardkeysinterface: replace Result match with map_err
2021-05-18 Antoine RiardSplit `sign_justice_transaction` in two halves
2021-05-15 Matt CoralloMerge pull request #916 from TheBlueMatt/2021-05-fix...
2021-05-14 Matt CoralloSimplify+expand per-channel check in test_announce_disa... 2021-05-fix-disabled-announcements
2021-05-14 Matt CoralloRename Channel::UpdateStatus to be more descriptive...
2021-05-14 Matt CoralloDo not wait in PersistenceNotifier when the persist...
2021-05-14 Matt CoralloAvoid persisting a ChannelManager update after each...
2021-05-14 Matt CoralloTest new channel_update re-enabled announcements
2021-05-14 Matt CoralloMerge pull request #922 from valentinewallace/update...
2021-05-14 Valentine WallaceCorrect default expiry.
2021-05-14 Matt CoralloMerge pull request #921 from TheBlueMatt/2021-05-no...
2021-05-13 Matt CoralloDon't return ASCII control characters in HTTP error... 2021-05-no-control-chars
2021-05-13 Matt CoralloSend update_channel messages to re-enable a disabled...
2021-05-13 Matt CoralloMerge pull request #919 from valentinewallace/http...
2021-05-13 Valentine WallaceReturn more error details on http's read_response
2021-05-10 Matt CoralloMerge pull request #915 from TheBlueMatt/2021-05-bump...
2021-05-10 Matt CoralloIncrease the timeout for RPC responses from Bitcoin... 2021-05-bump-rpc-timeout
2021-05-10 Matt CoralloAllow retrying HTTP requests if we hit a socket timeout
2021-05-07 Matt CoralloMerge pull request #912 from TheBlueMatt/2021-05-more...
2021-05-06 Matt CoralloMerge pull request #911 from TheBlueMatt/2021-05-fix...
2021-05-06 Matt CoralloMerge pull request #914 from TheBlueMatt/2021-05-log...
2021-05-06 Matt CoralloRename ChannelDetails::is_live to is_usable 2021-05-more-chan-info
2021-05-06 Matt CoralloIndiciate if a channel is outbound/confirmed in Channel...
2021-05-06 Matt CoralloAdd flags for if a channel is pub and funding txo in...
2021-05-06 Matt CoralloAlways log_info when we broadcast a transaction, includ... 2021-05-log-txids
2021-05-06 Matt CoralloClarify comment on CHECK_CLTV_EXPIRE_SANITY_2 somewhat 2021-05-fix-cltv-diff
2021-05-06 Matt CoralloMerge pull request #910 from TheBlueMatt/2021-05-sort...
2021-05-05 Matt CoralloCorrect MIN_FINAL_CLTV_EXPIRY to match our enforced...
2021-05-05 Matt CoralloIncrease the CLTV delay required on payments and forwards
2021-05-05 Matt CoralloBy default sort network addrs before inclusion in node_... 2021-05-sort-addrs
2021-05-04 Matt CoralloMerge pull request #909 from TheBlueMatt/2021-04-0... v0.0.14
2021-05-04 Matt CoralloMerge pull request #901 from jkczyz/2021-04-invoice...
2021-05-04 Matt CoralloMerge pull request #845 from ariard/2021-03-hardcode...
2021-05-03 Jeffrey CzyzTest feature bit semantics in Invoice::from_signed
2021-05-03 Jeffrey CzyzTest feature bits in InvoiceBuilder
2021-05-03 Jeffrey CzyzAdd basic_mpp support to InvoiceBuilder
2021-05-03 Jeffrey CzyzHide InvoiceFeatures behind InvoiceBuilder API
2021-05-03 Matt CoralloMake third HTLC non-dust again in the full_stack_target...
2021-05-03 Antoine RiardAdd bolt2_open_channel_sane_dust_limit
2021-05-03 Antoine RiardReplace config max counterpary `dust_limit_satoshis...
2021-05-01 Matt CoralloMerge pull request #908 from TheBlueMatt/2021-04-invoic...
2021-05-01 Matt CoralloBump versions to 0.0.14, lightning-invoice 0.5 2021-04-0.0.14
2021-05-01 Matt CoralloAdd a not-exported tag to the Display implementation... 2021-04-invoice-real-bindings
2021-05-01 Matt CoralloUse explicit import lists instead of glob imports in...
2021-04-30 Jeffrey CzyzSanity test InvoiceFeatures
2021-04-30 Jeffrey CzyzRequire feature var_onion_optin
2021-04-30 Matt CoralloSkip TaggedField for now as `enum { A(A) }` is broken...
2021-04-30 Matt CoralloSet default error type for SignOrCreationError for...
2021-04-30 Matt CoralloMerge pull request #907 from TheBlueMatt/2021-04-merge...
2021-04-30 Matt CoralloDeny broken doc links in lightning-invoice as well 2021-04-merge-conflicts
2021-04-30 Matt CoralloFix merge conflicts between #898 and #895.
2021-04-30 Matt CoralloMerge pull request #898 from jkczyz/2021-04-invoice...
2021-04-29 Matt CoralloMerge pull request #895 from valentinewallace/invoice...
2021-04-29 Valentine WallaceAdd utility to create an invoice using the ChannelManager
2021-04-29 Valentine WallaceMove invoice signing behind KeysInterface
2021-04-29 Valentine WallaceMove PaymentPreimage+PaymentHash+PaymentSecret to top...
2021-04-29 Valentine WallaceMake _test_utils depend on bitcoinconsensus feature
2021-04-29 Valentine Wallaceinvoice: swap PaymentSecret for ChannelManager's Paymen...
2021-04-29 Matt CoralloMerge pull request #905 from TheBlueMatt/2021-04-mentio...
2021-04-29 Matt CoralloMention storage req for users with a public invoice... 2021-04-mention-invoice-storage-docs
2021-04-29 Matt CoralloMerge pull request #904 from lightning-signer/no-send...
next