Introduce PackageTemplae, a replacement of InputMaterial
[rust-lightning] / lightning /
2021-05-25 Antoine RiardIntroduce PackageTemplae, a replacement of InputMaterial
2021-05-25 Antoine RiardAdd package.rs file
2021-05-25 Matt CoralloMerge pull request #920 from TheBlueMatt/2021-05-tlv-ser
2021-05-25 Matt CoralloRebroadcast channel_announcements when we broadcast...
2021-05-25 Matt CoralloProcess announcement_signatures messages in Channel...
2021-05-25 Matt CoralloUpdate net graph copy used in tests and bench for new...
2021-05-25 Matt CoralloAdd version and TLV suffix for more user-facing "major...
2021-05-25 Matt CoralloSupport serializing TLV fields which may or may not...
2021-05-25 Matt CoralloAppend backwards-compat TLVs to serialization of larger...
2021-05-25 Matt CoralloMerge pull request #920 from jkczyz/2021-05-event-proce...
2021-05-25 Jeffrey CzyzProcess ChainMonitor 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 CoralloLog info about HTLC failures when we fail them back
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 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 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 CoralloMerge pull request #918 from TheBlueMatt/2021-05-dup...
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-13 Matt CoralloSend update_channel messages to re-enable a disabled...
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 CzyzHide InvoiceFeatures behind InvoiceBuilder API
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 CoralloBump versions to 0.0.14, lightning-invoice 0.5 2021-04-0.0.14
2021-04-30 Jeffrey CzyzSanity test InvoiceFeatures
2021-04-30 Jeffrey CzyzRequire feature var_onion_optin
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 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...
2021-04-29 DevrandomRemove Send and Sync from core crate
2021-04-29 Matt CoralloMerge pull request #903 from TheBlueMatt/2021-04-invoic...
2021-04-29 Matt CoralloDrop redundant generic parameter bounds on ChainMonitor... 2021-04-invoice-bindings
2021-04-29 Matt CoralloAdd no-export tags for lightning-invoice where we can...
2021-04-29 Matt CoralloMerge pull request #900 from lightning-signer/init...
2021-04-29 Matt CoralloMerge pull request #902 from TheBlueMatt/2021-04-fix...
2021-04-28 Matt CoralloMerge pull request #893 from TheBlueMatt/2021-04-featur...
2021-04-28 Matt CoralloAdd a const and docs for the min `min_final_cltv_expiry... 2021-04-features-chanman
2021-04-28 Matt CoralloAdd some simple tests of payment secret tracking
2021-04-28 Matt CoralloFail PendingInboundPayments after their expiry time...
2021-04-28 Matt CoralloGive users who use `get_payment_secret_preimage` the...
2021-04-28 Matt CoralloMake the PaymentSecret in `PaymentReceived` events...
2021-04-28 Matt CoralloDrop the amount parameter to claim_funds
2021-04-28 Matt CoralloDrop now-useless PaymentSecret parameters when claiming...
2021-04-28 Matt CoralloAdd a `user_payment_id` to `get_payment_secret`+`Paymen...
2021-04-28 Matt CoralloDrop dead code for handling non-MPP payments in claim_funds
2021-04-28 Matt CoralloReq+check payment secrets for inbound payments pre...
2021-04-28 Matt CoralloUse payment_secrets in all sends in functional tests
2021-04-28 Matt CoralloUse known InvoiceFeatures for routing in tests
2021-04-28 Matt CoralloPipe through PaymentSecrets in tests during payment...
2021-04-28 Matt CoralloDRY the get_route_and_payment_hash!() macro duplicated...
2021-04-28 Matt CoralloAdd payment secret and preimage tracking in ChannelManager
2021-04-28 DevrandomSend Init message immediately after handshake even...
2021-04-27 Matt CoralloSet payment_secret to required in features flags
next