Replacing (C-not exported) in the docs
[rust-lightning] / lightning / src / ln / channelmanager.rs
2023-03-22 munjesiReplacing (C-not exported) in the docs
2023-03-21 Matt CoralloMerge pull request #2102 from douglaz/node_info_addresses
2023-03-21 Matt CoralloMerge pull request #2034 from wpaulino/anchor-revoked...
2023-03-21 Matt CoralloMerge pull request #2100 from douglaz/docs_fixes
2023-03-21 Allan Douglas R... Docs improvements
2023-03-20 Matt CoralloMerge pull request #2118 from TheBlueMatt/2023-03-no...
2023-03-20 Matt CoralloRemove unnecessary heap allocations in log-entry-matchi...
2023-03-19 Matt CoralloMerge pull request #2024 from TheBlueMatt/2023-02-6conf...
2023-03-17 Matt CoralloMerge pull request #2107 from TheBlueMatt/2023-04-msrv...
2023-03-15 Matt CoralloMerge pull request #2094 from johncantrell97/expose-fee
2023-03-15 John Cantrellexpose `feerate_sat_per_1000_weight` in `ChannelDetails`
2023-03-14 Matt CoralloMerge pull request #2045 from wpaulino/fix-broken-commi...
2023-03-13 Matt CoralloMerge pull request #2063 from valentinewallace/2023...
2023-03-13 Valentine WallaceRemove payment_params from send_payent_along_path
2023-03-13 Valentine WallaceRemove HTLCSource::OutboundRoute::payment_params
2023-03-13 Valentine WallaceRemove PaymentPathFailed::retry
2023-03-08 Matt CoralloMerge pull request #2079 from tnull/2023-03-add-list...
2023-03-08 Matt CoralloMerge pull request #2081 from TheBlueMatt/2023-03-futur...
2023-03-07 Elias RohrerAdd `list_channels_by_counterparty` method
2023-03-06 Matt CoralloMerge pull request #2049 from douglaz/run-clippy-fix
2023-03-06 Matt CoralloMerge pull request #2074 from TheBlueMatt/2023-03-fix...
2023-03-06 Matt CoralloMerge pull request #2028 from TheBlueMatt/2023-02-macro...
2023-03-04 Matt CoralloMerge pull request #1497 from TheBlueMatt/2022-05-no...
2023-03-04 Matt CoralloMerge pull request #2072 from jkczyz/2023-01-fix-scorin...
2023-03-03 Matt CoralloMerge pull request #2071 from TheBlueMatt/2023-01-fix...
2023-03-03 Matt CoralloMerge pull request #2068 from jkczyz/2023-03-doc-fixes
2023-03-03 Matt CoralloMerge pull request #2069 from TheBlueMatt/2023-03-no...
2023-03-03 Matt CoralloMerge pull request #2070 from TheBlueMatt/2023-03-get-key
2023-03-03 Jeffrey CzyzFix build warnings
2023-03-03 Matt CoralloMerge pull request #2067 from benthecarman/fix-typos
2023-03-03 Matt CoralloMerge pull request #2066 from TheBlueMatt/2023-02-no...
2023-03-03 Matt CoralloMerge pull request #2048 from TheBlueMatt/2023-02-send...
2023-03-03 Matt CoralloPass `FailureCode` to `fail_htlc_backwards` by ownership 2023-02-no-enum-refs
2023-03-03 Matt CoralloTrack claimed outbound HTLCs in ChannelMonitors
2023-03-03 Jeffrey CzyzReference `Router` in `ChannelManager` docs
2023-03-02 Wilmer PaulinoMerge pull request #2064 from TheBlueMatt/2023-03-debug...
2023-03-01 Matt CoralloReplace `get_err_msg` macro with a function
2023-03-01 Matt CoralloReplace `get_revoke_commit_msgs` macro with a function
2023-02-28 Wilmer PaulinoMerge pull request #2046 from TheBlueMatt/2023-02-rgs...
2023-02-28 Wilmer PaulinoMerge pull request #2006 from TheBlueMatt/2023-02-no... v0.0.114-beta
2023-02-28 Matt CoralloMerge pull request #2015 from TheBlueMatt/2023-02-no...
2023-02-28 Matt CoralloMake sure individual mutexes are constructed on differe... 2023-02-no-recursive-read-locks
2023-02-28 Matt CoralloDisallow taking two instances of the same mutex at...
2023-02-28 Matt CoralloDon't `per_peer_state` read locks recursively in monito...
2023-02-28 Matt CoralloExpect callers to hold read locks before `channel_monit...
2023-02-28 Matt CoralloHold the `total_consistency_lock` while in `outbound_pa...
2023-02-27 Matt CoralloRemove the `final_cltv_expiry_delta` in `RouteParameter... 2023-02-no-dumb-redundant-fields
2023-02-27 Matt CoralloRequire a non-0 number of non-empty paths when deserial...
2023-02-27 Matt CoralloMerge pull request #2043 from valentinewallace/2023...
2023-02-27 Matt CoralloMerge pull request #2033 from tnull/2023-02-make-esplor...
2023-02-27 Matt CoralloMerge pull request #2025 from TheBlueMatt/2023-02-no...
2023-02-25 Valentine WallaceImplement writeable for APIError
2023-02-25 Matt CoralloMerge pull request #1977 from jkczyz/2023-01-offers...
2023-02-25 Valentine WallaceRename OptionDeserWrapper->RequiredWrapper
2023-02-24 Valentine WallaceDisambiguate ignorable and ignorable_option
2023-02-24 Matt CoralloRename `BestBlock::from_genesis` to `from_network`... 2023-02-no-pub-genesis-hashes
2023-02-24 Matt CoralloRemove genesis block hash from public API
2023-02-23 Matt CoralloMerge pull request #2014 from valentinewallace/2023...
2023-02-23 Valentine WallaceRework auto retry send errors
2023-02-23 Valentine WallaceFix InvalidRoute error to be ChannelUnavailable
2023-02-22 Matt CoralloMerge pull request #1897 from TheBlueMatt/2022-11-monit...
2023-02-22 Matt CoralloUse the new monitor persistence flow for `funding_creat...
2023-02-22 Matt CoralloUse new monitor persistence flow in funding_signed...
2023-02-22 Matt CoralloAlways process `ChannelMonitorUpdate`s asynchronously
2023-02-22 Matt CoralloMove TODO from `handle_monitor_update_res` into `Channel`
2023-02-22 Matt CoralloHandle `MonitorUpdateCompletionAction`s after monitor...
2023-02-22 Matt CoralloMerge pull request #1988 from TheBlueMatt/2023-01-limit...
2023-02-21 Matt CoralloLimit the number of pending un-funded inbound channel 2023-01-limited-chans
2023-02-21 Matt CoralloAdd an `inbound` flag to the `peer_connected` message...
2023-02-21 Matt CoralloMerge pull request #2035 from TheBlueMatt/2023-02-fix...
2023-02-21 Matt CoralloMerge pull request #2040 from alecchendev/2023-02-index...
2023-02-21 Matt CoralloRemove the `peer_disconnected` `no_connection_possible... 2023-02-fix-no-con-discon
2023-02-21 Matt CoralloAdd a further debug_assert that disconnecting peers...
2023-02-21 Matt CoralloCorrect `funding_transaction_generated` err msg and...
2023-02-19 Valentine WallacePass pending_events into pay_internal
2023-02-19 Matt CoralloMerge pull request #2026 from valentinewallace/2023...
2023-02-17 Valentine WallaceDeduplicate PendingHTLCsForwardable events when queueing
2023-02-17 Valentine WallaceCheck for abandon-able payments on startup
2023-02-17 Matt CoralloAdd a new monitor update result handling macro
2023-02-17 Matt CoralloTrack actions to execute after a `ChannelMonitor` is...
2023-02-17 Matt CoralloFix the err msg provided when a send fails due to peer...
2023-02-16 Matt CoralloMerge pull request #2009 from TheBlueMatt/2023-02-no...
2023-02-16 Matt CoralloFix (and test) threaded payment retries 2023-02-no-racey-retries
2023-02-16 Matt CoralloTest if a given mutex is locked by the current thread...
2023-02-16 Matt CoralloMerge pull request #2008 from valentinewallace/2023...
2023-02-15 Valentine WallaceRemove retry_payments method
2023-02-15 Valentine WallaceAbandon payment if retry fails in process_pending_htlcs
2023-02-15 Matt CoralloMerge pull request #1832 from jkczyz/2022-11-composite...
2023-02-15 Valentine WallacePass pending events to outbound_payments::abandon_payment
2023-02-15 Matt CoralloMerge pull request #2020 from valentinewallace/2023...
2023-02-14 Matt CoralloMerge pull request #2029 from wpaulino/update-pgp-key
2023-02-14 Valentine WallaceFix computing in-flight HTLCs in between retries +...
2023-02-14 Valentine Wallacetest_utils: parameterize TestRouter by TestScorer
2023-02-14 Matt CoralloMerge pull request #1966 from ViktorTigerstrom/2023...
2023-02-14 Viktor TigerströmDon't serialize nodes which we have no channels to
2023-02-14 Viktor TigerströmInitialize `list_channels_with_filter` result vec with...
2023-02-14 Viktor TigerströmUpdate unknown peer passed to msg and api functions...
2023-02-14 Viktor TigerströmAlways remove disconnected peers with no channels
2023-02-14 Viktor TigerströmUpdate `ChannelManager` docs
2023-02-14 Viktor TigerströmCheck `peer_state` existence more idiomatically
next