rust-lightning
2021-05-13 Matt CoralloDon't return ASCII control characters in HTTP error... 2021-05-no-control-chars
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...
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...
next