Move per-HTLC logic out of get_claimable_balances into a helper
[rust-lightning] / lightning /
2022-08-16 Matt CoralloMove per-HTLC logic out of get_claimable_balances into... 2022-04-all-claimables
2022-08-16 Matt CoralloExpose counterparty-revoked-outputs in `get_claimable_b...
2022-08-15 Matt CoralloSimplify claimable balance trivially with consistent...
2022-08-15 Matt CoralloScan `onchain_events_awaiting_threshold_conf` once...
2022-08-15 Matt CoralloTrack the txid that resolves HTLCs even after resolutio...
2022-08-15 Matt CoralloTrack HTLC-Success/HTLC-Timeout claims of revoked outputs
2022-08-15 Matt CoralloFix off-by-one in test_onchain_htlc_claim_reorg_remote_...
2022-08-15 Matt CoralloClean up nesting in `get_counterparty_output_claim_info`
2022-08-15 Matt CoralloTrack counterparty payout info in counterparty commitme...
2022-08-15 Matt CoralloStore the full event transaction in `OnchainEvent`...
2022-08-15 Matt CoralloMerge pull request #1663 from tnull/2022-08-drop-regist...
2022-08-15 Elias RohrerClarify 'should' vs 'will' in `get_relevant_txids`
2022-08-15 Elias RohrerDrop return value from `Filter::register_output`
2022-08-15 valentinewallaceMerge pull request #1659 from valentinewallace/2022...
2022-08-15 Valentine WallaceRename HighZeroBytesDroppedVarInt to HighZeroBytesDropp...
2022-08-15 Valentine WallaceFix bug in onion payment payload decode
2022-08-12 Matt CoralloMerge pull request #1658 from lightning-signer/2022...
2022-08-10 DevrandomModify ecdh to take Scalar
2022-08-10 DevrandomUpdate bitcoin crate to 0.29.0
2022-08-09 valentinewallaceMerge pull request #1655 from valentinewallace/2022...
2022-08-08 Matt CoralloMerge pull request #1651 from TheBlueMatt/2022-08-expor...
2022-08-07 Valentine WallaceFix CI to error on doc links to private items
2022-08-06 Valentine WallaceMinor msgs::OnionHopData cleanups
2022-08-05 Matt Corallo[C Bindings] Expose channel and nodes list in `ReadOnly... 2022-08-export-chan-list
2022-08-03 Matt CoralloMerge pull request #1638 from ViktorTigerstrom/2022...
2022-08-03 Matt CoralloMerge pull request #1619 from G8XSU/main
2022-08-03 Matt CoralloMerge pull request #1503 from valentinewallace/2022...
2022-08-02 Valentine WallaceFix possible incomplete read bug on onion packet decode
2022-08-02 Valentine WallaceError when attempting to send an OM to a blinded route...
2022-08-02 Valentine WallaceAdd SendError enum for onion messages and error on...
2022-08-02 Valentine WallaceAdd test utilities and integration tests for onion...
2022-08-02 Valentine WallaceSignificantly expand onion message documentation
2022-08-02 Valentine WallaceImplement receiving and forwarding onion messages
2022-08-02 Valentine WallaceSupport sending onion messages
2022-08-02 Valentine WallaceAdd baseline OnionMessenger and msgs::OnionMessage...
2022-08-02 Valentine WallaceKeysInterface: add new ecdh method
2022-08-02 Valentine WallaceAdd onion_message::Packet and adapt construct_onion_pac...
2022-08-02 Gursharan SinghAdd config support for 'their_channel_reserve_proportio...
2022-08-02 Viktor TigerströmDon't return `channel_state` from `decode_update_add_ht...
2022-08-02 Valentine WallaceAdd onion messages module + enable the construction...
2022-07-27 Matt CoralloMerge pull request #1628 from tnull/2022-07-readme...
2022-07-27 Matt CoralloMerge pull request #1635 from TheBlueMatt/2022-07-acces...
2022-07-27 valentinewallaceMerge pull request #1633 from TheBlueMatt/2022-07-110
2022-07-27 Matt CoralloMerge pull request #1632 from TheBlueMatt/2022-07-warnings
2022-07-27 Matt CoralloExpose `ChannelMonitor::get_counterparty_node_id` 2022-07-accessor-pub
2022-07-26 Matt CoralloMerge pull request #1629 from TheBlueMatt/2022-07-110 v0.0.110
2022-07-26 Matt CoralloBump crate versions to 0.0.110/invoice 0.18
2022-07-26 Matt CoralloFix new compilation warnings in `debug_sync` module
2022-07-26 Matt CoralloMerge pull request #1631 from dunxen/2022-07-disabledflags
2022-07-26 Duncan DeanSpecify why flags for `channel_disabled` error are...
2022-07-26 Jeffrey CzyzMerge pull request #1403 from jurvis/jurvis/add-payment...
2022-07-25 Matt CoralloMerge pull request #1617 from TheBlueMatt/2022-07-base-ppm
2022-07-25 Matt CoralloMerge pull request #1626 from TheBlueMatt/2022-07-fix...
2022-07-25 Matt CoralloMerge pull request #1611 from TheBlueMatt/2022-07-lower...
2022-07-25 Matt CoralloMerge pull request #1519 from tnull/2022-06-require...
2022-07-25 Matt CoralloRename amount penalty to `liquidity_penalty_amount_mult... 2022-07-base-ppm
2022-07-25 Matt CoralloAdd a per-amount base penalty in the `ProbabilisticScorer`
2022-07-25 Elias RohrerTest serialization of `ChannelInfo` and `NodeInfo`
2022-07-25 Elias RohrerDon't fail read `NodeInfo` for inv. `NetAddress`
2022-07-25 Elias RohrerMake `htlc_maximum_msat` a required field.
2022-07-25 Matt CoralloChange `LowerBoundedFeeEstimator` fn name to make it... 2022-07-lower-bounded-estimator-nit
2022-07-25 Matt CoralloAvoid blanket implementing FeeEstimator for Deref<FeeEs...
2022-07-25 Matt CoralloUse a separate (non-trait) fee-estimation fn in LowerBo...
2022-07-25 jurvisSend failure event if we fail to handle a HTLC
2022-07-25 Matt CoralloRemove scary disconenct warnings on PeerManager new... 2022-07-fix-pm-docs
2022-07-25 jurvisAdd utils to handle HTLC handling failure reason
2022-07-25 jurvisAdd HTLCHandlingFailed event
2022-07-21 Matt CoralloMerge pull request #1420 from TheBlueMatt/2022-04-moar...
2022-07-20 Matt CoralloSwap `HashSet`s with custom `Hash` in debug_sync for... 2022-04-moar-lockorder
2022-07-20 Matt CoralloExpand lockorder testing to look at mutexes, not specif...
2022-07-20 Matt CoralloConstruct all ChannelMonitor mutexes in the same function
2022-07-20 Matt CoralloMerge pull request #1624 from tnull/2022-07-fix-doc
2022-07-20 Elias RohrerFix 'not a hyperlink' doc warning
2022-07-19 Matt CoralloMerge pull request #1610 from TheBlueMatt/2022-07-no...
2022-07-19 Matt CoralloReduce default max_channel_saturation_power_of_half... 2022-07-no-rand-path-selection
2022-07-19 Matt CoralloMake route path selection optimize strictly for `cost...
2022-07-19 Matt CoralloFix tracking of collected value across pathfinding...
2022-07-15 Matt CoralloMerge pull request #1618 from wpaulino/gossip-sync...
2022-07-15 Matt CoralloMerge pull request #1600 from TheBlueMatt/2022-07-expli...
2022-07-14 Matt CoralloChange default "impossibility penalty" to one Bitcoin 2022-07-explicit-avoid-retries
2022-07-14 Matt CoralloMake the `ProbabilisticScorer` impossibility penalty...
2022-07-14 Matt CoralloTrack channels which a given payment part failed to...
2022-07-14 Matt CoralloMerge pull request #1605 from TheBlueMatt/2022-07-small...
2022-07-14 Jeffrey CzyzMerge pull request #1543 from jkczyz/2022-06-network...
2022-07-14 Jeffrey CzyzLook-up functions for ReadOnlyNetworkGraph
2022-07-14 Matt CoralloMerge pull request #1615 from TheBlueMatt/2022-07-screw...
2022-07-13 Matt CoralloFix some test theoretical lock inversions
2022-07-13 Matt CoralloAdd a test of the new channel saturation limit 2022-07-smaller-mpp-parts
2022-07-13 Matt CoralloRelax the channel saturation limit if we can't find...
2022-07-13 Matt CoralloAvoid saturating channels before we split payments
2022-07-13 Matt CoralloMerge pull request #1552 from dunxen/2022-06-checkminre...
2022-07-13 Duncan DeanMake all internal signatures accept LowerBoundedFeeEsti...
2022-07-13 Duncan DeanAdd LowerBoundedFeeEstimator to set FeeEstimator min...
2022-07-13 Matt CoralloMerge pull request #1542 from ViktorTigerstrom/2022...
2022-07-12 Viktor TigerströmAdd `ChannelManager:id_to_peer` map coverage test
2022-07-12 Viktor TigerströmAdd id_to_peer map
2022-07-11 Matt CoralloMerge pull request #1603 from TheBlueMatt/2022-07-no...
2022-07-11 Jeffrey CzyzMerge pull request #1596 from jurvis/jurvis/give-chanmo...
2022-07-11 Matt CoralloAvoid panicking on wallclock time going backwards acros... 2022-07-no-backwards-time
2022-07-09 jurvisAdd counterparty_node_id to ChannelMonitor
next