Add a separate PaymentSendFailure for idempotency violation
[rust-lightning] / lightning /
2022-11-09 Matt CoralloAdd a separate PaymentSendFailure for idempotency violation 2022-10-idempotency-err
2022-11-09 Matt CoralloRename `PaymentSendFailure::AllFailedRetrySafe` `....
2022-11-03 Matt CoralloMerge pull request #1761 from TheBlueMatt/2022-10-user...
2022-11-03 Matt CoralloMerge pull request #1817 from TheBlueMatt/2022-10-remov...
2022-11-03 Matt CoralloMerge pull request #1743 from tnull/2022-09-channel...
2022-11-03 Elias RohrerFix warnings for ununsed anchor imports
2022-11-03 Elias RohrerRename chan state `ChannelFunded` to `ChannelReady`
2022-11-03 Elias RohrerAdd `ChannelReady` event
2022-11-02 Matt CoralloAdd missing break when scoring a path with a missing... 2022-10-removed-no-score-after
2022-11-02 Matt CoralloMerge pull request #1735 from naumenkogs/2022-09-prune...
2022-11-02 Matt CoralloMerge pull request #1753 from wpaulino/avoid-redundant...
2022-11-02 Wilmer PaulinoAvoid generating redundant claims after initial confirm...
2022-11-02 Gleb NaumenkoTrack the time a stale channel was pruned
2022-11-02 Matt CoralloTest that PaymentIds are idempotency keys until `abando...
2022-11-02 Matt CoralloStop timing out payments automatically, requiring aband...
2022-11-02 Matt CoralloDelay removal of fulfilled outbound payments for a...
2022-11-02 Matt CoralloAllow users to specify the `PaymentId` for new outbound...
2022-11-01 Matt CoralloMerge pull request #1791 from valentinewallace/2022...
2022-11-01 Gleb NaumenkoPrune channels if *either* not updated
2022-11-01 Gleb NaumenkoNon-mandatory "fix" enabling future tests
2022-11-01 valentinewallaceMerge pull request #1815 from TheBlueMatt/2022-10-dead...
2022-10-31 Valentine WallaceOMs: fix panic sending to a two-hop blinded route where...
2022-10-31 Valentine WallaceOnion messages: fix edge case where we are the introduc...
2022-10-29 Matt CoralloMake `htlc_maximum_msat` in `EffectiveCapacity` non... 2022-10-dead-gossip-code
2022-10-29 Matt CoralloRequire directional updates for a `DirectionalChannelInfo`
2022-10-27 Matt CoralloMerge pull request #1809 from valentinewallace/2022...
2022-10-27 Matt CoralloGive us a self when reading a custom onion message
2022-10-27 Matt CoralloMerge pull request #1805 from TheBlueMatt/2022-10-remot...
2022-10-27 Matt CoralloMerge pull request #1807 from TheBlueMatt/2022-10-error...
2022-10-27 Matt CoralloExport io::ErrorKind in bindings 2022-10-errorkind-bindings
2022-10-26 Matt CoralloDrop useless `mut` in `KeysInterface::sign_holder_ancho... 2022-10-remote-useless-mut
2022-10-26 valentinewallaceMerge pull request #1797 from arik-so/2022-10-channel...
2022-10-25 Matt CoralloMerge pull request #1798 from TheBlueMatt/2022-10-112
2022-10-25 Arik SosmanDeparametrize `ChannelManager` to infer `Signer` from...
2022-10-24 Valentine WallaceRemove outdated allow(unused)
2022-10-24 Matt CoralloBump crate versions to 0.0.112/invoice 0.20
2022-10-24 Matt CoralloDo not export new anchors structs in `events.rs` withou...
2022-10-24 Matt CoralloMerge pull request #1779 from valentinewallace/2022...
2022-10-24 Valentine WallaceKeysInterface docs: note that Recipient type must be...
2022-10-22 Matt CoralloMerge pull request #1780 from wpaulino/rust-edition...
2022-10-21 Wilmer PaulinoBump workspace to rust edition 2018
2022-10-21 Valentine WallaceAdd KeysInterface::get_node_id method
2022-10-21 valentinewallaceMerge pull request #1770 from jkczyz/2022-10-debug...
2022-10-21 valentinewallaceMerge pull request #1788 from TheBlueMatt/2022-10-mtlc...
2022-10-21 Matt CoralloAdd `WriteableScore` bindings impl for `MultiThreadedLo... 2022-10-mtlc-writer
2022-10-20 Jeffrey CzyzAdd logging in route hint filtering
2022-10-19 Jeffrey CzyzMerge pull request #1748 from valentinewallace/2022...
2022-10-19 Valentine WallaceDisallow sending invalid custom OM TLVs
2022-10-19 Valentine WallaceImplement sending and receiving custom onion messages
2022-10-19 Matt CoralloMerge pull request #1678 from TheBlueMatt/2022-08-fundi...
2022-10-19 Matt CoralloRename `ChannelState::MonitorUpdateFailed` `MonitorUpda... 2022-08-funding-locked-mon-persist-fail
2022-10-19 Matt CoralloHandle async initial ChannelMonitor persistence failing...
2022-10-19 valentinewallaceMerge pull request #1769 from TheBlueMatt/2022-10-disco...
2022-10-19 Jeffrey CzyzMerge pull request #1764 from G8XSU/rgs-ignore-error
2022-10-19 Jeffrey CzyzMerge pull request #1777 from lexe-tech/max/best-block...
2022-10-19 Matt CoralloMerge pull request #1689 from wpaulino/anchors-bump...
2022-10-18 Wilmer PaulinoAdd public helper to build anchor input witnesses
2022-10-18 Wilmer PaulinoAdd holder anchor signing support to BaseSign
2022-10-18 Wilmer PaulinoDocument expected call frequency of ChainMonitor::proce...
2022-10-18 Wilmer PaulinoYield channel close bump events
2022-10-18 Wilmer PaulinoGenerate ClaimEvent for HolderFundingOutput inputs...
2022-10-18 Wilmer PaulinoRefactor generate_claim_tx to return OnchainClaim enum
2022-10-18 Wilmer PaulinoSplit finalize_package into separate methods per mallea...
2022-10-18 Wilmer PaulinoTrack funding amount in HolderFundingOutput
2022-10-18 Wilmer PaulinoTrack whether HolderFundingOutput originated from an...
2022-10-18 Wilmer PaulinoStore anchors option for supported output types
2022-10-18 Gursharan SinghDedupe gossip msgs while updating networkGraph from RGS
2022-10-18 Valentine WallaceUpdate send_onion_message API to take new OnionMessageC...
2022-10-18 Valentine WallaceFix accidental newline in OnionMessenger docs
2022-10-18 Valentine WallaceTweak OnionMessenger log on inbound onion message receipt
2022-10-18 Valentine WallaceParameterize OnionMessenger by new CustomOnionMessageHa...
2022-10-17 Valentine WallaceOptionally parameterize decode_tlv_stream with custom...
2022-10-17 Valentine Wallaceser: Add MaybeReadableArgs trait
2022-10-17 Matt CoralloMerge pull request #1763 from gcomte/feature/derive-eq
2022-10-14 Gabriel ComteDerive Eq for all structs that derive PartialEq
2022-10-12 valentinewallaceMerge pull request #1765 from gcomte/refactor/remove...
2022-10-11 Gabriel ComteRemove redundant field names
2022-10-11 Matt CoralloMerge pull request #1754 from TheBlueMatt/2022-10-bette...
2022-10-11 Matt CoralloIncrease the default `liquidity_offset_half_life` to... 2022-10-better-liq-halflife-docs
2022-10-11 Matt CoralloRewrite documentation some on `ProbabilisticScorer`
2022-10-07 valentinewallaceMerge pull request #1756 from TheBlueMatt/2022-10-rgs...
2022-10-07 Valentine WallaceSpecify full import path in decode_tlv macro
2022-10-07 Matt CoralloMerge pull request #1649 from dunxen/2022-08-implementn...
2022-10-07 Jeffrey CzyzMerge pull request #1693 from valentinewallace/2022...
2022-10-07 Matt CoralloMerge pull request #1758 from TheBlueMatt/2022-10-fix...
2022-10-07 Matt CoralloMerge pull request #1625 from TheBlueMatt/2022-07-histo...
2022-10-07 valentinewallaceMerge pull request #1751 from TheBlueMatt/2022-10-fix...
2022-10-07 Duncan DeanRemove and track perm failed nodes & channels
2022-10-06 Matt CoralloSupport platforms with only 32-bit atomics
2022-10-06 Matt CoralloFix (and test) `Future` creation after a `Notifier... 2022-10-fix-pre-notified-future
2022-10-06 Matt CoralloDecay historical liquidity tracking when no new data... 2022-07-history-tracking
2022-10-06 Matt CoralloTrack a reference to scoring parameters in DirectedChan...
2022-10-06 Matt CoralloCalculate a new penalty based on historical channel...
2022-10-06 Matt CoralloTrack history of where channel liquidities have been...
2022-10-06 Matt CoralloCorrect the directionality of liquidity non-update... 2022-10-fix-score-log-direction
2022-09-29 Matt CoralloMerge pull request #1106 from TheBlueMatt/2021-10-no...
2022-09-29 Matt CoralloClarify ambiguous comment in persist methods 2021-10-no-perm-err-broadcast
2022-09-29 Matt CoralloRename APIError::MonitorUpdateFailed to MonitorUpdateIn...
2022-09-29 Matt CoralloRename `handle_monitor_err!()` `handle_monitor_update_res!`
2022-09-29 Matt CoralloRename `Channel::monitor_update_failed` to `monitor_upd...
next