rust-lightning
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-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...
2022-06-13 Elias RohrerAdd failure test cases for `max_mpp_path_count`.
2022-06-13 Elias RohrerFix min. contrib. depending on `max_mpp_path_count`
2022-06-13 Matt CoralloMerge pull request #1514 from mattfaltyn/issue438
2022-06-13 Matt CoralloMerge pull request #1529 from wpaulino/move-channel...
2022-06-12 MattDocument better optional features
2022-06-10 Matt CoralloMerge pull request #1535 from TheBlueMatt/2022-06-108-ugh v0.0.108
2022-06-10 Matt CoralloUpdate crate versions to 0.0.108/invoice 0.16 2022-06-108-ugh
2022-06-10 Matt CoralloUpdate CHANGELOG for 0.0.108
2022-06-10 Matt CoralloMerge pull request #1534 from tnull/2022-06-check-relea...
2022-06-10 Elias RohrerCheck release build profile in CI
2022-06-10 Matt CoralloMerge pull request #1533 from lexe-tech/fix-release
2022-06-10 Max FangFix lightning-background-processor release build
2022-06-09 Wilmer PaulinoIntroduce LegacyChannelConfig to remain backwards compa...
2022-06-09 Wilmer PaulinoMove commit_upfront_shutdown_pubkey to ChannelHandshake...
2022-06-09 Wilmer PaulinoMove announced_channel to ChannelHandshakeConfig
2022-06-09 Arik SosmanMerge pull request #1496 from TheBlueMatt/2022-05-macro...
2022-06-09 Matt CoralloMake `expect_payment_failed_conditions` a function 2022-05-macro-function-bonus
next