rust-lightning
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...
2021-04-29 Jeffrey CzyzTest default invoice field values
2021-04-29 Jeffrey CzyzRequire min_final_cltv_expiry in invoice
2021-04-29 Jeffrey CzyzUse default for invoice's min_final_cltv_expiry
2021-04-29 Jeffrey CzyzUse constant for invoice's default expiry value
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 CoralloRename lightning_invoice::Signature to InvoiceSignature
2021-04-29 Matt CoralloDo not return a reference to a u64 in rust-lightning...
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 Corallo[fuzz] Always use PaymentSecrets in chanmon_consistency
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 Matt CoralloFix fuzz secp patch by bumping the rust-secp version... 2021-04-fix-fuzz-test
2021-04-28 DevrandomSend Init message immediately after handshake even...
2021-04-27 Matt CoralloSet payment_secret to required in features flags
2021-04-27 Matt CoralloMerge pull request #854 from TheBlueMatt/2021-03-fix...
2021-04-27 Matt CoralloUse more descriptive names in serialization impl macros 2021-03-fix-lens
2021-04-27 Matt CoralloFix serialization expected lengths and check them in...
2021-04-27 Matt CoralloMerge pull request #897 from TheBlueMatt/2021-04-fix-ci
2021-04-27 Matt CoralloTest lightning-persister on rustc 1.36 as well 2021-04-fix-ci
2021-04-27 Matt CoralloBump MSRV to 1.36.0
2021-04-26 Matt CoralloMerge pull request #894 from TheBlueMatt/2021-04-fix...
2021-04-26 Matt CoralloMerge pull request #876 from valentinewallace/invoice...
2021-04-26 Valentine WallaceAdd Features feature to invoices.
2021-04-24 Matt CoralloMerge pull request #890 from TheBlueMatt/2021-04-fix...
2021-04-23 Matt CoralloFix (and test) panic when our counterparty uses a bogus... 2021-04-fix-chan-shutdown-crash
2021-04-23 Valentine WallaceExpose Features::from_le_bytes() method
2021-04-23 Valentine WallaceFix indentation in payment_secret function
2021-04-23 Matt CoralloFix doc resolution in rustc 1.48 2021-04-fix-docs
2021-04-23 Matt CoralloMerge pull request #889 from jkczyz/2021-04-electrum...
2021-04-22 Jeffrey CzyzDrop pub functions for ChainMonitor's Listen impl
2021-04-22 Jeffrey CzyzImplement chain::Confirm for ChainMonitor
2021-04-22 Jeffrey CzyzImplement chain::Confirm for relevant structs
2021-04-22 Jeffrey CzyzDefine chain::Confirm trait
2021-04-22 Matt CoralloMerge pull request #891 from TheBlueMatt/2021-04-peer_h...
2021-04-21 Matt Corallo[peer_handler] Take the peers lock before getting messa... 2021-04-peer_handler_lock
2021-04-21 Matt CoralloMerge pull request #887 from valentinewallace/invoice...
2021-04-20 Valentine WallaceTest lightning-invoice on 1.30.0
2021-04-20 Valentine Wallaceinvoice: rename Route to RouteHint (which is more accurate)
2021-04-20 Valentine WallaceRename RouteHint to RouteHintHop (which is more accurate)
2021-04-20 Valentine Wallaceinvoice: swap RouteHop for RouteHint
2021-04-20 Matt CoralloMerge pull request #844 from sr-gi/843-ln-signing
2021-04-16 Sergi Delgado... Changes zbase32 crate from pub to pub(crate)
2021-04-16 Matt CoralloCorrect license header in zbase32 to match original...
2021-04-16 Matt CoralloReplace spaces with tabs in zbase32.rs
2021-04-16 Matt CoralloFix a number of bugs in zbase32 and add a fuzzer which...
2021-04-16 Sergi Delgado... Adds lightning message signing/verification/pk_recovery
2021-04-15 Matt CoralloMerge pull request #886 from TheBlueMatt/2021-04-pub...
2021-04-15 Matt CoralloMerge pull request #884 from TheBlueMatt/2021-04-bp...
2021-04-15 Matt CoralloMake the used-in-pub-interfaces TransactionOutputs... 2021-04-pub-alias
2021-04-15 Matt CoralloRename background-processor to lightning-... to match... 2021-04-bp-bindings
2021-04-15 Matt CoralloUse a trait to handle ChannelManager persistence instea...
next