rust-lightning
2021-10-18 Matt CoralloMerge pull request #1127 from TheBlueMatt/2021-10-0... v0.0.102
2021-10-18 Matt CoralloBump crate versions to 0.0.102 and lightning-invoice... 2021-10-0.0.102
2021-10-18 Matt CoralloAdd CHANGELOG entries for 0.0.102
2021-10-16 Matt CoralloMerge pull request #1121 from TheBlueMatt/2021-10-retur...
2021-10-16 Matt CoralloMerge pull request #1124 from jkczyz/2021-10-default...
2021-10-16 Matt CoralloRename create_channel param to user_channel_id to stand... 2021-10-return-temp-id
2021-10-15 Matt CoralloMerge pull request #1123 from tnull/fix_video_url
2021-10-15 Jeffrey CzyzAdd channel scoring to get_route
2021-10-14 Elias RohrerFixed 'Advancing Bitcoin' video URL.
2021-10-14 Matt CoralloMerge pull request #1112 from TheBlueMatt/2021-10-mon...
2021-10-14 Matt CoralloUse Persister to return errors in fuzzers not chain... 2021-10-mon-refactors
2021-10-14 Matt CoralloUse Persister to return errors in tests not chain:...
2021-10-14 Matt CoralloHandle Persister returning TemporaryFailure for new...
2021-10-14 Matt CoralloSimplify channelmonitor tests which use chain::Watch...
2021-10-14 Matt CoralloMake `ChainMonitor::monitors` private and expose monito...
2021-10-14 Matt CoralloMove ChannelMonitorUpdateErr to chain as it is a chain...
2021-10-14 Matt CoralloMove `Persist` trait to chainmonitor as that's the...
2021-10-14 Matt CoralloMerge pull request #1120 from jkczyz/2021-10-test-refactors
2021-10-13 Jeffrey CzyzMove mpp_failure test to payment_tests.rs
2021-10-13 Jeffrey CzyzReplace get_route with get_route_and_payment_hash
2021-10-13 Matt CoralloInclude the user channel id counter in Event::ChannelClosed
2021-10-13 Matt CoralloReturn the temporary channel id in success from `create...
2021-10-13 Matt CoralloMerge pull request #1115 from TheBlueMatt/2021-10-expos...
2021-10-13 Jeffrey CzyzFix unused variable warnings in fuzzer
2021-10-13 Jeffrey CzyzSpeed up test_timer_tick_called
2021-10-13 Matt CoralloExpose ReadOnlyNetworkGraph::get_addresses to C by... 2021-10-expose-addr-vec
2021-10-13 Matt CoralloMerge pull request #1077 from jkczyz/2021-09-failing...
2021-10-12 Jeffrey CzyzAdd failing short channel id to PaymentPathFailed
2021-10-12 Matt CoralloMerge pull request #1116 from TheBlueMatt/2021-10-test...
2021-10-12 Matt CoralloFix loop label shadowing warning 2021-10-test-local-chan-routing
2021-10-12 Matt CoralloUse local channel state when constructing routes in...
2021-10-11 Jeffrey CzyzClean up fee_insufficient computation
2021-10-09 Matt CoralloMerge pull request #1098 from 1nF0rmed/2021-09-adds...
2021-10-09 1nF0rmedAdds DiscardFunding event
2021-10-08 Matt CoralloMerge pull request #1107 from dunxen/2021-10-swap-pubke...
2021-10-08 Matt CoralloMerge pull request #1062 from galderz/t_payment_hash_999
2021-10-08 Duncan DeanReplace PublicKey with [u8; 33] in NetworkGraph
2021-10-08 Galder ZamarreñoAdd payment_hash to PaymentSent #999
2021-10-07 Matt CoralloMerge pull request #1109 from TheBlueMatt/2021-10-init...
2021-10-07 Matt CoralloCorrect error returned when `retry_payment` doesn't... 2021-10-init-fail-payment-retry-leak
2021-10-07 Matt CoralloMove pending payment tracking to after the new HTLC...
2021-10-07 Jeffrey CzyzPass hop index in construct_onion_keys_callback
2021-10-07 Jeffrey CzyzRemove special case for onion error expiry_too_far
2021-10-05 Matt CoralloMerge pull request #1079 from TheBlueMatt/2021-09-stale...
2021-10-05 Matt CoralloUpdate Event::PaymentReceived docs since we require... 2021-09-stale-docs
2021-10-05 Matt CoralloMove tests of payment retries into a new module
2021-10-05 Matt CoralloMerge pull request #1100 from TheBlueMatt/2021-09-multi...
2021-09-30 Matt CoralloMerge pull request #1096 from valentinewallace/2021...
2021-09-30 Valentine WallaceExpire outbound payments after 3 blocks if no parts...
2021-09-30 Valentine WallaceDon't remove failed payments when all paths fail
2021-09-30 Valentine WallaceAdd method to retry payments
2021-09-30 Matt CoralloMerge pull request #1080 from valentinewallace/2021...
2021-09-29 Matt Corallof readability improvements from val 2021-09-multihop-route-hint-fix
2021-09-29 Matt CoralloMerge pull request #1076 from TheBlueMatt/2021-09-forwa...
2021-09-29 Matt CoralloRegenerate PendingHTLCsForwardable on reload instead... 2021-09-forwardable-regen
2021-09-29 Matt CoralloConsider many first-hop paths to the same counterparty...
2021-09-29 Matt CoralloCorrect step number in `get_route`
2021-09-28 Valentine Wallacechannelmanager: Add retry data to pending_outbound_payments
2021-09-28 Valentine WallaceRefactor send_payment internals for retries 2
2021-09-28 Valentine WallaceRefactor send_payment internals for retries
2021-09-28 Valentine WallaceReturn PaymentId from send_*payment functions
2021-09-28 Valentine WallaceRename MppId to PaymentId
2021-09-27 Matt CoralloMerge pull request #1065 from TheBlueMatt/2021-08-bump...
2021-09-27 Matt CoralloRename MIN_DUST_LIMIT_SATOSHIS constant to disambiguate... 2021-08-bump-dust
2021-09-27 Matt CoralloForce-close channels if closing transactions may be...
2021-09-27 Matt CoralloRequire user cooperative close payout scripts to be...
2021-09-27 Matt CoralloReduce the maximum allowed counterparty dust limit...
2021-09-27 Matt CoralloMerge pull request #1097 from TheBlueMatt/2021-09-clona...
2021-09-26 Matt CoralloMake `NetworkGraph` Clone-able again 2021-09-clonable-netgraph
2021-09-23 Matt CoralloMerge pull request #1095 from TheBlueMatt/2021-09-0... v0.0.101
2021-09-23 Matt CoralloBump Crate versions to 0.0.101 (and invoice to 0.9) 2021-09-0.0.101
2021-09-23 Matt CoralloMerge pull request #1085 from TheBlueMatt/2021-09-0...
2021-09-23 Matt CoralloUpdate CHANGELOG for 0.0.101
2021-09-23 Matt CoralloMerge pull request #1094 from TheBlueMatt/2021-09-type...
2021-09-23 Matt CoralloMake method time on trait impl explitit to help binding... 2021-09-type-explicit-bounds
2021-09-22 Matt CoralloDrop redundant generic bounds when the trait requires...
2021-09-22 Matt CoralloUse Infallible for the unconstructable default custom...
2021-09-22 Matt CoralloMerge pull request #1093 from TheBlueMatt/2021-09-type...
2021-09-22 Matt CoralloMake `ChainMonitor::get_claimable_balances` take a...
2021-09-22 Matt CoralloMerge pull request #1092 from TheBlueMatt/2021-09-type...
2021-09-22 Matt CoralloMove trait bounds on `wire::Type` from use to the trait...
2021-09-21 Matt CoralloMerge pull request #1091 from TheBlueMatt/2021-09-997...
2021-09-21 Matt CoralloMerge pull request #1084 from valentinewallace/2021...
2021-09-21 Matt CoralloMerge pull request #1061 from sr-gi/add-transaction...
2021-09-21 Matt CoralloMerge pull request #1088 from TheBlueMatt/2021-09-1063...
2021-09-21 Valentine WallaceAdd path field to PaymentPathFailed event
2021-09-21 Valentine WallaceRename PaymentFailed -> PaymentPathFailed
2021-09-21 Matt CoralloMerge pull request #1087 from TheBlueMatt/2021-09-event...
2021-09-21 Matt CoralloFix windows-only test failure added in #997 2021-09-997-winblowz
2021-09-21 Matt CoralloMerge pull request #1090 from TheBlueMatt/2021-09-absur...
2021-09-21 Sergi Delgado... Adds Transaction to lighting-block-sync::convert
2021-09-21 Matt CoralloFix future unknown `Event` variant backwards compatibility 2021-09-event-backwards-compat-fix
2021-09-21 Matt CoralloMerge pull request #997 from ariard/2021-07-add-chan...
2021-09-21 Antoine RiardAdd `pending_events` deadlock detection in `handle_error`
2021-09-21 Antoine RiardAdd ChannelClosed generation at cooperative/force-close...
2021-09-21 Antoine RiardExtend MsgHandleErrInternal with a new chan_id field...
2021-09-21 Antoine RiardRename MonitorEvent::CommitmentTxBroadcasted to Commitm...
2021-09-21 Antoine RiardAdd Event::ChannelClosed generation at channel shutdown
2021-09-21 Matt CoralloBump HTTP read timeout to match reality of Bitcoin... 2021-09-absurd-timeouts
2021-09-21 Matt CoralloFix a panic in Route's new fee-calculation methods... 2021-09-1063-fixups
next