Close and remove unfunded inbound/outbound channels that are older than an hour
[rust-lightning] / lightning / src / ln / channel.rs
2023-07-19 Duncan DeanClose and remove unfunded inbound/outbound channels...
2023-07-19 Duncan DeanRemove redundant 'outbound' wording from methods
2023-07-17 Matt CoralloMerge pull request #2414 from TheBlueMatt/2023-07-cut... v0.0.116-rc1
2023-07-17 Matt CoralloMerge pull request #2415 from wpaulino/update-fee-anchors
2023-07-14 Wilmer PaulinoUse min mempool feerate for outbound updates on anchor...
2023-07-14 Wilmer PaulinoRelax constraints for inbound feerate updates on anchor...
2023-07-12 Matt CoralloMerge pull request #2391 from TheBlueMatt/2023-07-all...
2023-07-12 Elias RohrerMerge pull request #2393 from wpaulino/bump-transaction...
2023-07-11 Matt CoralloMerge pull request #2400 from TheBlueMatt/2023-07-kill...
2023-07-11 Elias RohrerMerge pull request #2395 from wpaulino/phantom-deduped...
2023-07-10 Wilmer PaulinoMerge pull request #2369 from TheBlueMatt/2023-06-mon...
2023-07-10 Wilmer PaulinoMerge pull request #2364 from TheBlueMatt/2023-06-htlc...
2023-07-08 Matt CoralloMerge pull request #2307 from benthecarman/verify-funcs
2023-07-08 Matt CoralloMerge pull request #2042 from ffaex/add_fn
2023-07-08 Matt CoralloMerge pull request #2396 from tnull/2023-07-fix-github...
2023-07-08 Matt CoralloMerge pull request #2354 from alecchendev/2023-06-bump...
2023-07-07 Matt CoralloMerge pull request #2347 from henghonglee/issue-2304
2023-07-07 Matt CoralloReplace `vec_type` TLVs in channel/manager with require...
2023-07-07 Alec ChenUse multiplier in dust exposure threshold calculation
2023-07-07 Alec ChenSend fee estimator through to `get_max_htlc_dust_exposu...
2023-07-07 Alec ChenAdd max dust exposure multiplier config knob
2023-07-07 Matt CoralloFix backwards compat for `blocked_monitor_updates`
2023-07-07 valentinewallaceMerge pull request #2392 from TheBlueMatt/2023-07-async...
2023-07-06 henghongleeAdd ChannelShutdownState to ChannelDetails
2023-07-05 Matt CoralloMove Channel's blocked monitor updates vec to an even TLV 2023-07-async-mon-even-tlv
2023-07-02 Matt CoralloMerge pull request #2375 from TonyGiorgio/remove-doc...
2023-06-29 Matt CoralloMerge pull request #2372 from wpaulino/channelmanager...
2023-06-27 Matt CoralloSome minor comment/doc tweaks in new monitor update...
2023-06-27 Matt CoralloMerge pull request #2374 from arik-so/2023-06-build...
2023-06-24 Arik SosmanFix build warning about public_from_secret_hex.
2023-06-24 Matt CoralloMerge pull request #2368 from wpaulino/inbound-anchors... v0.0.116-alpha1
2023-06-23 Wilmer PaulinoMerge pull request #2367 from wpaulino/remove-anchors...
2023-06-23 Matt CoralloMerge pull request #2373 from TheBlueMatt/2023-06-116...
2023-06-23 Matt CoralloMerge pull request #2362 from TheBlueMatt/2023-06-unblo...
2023-06-23 Wilmer PaulinoRemove anchors config flag
2023-06-23 Matt CoralloRename `Channel::pending_monitor_updates` to `blocked` 2023-06-unblocked-mons-in-manager
2023-06-23 Matt CoralloRename Channel's latest-monitor-update fetch method...
2023-06-23 Matt CoralloRemove the `blocked` param on `ChannelMonitorUpdates...
2023-06-23 Matt CoralloMove in-flight `ChannelMonitorUpdate`s to `ChannelManager`
2023-06-23 Matt CoralloMerge pull request #2361 from arik-so/2023-06-anchor...
2023-06-23 Arik SosmanSync `ChannelTransactionParameters` features to `Channe...
2023-06-23 Arik SosmanReplace `opt_anchors` with `ChannelTypeFeatures`
2023-06-22 valentinewallaceMerge pull request #2365 from TheBlueMatt/2023-06-fix...
2023-06-22 Arik SosmanIntroduce nonzero fee anchors feature.
2023-06-21 Matt CoralloDrop the now-unused `push_blockable_mon_update`
2023-06-21 Matt CoralloReturn owned `ChannelMonitorUpdate`s from `Channel`
2023-06-21 Elias RohrerMerge pull request #2319 from valentinewallace/2023...
2023-06-20 Valentine WallaceSet UpdateAddHTLC::skimmed_fee_msat on forward
2023-06-20 Valentine WallacePersist update_add sender skimmed fee in Channel
2023-06-20 Valentine WallaceTrack the sender's skimmed fee in UpdateAddHTLC
2023-06-20 Matt CoralloMerge pull request #2120 from valentinewallace/2023...
2023-06-19 Matt CoralloMerge pull request #2089 from wpaulino/bump-transaction...
2023-06-17 Matt CoralloMerge pull request #2351 from TheBlueMatt/2023-04-remov...
2023-06-16 Matt CoralloMerge pull request #2077 from dunxen/2023-02-splitchann...
2023-06-15 Duncan DeanRename `inbound_is_awaiting_accept()` to `is_awaiting_a...
2023-06-15 Duncan DeanRename `InboundV1Channel::new_from_req` to `InboundV1Ch...
2023-06-15 Duncan DeanMove inbound channel methods into `InboundV1Channel...
2023-06-15 Duncan DeanMove outbound channel methods into `OutboundV1Channel...
2023-06-15 Duncan DeanMove `Channel::force_shutdown` to `ChannelContext`...
2023-06-15 Duncan DeanMove inbound channel constructor into `InboundV1Channel...
2023-06-15 Duncan DeanMove outbound channel constructor into `OutboundV1Chann...
2023-06-15 Duncan DeanIntroduce `InboundV1Channel` & `OutboundV1Channel`
2023-06-14 Duncan DeanMove channel constants up
2023-06-14 Duncan DeanMake `ChannelManager::issue_channel_close_events` take...
2023-06-14 Duncan DeanMove `Channel::get_available_balances` to `ChannelConte...
2023-06-14 Duncan DeanMove `Channel::next_*_commit_tx_fee_msat` methods to...
2023-06-14 Duncan DeanMove `Channel::commit_tx_fee_msat` to file-level utilities
2023-06-14 Duncan DeanMove `Channel::get_*_pending_htlc_stats` to `ChannelCon...
2023-06-14 Duncan DeanPrepare some methods for upcoming moves to `ChannelContext`
2023-06-14 Duncan DeanMove `Channel::get_feerate_sat_per_1000_weight` and...
2023-06-14 Duncan DeanMove `Channel::build_holder_transaction_keys` and some...
2023-06-14 Duncan DeanMove `Channel::build_commitment_transaction` to `Channe...
2023-06-14 Duncan DeanMove `Channel::channel_id` and some other methods to...
2023-06-14 Duncan DeanMove `Channel::get_update_time_counter` and some other...
2023-06-14 Duncan DeanMove `Channel::opt_anchors` to `ChannelContext` impl...
2023-06-14 Duncan DeanMove `Channel` fields into `ChannelContext` struct
2023-06-10 Matt CoralloMerge pull request #2156 from alecchendev/2023-04-mpp...
2023-06-08 Matt CoralloMerge pull request #2334 from jkczyz/2023-06-bolt12...
2023-06-08 Wilmer PaulinoMerge pull request #2333 from benthecarman/chan-mon...
2023-06-07 Matt CoralloMerge pull request #2342 from vladimirfomene/2023-06...
2023-06-07 Matt CoralloMerge pull request #2312 from TheBlueMatt/2023-05-next...
2023-06-07 valentinewallaceMerge pull request #2305 from valentinewallace/2023...
2023-06-06 Matt CoralloSlightly improve docs on `next_*_commit_tx_fee_msat` 2023-05-next-htlc-min-max
2023-06-06 Matt CoralloReplace `send_htlc` amount checking with available...
2023-06-06 Matt CoralloEnsure a 1:1 mapping of value sendable to send success...
2023-06-06 Matt CoralloConsider dust exposure when assembling a route
2023-06-06 Matt CoralloAdd a next-outbound-HTLC minimum field to chan details...
2023-06-06 Matt CoralloConsider counterparty commitment tx fees when assemblin...
2023-06-05 Jeffrey CzyzMerge pull request #2290 from upjohnc/2240_replace_vect...
2023-06-01 Matt CoralloMerge pull request #2328 from benthecarman/partial...
2023-05-31 Matt CoralloMerge pull request #2167 from TheBlueMatt/2023-04-monit...
2023-05-31 Matt CoralloMerge pull request #2324 from dunxen/2023-05-rgscheckge...
2023-05-30 Matt CoralloReapply pending `ChannelMonitorUpdate`s on startup
2023-05-30 Matt CoralloMerge pull request #2293 from wpaulino/disconnect-peers...
2023-05-30 Matt CoralloReturn the counterparty node_id as a part of a force...
2023-05-30 Matt CoralloMove the `ShutdownResult` type alias to `channel.rs`
2023-05-26 Wilmer PaulinoDisconnect peers on timer ticks to unblock channel...
2023-05-21 Matt CoralloConsider HTLC in-flight count limits when assembling...
2023-05-21 Gleb NaumenkoConsider commitment tx fee while assembling a route
2023-05-21 Matt CoralloDisallow sending an HTLC when the balance needed is...
next