Specify why flags for `channel_disabled` error are zero
[rust-lightning] / lightning / src / ln / channelmanager.rs
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
2022-06-02 Jeffrey CzyzUpdate missed references to get_route in docs
2022-06-02 valentinewallaceMerge pull request #1505 from tnull/2022-05-support...
2022-06-02 Elias RohrerImplement `ZeroConf` feature.
2022-06-01 Jeffrey CzyzMerge pull request #1504 from TheBlueMatt/2022-05-pub-io
2022-05-31 Arik SosmanMerge pull request #1500 from arik-so/2022-05-network...
2022-05-31 Matt CoralloMerge pull request #1506 from tnull/2022-05-rename...
2022-05-31 Elias RohrerRename `FundingLocked` to `ChannelReady`.
2022-05-30 valentinewallaceMerge pull request #1434 from TheBlueMatt/2022-04-robus...
2022-05-28 Matt CoralloChange `Event` `amt` fields to `amount_msat` for clarity 2022-04-robust-payment-claims
2022-05-28 Matt CoralloAdd internal docs for ChannelMonitor::payment_preimages
2022-05-28 Matt CoralloDrop return value from `fail_htlc_backwards`, clarify...
2022-05-28 Matt CoralloDo additional pre-flight checks before claiming a payment
2022-05-28 Matt CoralloProvide a redundant `Event::PaymentClaimed` on restart...
2022-05-28 Matt CoralloAdd a `PaymentClaimed` event to indicate a payment...
2022-05-27 Matt CoralloMerge pull request #1401 from TheBlueMatt/2022-02-0conf...
2022-05-27 Matt CoralloExpose outbound SCID alias in `ChannelDetails` and...
2022-05-27 Matt CoralloSend funding_locked immediately for inbound channels...
2022-05-27 Matt CoralloAdd API and signaling to accept incoming channels at...
2022-05-27 Matt CoralloLock outbound channels at 0conf if the peer indicates...
2022-05-27 Matt CoralloHandle cases where a channel is in use w/o an SCID...
2022-05-27 valentinewallaceMerge pull request #1481 from TheBlueMatt/2022-05-new...
2022-05-27 Matt CoralloMerge pull request #1491 from tnull/2022-05-build-route...
2022-05-26 Matt CoralloMerge pull request #1494 from TheBlueMatt/2022-05-mon...
2022-05-26 Matt CoralloEnsure all HTLCs for a claimed payment are claimed...
2022-05-26 Matt CoralloRename HTLC `onchain_value_satoshis` to `htlc_value_sat...
2022-05-23 Jeffrey CzyzMerge pull request #1490 from arik-so/rust_beta_doc_fix
2022-05-20 Arik SosmanMerge pull request #1492 from tnull/2022-05-fix-bolts-url
2022-05-20 Elias RohrerUse new spec repository URL.
2022-05-19 Matt CoralloStore an `events::PaymentPurpose` with each claimable...
2022-05-19 Matt CoralloEnable removal of `OnionPayload::Invoice::_legacy_hop_d...
next