Rename APIError::RouteError to ::InvalidRoute
[rust-lightning] / lightning / src / ln / channelmanager.rs
2022-12-01 Valentine WallaceRename APIError::RouteError to ::InvalidRoute
2022-12-01 Valentine WallaceClean up HTLC intercept errors
2022-12-01 Matt CoralloMerge pull request #1835 from valentinewallace/2022...
2022-11-30 Matt CoralloMerge pull request #1839 from ariard/2022-11-increase...
2022-11-30 Valentine WallaceDon't forward HTLC intercepts over unestablished channels
2022-11-30 Valentine WallaceAutomatically fail intercepts back on timeout
2022-11-30 Valentine WallaceAdd config knob for forwarding intercept payments
2022-11-30 Valentine WallaceAllow failing back intercepted HTLCs
2022-11-30 Valentine WallaceUtils for forwarding intercepted htlcs + getting interc...
2022-11-30 Valentine WallaceGenerate HTLCIntercepted event upon interceptable forward
2022-11-30 Valentine WallacePersist pending intercepted htlcs in ChannelManager
2022-11-30 Matt CoralloMerge pull request #1885 from TheBlueMatt/2022-11-dumb...
2022-11-30 Matt CoralloDrop unnecessary clone 2022-11-dumb-lookup
2022-11-30 Matt CoralloDrop useless SCID lookup in `claim_funds_from_hop`
2022-11-29 Matt CoralloMerge pull request #1856 from tnull/2022-10-expose...
2022-11-29 Elias RohrerExpose `confirmations` via `ChannelDetails`
2022-11-29 Elias RohrerExpose the channel via which we received a payment
2022-11-28 Matt CoralloMerge pull request #1766 from tee8z/event-node-received
2022-11-28 Tee8zadds 'receiver_node_id' to 'Event::Payment{Received...
2022-11-25 Matt CoralloMerge pull request #1861 from TheBlueMatt/2022-11-tx...
2022-11-22 valentinewallaceMerge pull request #1866 from TheBlueMatt/2022-11-noisy...
2022-11-22 Matt CoralloMerge pull request #1859 from TheBlueMatt/2022-11-rm...
2022-11-22 Matt CoralloMerge pull request #1772 from ViktorTigerstrom/2022...
2022-11-21 Viktor TigerströmDon't hold `per_peer_state` lock during chain monitor...
2022-11-21 Viktor TigerströmLock pending inbound and outbound payments to before...
2022-11-21 Viktor TigerströmMove `claimable_htlcs` to separate lock
2022-11-21 Matt CoralloMerge pull request #1830 from jurvis/jurvis/2022-10...
2022-11-21 Matt CoralloRemove the `post_handle_chan_restoration` macro 2022-11-rm-redundant-holding-cell-wipe
2022-11-19 jurvisCompute InflightHtlcs from available information in...
2022-11-19 Matt CoralloMerge pull request #1846 from TheBlueMatt/2022-11-more...
2022-11-18 Matt CoralloMerge pull request #1852 from TheBlueMatt/2022-11-accep...
2022-11-18 Matt CoralloMerge pull request #1726 from jkczyz/2022-09-offer...
2022-11-17 Matt CoralloConvert the `handle_chan_restoration_locked` macro...
2022-11-17 Matt CoralloWait to free the holding cell during channel_reestablis...
2022-11-16 Matt CoralloMerge pull request #1855 from tnull/2022-11-inbound...
2022-11-16 Elias RohrerMention `user_channel_id` rand. version req.
2022-11-16 Elias RohrerAlso set `user_channel_id` when its overridden
2022-11-16 Matt CoralloMerge pull request #1826 from TheBlueMatt/2022-10-idemp...
2022-11-16 Matt CoralloMerge pull request #1851 from TheBlueMatt/2022-11-fix...
2022-11-16 Matt CoralloAccept feerate increases even if they aren't high enoug... 2022-11-accept-bad-but-better-fee-updates
2022-11-15 Matt CoralloMerge pull request #1790 from tnull/2022-10-inbound...
2022-11-15 Elias RohrerMake `user_channel_id` a `u128`
2022-11-15 Elias RohrerRandomize `user_channel_id` for inbound channels
2022-11-11 Matt CoralloMerge pull request #1845 from TheBlueMatt/2022-11-futur...
2022-11-11 Matt CoralloMerge pull request #1806 from arik-so/2022-10-backgroun...
2022-11-11 Matt CoralloFix persistence-required futures always completing... 2022-11-future-wake-fix
2022-11-11 Matt CoralloMerge pull request #1413 from ViktorTigerstrom/2022...
2022-11-10 Viktor TigerströmRemove `OnionHopDataFormat::Legacy`
2022-11-10 Matt CoralloMerge pull request #1787 from wpaulino/async-event...
2022-11-10 Wilmer PaulinoImplement async versions of process_pending_events
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-10 Arik SosmanRemove generic `Signer` parameter where it can be infer...
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 CoralloAdd a separate PaymentSendFailure for idempotency violation 2022-10-idempotency-err
2022-11-09 Matt CoralloRename `PaymentSendFailure::AllFailedRetrySafe` `....
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...
next