Consume events by value in EventHandler's handle_event
[rust-lightning] / lightning / src / ln / channelmanager.rs
2022-11-10 Wilmer PaulinoConsume events by value in EventHandler's handle_event
2022-11-10 valentinewallaceMerge pull request #1844 from valentinewallace/2022...
2022-11-10 Matt CoralloMerge pull request #1843 from TheBlueMatt/2022-11-fix...
2022-11-09 Matt CoralloMerge pull request #1796 from tnull/2022-10-track-confi...
2022-11-09 Valentine WallaceRename PendingHTLCInfo fields to include msat suffix
2022-11-09 Matt CoralloMerge pull request #1842 from jkczyz/2022-11-channel...
2022-11-09 Matt CoralloMerge pull request #1840 from valentinewallace/2022...
2022-11-09 Elias RohrerTrack block hash, return via `get_relevant_txids`
2022-11-08 Matt CoralloMerge pull request #1719 from jkczyz/2022-09-offer...
2022-11-08 Valentine WallaceFix scid_utils::is_valid* false positive
2022-11-08 Valentine WallaceTrack incoming amount in PendingHTLCInfo
2022-11-08 Valentine WallaceDelete unnecessary whitespace in process_pending_forwards
2022-11-08 Valentine WallaceRefactor HTLCForwardInfo::AddHTLC for intercept forwards
2022-11-08 ArikMerge pull request #1833 from johncantrell97/2022-11...
2022-11-04 Matt CoralloMerge pull request #1639 from ViktorTigerstrom/2022...
2022-11-04 Jeffrey CzyzAdd WithoutLength wrapper
2022-11-04 Viktor TigerströmMake `process_pending_htlc_forwards` more readable
2022-11-04 Viktor TigerströmConsider `channel_id`s in `short_to_chan_info` as ungua...
2022-11-04 Viktor TigerströmRemove excess `channel_state` passing to macros
2022-11-04 Viktor TigerströmMove `short_to_chan_info` into standalone lock
2022-11-03 Matt CoralloMerge pull request #1811 from valentinewallace/2022...
2022-11-03 Matt CoralloMerge pull request #1761 from TheBlueMatt/2022-10-user...
2022-11-03 Matt CoralloMerge pull request #1817 from TheBlueMatt/2022-10-remov...
2022-11-03 Matt CoralloMerge pull request #1743 from tnull/2022-09-channel...
2022-11-03 Elias RohrerAdd `ChannelReady` event
2022-11-02 Matt CoralloStop timing out payments automatically, requiring aband...
2022-11-02 Matt CoralloDelay removal of fulfilled outbound payments for a...
2022-11-02 Matt CoralloAllow users to specify the `PaymentId` for new outbound...
2022-11-01 Matt CoralloMerge pull request #1791 from valentinewallace/2022...
2022-10-26 valentinewallaceMerge pull request #1797 from arik-so/2022-10-channel...
2022-10-25 Arik SosmanDeparametrize `ChannelManager` to infer `Signer` from...
2022-10-24 Matt CoralloMerge pull request #1779 from valentinewallace/2022...
2022-10-22 Matt CoralloMerge pull request #1780 from wpaulino/rust-edition...
2022-10-21 Wilmer PaulinoBump workspace to rust edition 2018
2022-10-21 valentinewallaceMerge pull request #1770 from jkczyz/2022-10-debug...
2022-10-19 Jeffrey CzyzMerge pull request #1748 from valentinewallace/2022...
2022-10-19 Matt CoralloMerge pull request #1678 from TheBlueMatt/2022-08-fundi...
2022-10-19 Matt CoralloHandle async initial ChannelMonitor persistence failing...
2022-10-19 valentinewallaceMerge pull request #1769 from TheBlueMatt/2022-10-disco...
2022-10-19 Jeffrey CzyzMerge pull request #1764 from G8XSU/rgs-ignore-error
2022-10-19 Jeffrey CzyzMerge pull request #1777 from lexe-tech/max/best-block...
2022-10-17 Matt CoralloMerge pull request #1763 from gcomte/feature/derive-eq
2022-10-12 valentinewallaceMerge pull request #1765 from gcomte/refactor/remove...
2022-10-11 Gabriel ComteRemove redundant field names
2022-10-07 Jeffrey CzyzMerge pull request #1693 from valentinewallace/2022...
2022-10-07 Matt CoralloMerge pull request #1625 from TheBlueMatt/2022-07-histo...
2022-09-29 Matt CoralloMerge pull request #1106 from TheBlueMatt/2021-10-no...
2022-09-29 Matt CoralloRename APIError::MonitorUpdateFailed to MonitorUpdateIn...
2022-09-29 Matt CoralloRename `handle_monitor_err!()` `handle_monitor_update_res!`
2022-09-29 Matt CoralloRename `Channel::monitor_update_failed` to `monitor_upd...
2022-09-29 Matt CoralloAdd a TODO for an important issue for making async...
2022-09-29 Matt CoralloRework `chain::Watch` return types to make async update...
2022-09-26 valentinewallaceMerge pull request #1740 from TheBlueMatt/2022-09-invoi...
2022-09-26 valentinewallaceMerge pull request #1742 from tnull/2022-09-remove...
2022-09-26 Elias RohrerRemove done TODO
2022-09-22 valentinewallaceMerge pull request #1731 from valentinewallace/2022...
2022-09-20 Matt CoralloMerge pull request #1656 from ViktorTigerstrom/2022...
2022-09-19 Viktor TigerströmAdd lock order docs to `ChannelManager` fields
2022-09-18 Viktor TigerströmRemove `forward_htlc` after `channel_state` lock order
2022-09-18 Viktor TigerströmRemove unnecessary aquiring of the `channel_state`...
2022-09-18 Viktor TigerströmMove `forward_htlcs` into standalone lock
2022-09-16 Jeffrey CzyzMerge pull request #1694 from jurvis/jurvis/2022-08...
2022-09-15 Matt CoralloDo not broadcast commitment txn on Permanent mon update...
2022-09-15 ArikMerge pull request #1708 from tnull/2022-09-rgs-unpub...
2022-09-15 Matt CoralloMerge pull request #1707 from TheBlueMatt/2022-09-no...
2022-09-14 Matt CoralloStop relying on `*Features::known` in channel{,manager}.rs
2022-09-14 Matt CoralloList supported/required feature bits explicitly in...
2022-09-13 Matt CoralloMerge pull request #1685 from wpaulino/anchors-prep
2022-09-13 valentinewallaceMerge pull request #1717 from TheBlueMatt/2022-09-req...
2022-09-13 valentinewallaceMerge pull request #1703 from TheBlueMatt/2022-09-badon...
2022-09-13 Matt CoralloAdd now-missing `unwrap`s on test calls to `peer_connec... 2022-09-req-features-in-handlers
2022-09-13 Matt CoralloMove checking of specific require peer feature bits...
2022-09-11 Matt CoralloMerge pull request #1710 from TheBlueMatt/2022-09-compi...
2022-09-09 Matt CoralloFix several compile warnings added in some of my recent...
2022-09-09 Matt CoralloMerge pull request #1688 from valentinewallace/2022...
2022-09-09 Matt CoralloMerge pull request #1711 from TheBlueMatt/2022-08-0conf...
2022-09-09 Valentine WallaceAdd a new NodeFeatures constructor to capture the types...
2022-09-09 Matt CoralloMerge pull request #1709 from tnull/2022-09-make-access...
2022-09-09 Matt CoralloMerge pull request #1701 from TheBlueMatt/2022-09-featu...
2022-09-09 Matt CoralloAdd a new InitFeatures constructor to capture the types...
2022-09-09 Matt CoralloFetch our `InitFeatures` from `ChannelMessageHandler`
2022-09-09 Matt CoralloMerge pull request #1699 from TheBlueMatt/2022-08-annou...
2022-09-08 Matt CoralloMerge pull request #1704 from TheBlueMatt/2022-09-alway...
2022-09-08 Matt CoralloMove `broadcast_node_announcement` to `PeerManager`
2022-09-08 Matt CoralloSend channel_{announcement,update} msgs on connection...
2022-09-08 Matt CoralloDont use PaymentPathFailed a probe fails without making...
2022-09-08 Matt CoralloDrop redundant code in `fail_holding_cell_htlcs`
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...
next