rust-lightning
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 CoralloAdd CHANGELOG entry for 0.0.110
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-22 Matt CoralloMerge pull request #1627 from dunxen/2022-07-reusevalid...
2022-07-22 Duncan DeanReuse `BlockHash` from `validate_pow()`
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 valentinewallaceMerge pull request #1623 from lexe-tech/custom-smart...
2022-07-20 Elias RohrerFix 'not a hyperlink' doc warning
2022-07-20 Max Fanglightning-net-tokio: Allow custom smart pointers
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 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
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...
next