Merge pull request #1702 from TheBlueMatt/2022-09-one-hop-retryable
[rust-lightning] / lightning / src / ln / channelmanager.rs
2022-09-08 Matt CoralloMerge pull request #1702 from TheBlueMatt/2022-09-one...
2022-09-08 Matt CoralloMerge pull request #1700 from TheBlueMatt/2022-09-missi...
2022-09-07 Matt CoralloRename `rejected_by_dest` -> `payment_failed_permanently` 2022-09-one-hop-retryable
2022-09-07 Matt CoralloMark failed counterparty-is-destination HTLCs retryable
2022-09-07 valentinewallaceMerge pull request #1697 from TheBlueMatt/2022-08-event...
2022-09-07 valentinewallaceMerge pull request #1691 from TheBlueMatt/2022-08-dust...
2022-09-06 Matt CoralloClarify and consolidate event handling requirements 2022-08-event-docs
2022-09-06 valentinewallaceMerge pull request #1657 from TheBlueMatt/2022-08-async...
2022-09-06 Matt CoralloMerge pull request #1695 from TheBlueMatt/2022-08-log...
2022-09-06 Matt CoralloEnsure we log private channel_updates at a non-GOSSIP... 2022-08-log-chan_update
2022-09-06 Matt CoralloAdd a `Future` which can receive manager persistence...
2022-09-06 Matt CoralloRemove internal references to `persistence` in waker.rs
2022-09-03 Matt CoralloMerge pull request #1692 from TheBlueMatt/2022-08-time...
2022-08-18 Matt CoralloMerge pull request #1670 from TheBlueMatt/2022-08-mon...
2022-08-17 Matt CoralloMerge pull request #1666 from TheBlueMatt/2022-08-fix...
2022-08-16 Matt CoralloMerge pull request #1660 from TheBlueMatt/2022-08-clean...
2022-08-15 Matt CoralloMerge pull request #1663 from tnull/2022-08-drop-regist...
2022-08-15 valentinewallaceMerge pull request #1659 from valentinewallace/2022...
2022-08-12 Matt CoralloRename `PersistenceNotifier` to simply `Notifier`
2022-08-12 Matt CoralloMerge pull request #1658 from lightning-signer/2022...
2022-08-10 DevrandomUpdate bitcoin crate to 0.29.0
2022-08-09 Matt CoralloMove PersistenceNotifier to a new util module
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 WallaceImplement receiving and forwarding onion messages
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-07-27 Matt CoralloMerge pull request #1628 from tnull/2022-07-readme...
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 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 jurvisSend failure event if we fail to handle a HTLC
2022-07-21 Matt CoralloMerge pull request #1420 from TheBlueMatt/2022-04-moar...
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 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 Matt CoralloMerge pull request #1615 from TheBlueMatt/2022-07-screw...
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 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-08 Matt CoralloMerge pull request #1592 from tnull/2022-07-manual...
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-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 Matt CoralloMerge pull request #1553 from wvanlint/dns_hostname
2022-07-04 Willem Van LintAdds DNS hostname to NetAddress
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-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-21 Matt CoralloMerge pull request #1518 from valentinewallace/2022...
2022-06-21 valentinewallaceMerge pull request #1556 from danielgranhao/2022-06...
2022-06-21 Matt CoralloMerge pull request #1486 from TheBlueMatt/2022-05-revok...
2022-06-21 Matt CoralloMerge pull request #1548 from NicolaLS/serde-module
2022-06-21 Matt CoralloMerge pull request #1527 from wpaulino/update-htlc...
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-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 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 Wilmer PaulinoRename UserConfig and LegacyChannelConfig fields
2022-06-13 Matt CoralloMerge pull request #1526 from tnull/2022-06-fix-minimal...
2022-06-13 Elias RohrerFix min. contrib. depending on `max_mpp_path_count`
2022-06-13 Matt CoralloMerge pull request #1529 from wpaulino/move-channel...
2022-06-09 Arik SosmanMerge pull request #1496 from TheBlueMatt/2022-05-macro...
2022-06-09 valentinewallaceMerge pull request #1513 from TheBlueMatt/2022-06-fix...
2022-06-09 Matt CoralloMerge pull request #1524 from ViktorTigerstrom/2022...
2022-06-08 Viktor TigerströmPass `peer_node_id` to `fail_holding_cell_htlcs`
2022-06-07 Matt CoralloMerge pull request #1517 from jkczyz/2022-06-gossip...
2022-06-06 Jeffrey CzyzParameterize NetworkGraph with Logger
2022-06-04 Matt CoralloMerge pull request #1501 from tnull/2022-05-mention...
2022-06-02 Matt CoralloMerge pull request #1159 from jkczyz/2021-11-network...
2022-06-02 Jeffrey CzyzMove network_graph.rs to gossip.rs
next