Fail PendingInboundPayments after their expiry time is reached
[rust-lightning] / lightning /
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-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-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 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 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 SeguraChanges 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 SeguraAdds lightning message signing/verification/pk_recovery
2021-04-15 Matt CoralloMerge pull request #886 from TheBlueMatt/2021-04-pub...
2021-04-15 Matt CoralloMake the used-in-pub-interfaces TransactionOutputs... 2021-04-pub-alias
2021-04-15 Matt CoralloMerge pull request #858 from jkczyz/2021-03-electrum...
2021-04-14 Jeffrey CzyzRename onchain_events_waiting_threshold_conf
2021-04-14 Jeffrey CzyzParameterize test_htlc_on_chain_timeout
2021-04-14 Jeffrey CzyzTest ChainMonitor's Electrum interface
2021-04-14 Jeffrey CzyzReuse txdata in functional_test_utils.rs
2021-04-14 Jeffrey CzyzAdd an internal typedef for transaction outputs
2021-04-14 Jeffrey CzyzRemove unnecessary script_pubkey clones
2021-04-14 Jeffrey CzyzElectrum interface for ChainMonitor
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::get_relevant_txids
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::transaction_unconfirmed
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::update_best_block
2021-04-14 Jeffrey CzyzAdd ChannelMonitor::transactions_confirmed
2021-04-14 Jeffrey CzyzTrack block height in ChannelMonitor
2021-04-14 Jeffrey CzyzCombine ChannelManager's block hash and height
2021-04-14 Jeffrey CzyzAdd txid to on-chain event tracking
2021-04-14 Jeffrey CzyzCheck for duplicate HTLC events having matured
2021-04-14 Jeffrey CzyzFlatten onchain_events_waiting_threshold_conf
2021-04-14 Matt CoralloMerge pull request #853 from TheBlueMatt/2021-03-transa...
2021-04-14 Matt CoralloTest new transactions_unconfirmed 2021-03-transaction_unconfirmed
2021-04-14 Matt CoralloExpose ChannelManager's current config and use it in...
2021-04-14 Matt CoralloAdd method to note transaction unconfirmed/reorged-out
2021-04-14 Matt CoralloMerge pull request #885 from p2pderivatives/use-secp256...
2021-04-14 Matt CoralloMerge pull request #875 from TheBlueMatt/2021-04-fix...
2021-04-14 Tibo-lgFix size check in Vec<Signature> serialization + use...
2021-04-13 Matt CoralloFix compile warning with --cfg require_route_graph_test 2021-04-fix-bench
2021-04-13 Matt CoralloMerge pull request #872 from valentinewallace/timer...
2021-04-13 Valentine WallaceRename timer_chan_freshness_every_min for uniformity...
2021-04-12 Matt CoralloFix benchmark compile warnings and errors
2021-04-10 Matt CoralloMerge pull request #856 from TheBlueMatt/2021-03-check-tx
2021-04-10 Matt CoralloMerge pull request #870 from valentinewallace/invoices...
2021-04-10 Matt CoralloMerge pull request #873 from TheBlueMatt/2021-861-missi...
2021-04-09 Matt CoralloTake the full funding transaction from the user on... 2021-03-check-tx
2021-04-09 Matt CoralloMerge pull request #861 from lightning-signer/degenerify
2021-04-09 Matt CoralloAdd missing EOF newline 2021-861-missing-eof-eol
2021-04-09 Matt CoralloMerge pull request #866 from TheBlueMatt/2021-04-log...
2021-04-09 Matt CoralloMerge pull request #863 from valentinewallace/expose...
2021-04-09 DevrandomTest that BaseSign can have a vtable
2021-04-09 DevrandomMove Writeable from BaseSign to Sign
2021-04-09 DevrandomSeparate Clone from Sign
2021-04-09 DevrandomEliminate unnecessary generics from Sign
2021-04-08 Matt CoralloMerge pull request #815 from TheBlueMatt/2021-03-router...
2021-04-07 Matt Corallo[router] Add and clarify comments describing router... 2021-03-router-fuzzzzzzzz
2021-04-07 Matt CoralloDrop unreachable underflow-handling block in route...
2021-04-07 Matt CoralloDon't clone Features during Dijkstras graph walk
2021-04-07 Matt Corallo[router] Avoid re-processing peers when a score compone...
2021-04-07 Matt CoralloAdd a random real-world-network-graph test for the...
2021-04-07 Matt Corallo[router] Calc min-to-node fees based on min value,...
2021-04-07 Matt Corallo[router] Make Dijkstra's path scoring non-decreasing...
2021-04-07 Matt Corallo[router] Avoid re-selecting the same path over and...
2021-04-07 Matt Corallo[router] Track full-path htlc-minimum-msat while graph...
2021-04-07 Matt Corallo[router] Do not fail if we are exactly (or 3x) limited...
2021-04-07 Matt CoralloAdd comment in get_route describing our dijkstra's...
2021-04-05 Matt CoralloMerge pull request #838 from TheBlueMatt/2021-03-skip...
2021-04-05 Matt CoralloHandle 1-conf funding_locked in channel no matter the... 2021-03-skip-blocks
2021-04-05 Matt CoralloAllow changing the way we [dis]connect blocks in funtio...
2021-04-05 Matt CoralloDrop ChannelManager::block_disconnected() entirely
2021-04-05 Matt CoralloMake the ChannelManager::block_connected API more elect...
next