rust-lightning
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-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 Wilmer PaulinoAdd convenient GossipSync variant constructors
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 CoralloRip out dependabot - its worse than useless - its annoying 2022-07-screw-dependabot
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
2022-07-08 Jeffrey CzyzMerge pull request #1602 from TheBlueMatt/2022-07-109...
2022-07-08 Matt CoralloMerge pull request #1592 from tnull/2022-07-manual...
2022-07-08 Matt CoralloAdd missing note about renaming force-close methods... 2022-07-109-rel-missing-force-close
2022-07-07 Jeffrey CzyzMerge pull request #1567 from tnull/2022-06-send-probe
2022-07-07 Viktor TigerströmRename `short_to_id` map to `short_to_chan_info`
2022-07-07 Viktor TigerströmAdd `counterparty_node_id` to `short_to_id` map
2022-07-07 Elias RohrerAdd `send_probe` and introduce probing cookies
2022-07-06 Matt CoralloMerge pull request #1599 from TheBlueMatt/2022-07-fuzz...
2022-07-06 Matt CoralloDrop unused imports in fuzzing test cases 2022-07-fuzz-warns
2022-07-06 Elias RohrerRefactor `max_mpp_path_count` to `max_path_count`
2022-07-05 Matt CoralloMerge pull request #1588 from TheBlueMatt/2022-06-ffs...
2022-07-05 Matt CoralloDo not execute the default_value expr until we need... 2022-06-ffs-dumb-ser
2022-07-05 Matt CoralloMerge pull request #1586 from TheBlueMatt/2022-06-0...
2022-07-05 Matt CoralloMerge pull request #1589 from TheBlueMatt/2022-07-sec...
2022-07-05 Elias RohrerAllow to set manual node penalties
2022-07-05 Matt CoralloAdd security policy with PGP keys 2022-07-sec-policy
2022-07-05 Matt CoralloMerge pull request #1553 from wvanlint/dns_hostname
2022-07-04 Willem Van... Adds DNS hostname to NetAddress
2022-07-01 Matt Corallo[fuzz] Update auto-generated target list
2022-07-01 Matt Corallo[fuzz] Add a ChannelDetails msg target
2022-07-01 Matt Corallo[fuzz] Take a full struct path in msg gen_target.sh
2022-07-01 Matt CoralloFix date on 0.0.109 release notes 2022-06-0.0.109
2022-07-01 Matt CoralloMerge pull request #1582 from TheBlueMatt/2022-06-0... v0.0.109
2022-07-01 Matt CoralloBump crate versions to 0.0.109/invoice 0.17
2022-07-01 Matt CoralloUpdate contributor list for 0.0.107 to be consistent...
2022-07-01 Matt CoralloAdd 0.0.109 CHANGELOG entry.
2022-07-01 Matt CoralloMerge pull request #1585 from TheBlueMatt/2022-06-copy_...
2022-07-01 Matt CoralloFix spurious panic on bogus funding txn that confirm... 2022-06-copy_from_slice-sucks
2022-06-29 Matt CoralloMerge pull request #1583 from TheBlueMatt/2022-06-no...
2022-06-29 Matt CoralloHave `find_route` take a `NetworkGraph` instead of... 2022-06-no-ro-graph
2022-06-27 Matt CoralloMerge pull request #1564 from TheBlueMatt/2022-06-panic...
2022-06-27 valentinewallaceMerge pull request #1555 from tnull/2022-06-prefer...
2022-06-25 Elias RohrerAdd anti-probing penalty to `ProbabilisticScorer`
2022-06-25 Matt CoralloPanic if we're running with outdated state instead... 2022-06-panic-on-behind
2022-06-25 Matt CoralloAdd ChannelManager methods to force close without broad...
2022-06-24 Matt CoralloMerge pull request #1550 from tnull/2022-06-scorer...
2022-06-24 Elias RohrerAllow nodes to be avoided during pathfinding
2022-06-21 Matt CoralloMerge pull request #1518 from valentinewallace/2022...
2022-06-21 Valentine WallaceEnable simultaneous deserialization+decryption of a...
2022-06-21 valentinewallaceMerge pull request #1556 from danielgranhao/2022-06...
2022-06-21 Valentine Wallacechacha20poly1305: enable simultaneous writing+encryption
2022-06-21 Matt CoralloMerge pull request #1486 from TheBlueMatt/2022-05-revok...
2022-06-21 Daniel GranhãoChange description of get_node_secret()
2022-06-21 Matt CoralloMerge pull request #1548 from NicolaLS/serde-module
2022-06-21 Matt CoralloDon't fail HTLCs in revoked commitment txn until we... 2022-05-revoked-txn-edge-cases
2022-06-21 Matt CoralloMerge pull request #1527 from wpaulino/update-htlc...
2022-06-20 Wilmer PaulinoUse new Channel::update_config method to update base...
2022-06-20 Wilmer PaulinoAllow forwarding HTLCs that were constructed for previo...
2022-06-20 Wilmer PaulinoTrack previous ChannelConfig and expire after enough...
2022-06-20 Wilmer PaulinoExpose API to update a channel's ChannelConfig
2022-06-20 Wilmer PaulinoExpose ChannelConfig within ChannelDetails
2022-06-20 NicolaLSadd optional dependency on serde to implement serialize...
2022-06-18 Jeffrey CzyzMerge pull request #1549 from tnull/2022-06-scorer...
2022-06-18 Elias RohrerProvide simple interface to query est. liquidity
2022-06-17 Valentine Wallaceonion_utils: add next_hop_packet_pubkey method
2022-06-17 Matt CoralloMerge pull request #1532 from ariard/2022-06-scaleup...
2022-06-16 Antoine RiardScale up CLTV_FAR_FAR_AWAY to 2 weeks of blocks
2022-06-16 Matt CoralloMerge pull request #1544 from jkczyz/2022-06-node-alias
2022-06-16 Matt CoralloMerge pull request #1531 from ariard/2022-06-fee-sniping
2022-06-15 Jeffrey CzyzDefine NodeAlias struct and Display impl
2022-06-15 Matt CoralloCorrect handling of reorg'd-out revoked counterparty...
2022-06-15 Matt CoralloMerge pull request #1541 from jkczyz/2022-06-nit-follow-ups
2022-06-14 Antoine RiardRecommend funding_tx to apply anti-fee sniping
2022-06-14 Antoine RiardCheck if funding transaction is final for propagation
2022-06-14 Matt CoralloMerge pull request #1540 from wpaulino/rename-config...
2022-06-13 Jeffrey CzyzRemove unnecessary identifiers from match pattern
2022-06-13 Jeffrey CzyzReplace Arc with reference in some tests
2022-06-13 Jeffrey CzyzFix grammar in BackgroundProcessor::start docs
2022-06-13 Wilmer PaulinoRename UserConfig and LegacyChannelConfig fields
2022-06-13 Matt CoralloMerge pull request #1526 from tnull/2022-06-fix-minimal...
next