Close and remove unfunded inbound/outbound channels that are older than an hour
[rust-lightning] / lightning / src / ln / functional_tests.rs
2023-07-19 Duncan DeanClose and remove unfunded inbound/outbound channels...
2023-07-19 Duncan DeanRemove redundant 'outbound' wording from methods
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 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-06-29 Matt CoralloMerge pull request #2372 from wpaulino/channelmanager...
2023-06-23 Matt CoralloMerge pull request #2362 from TheBlueMatt/2023-06-unblo...
2023-06-23 Matt CoralloMerge pull request #2361 from arik-so/2023-06-anchor...
2023-06-23 Arik SosmanReplace `opt_anchors` with `ChannelTypeFeatures`
2023-06-22 valentinewallaceMerge pull request #2365 from TheBlueMatt/2023-06-fix...
2023-06-21 Elias RohrerMerge pull request #2319 from valentinewallace/2023...
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 `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 inbound channel constructor into `InboundV1Channel...
2023-06-15 Duncan DeanMove outbound channel constructor into `OutboundV1Chann...
2023-06-14 Duncan DeanMove `Channel::get_feerate_sat_per_1000_weight` and...
2023-06-14 Duncan DeanMove `Channel::channel_id` and some other methods to...
2023-06-14 Duncan DeanMove `Channel::opt_anchors` to `ChannelContext` impl...
2023-06-14 Duncan DeanMove `Channel` fields into `ChannelContext` struct
2023-06-12 Matt CoralloDrop `create_inbound_payment*_legacy` breaking downgrad...
2023-06-10 Matt CoralloMerge pull request #2156 from alecchendev/2023-04-mpp...
2023-06-09 Alec ChenHelp users support sending MPP keysend
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-07 Matt CoralloMerge pull request #2330 from wvanlint/partial_config_u...
2023-06-06 Matt CoralloReplace `send_htlc` amount checking with available...
2023-06-06 Matt CoralloConsider dust exposure when assembling a route
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-05 Matt CoralloMerge pull request #2329 from dunxen/2023-05-initgenesi...
2023-06-05 Duncan DeanAdd `networks` TLV to `Init`'s TLV stream
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 CoralloMerge pull request #2293 from wpaulino/disconnect-peers...
2023-05-29 Matt CoralloMerge pull request #2323 from ariard/2023-05-remove...
2023-05-26 Wilmer PaulinoDisconnect peers on timer ticks to unblock channel...
2023-05-24 Wilmer PaulinoMerge pull request #2280 from TheBlueMatt/2023-05-event...
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 CoralloSimplify test_fail_holding_cell_htlc_upon_free_multihop...
2023-05-21 Matt CoralloDisallow sending an HTLC when the balance needed is...
2023-05-21 Matt CoralloMerge pull request #2272 from benthecarman/package...
2023-05-20 Matt CoralloMerge pull request #2235 from TheBlueMatt/2023-04-criterion
2023-05-20 Matt CoralloMerge pull request #2226 from alecchendev/2023-04-persi...
2023-05-18 Matt CoralloMerge pull request #2204 from jkczyz/2023-04-custom...
2023-05-18 Matt CoralloMerge pull request #1841 from ariard/2022-11-revoked...
2023-05-15 Matt CoralloMerge pull request #2288 from wpaulino/rust-bitcoin...
2023-05-11 Matt CoralloMerge pull request #2271 from tnull/2023-04-fix-onion...
2023-05-11 Matt CoralloMerge pull request #2286 from benthecarman/spendable...
2023-05-11 Elias RohrerReturn error when failing to construc onion messages
2023-05-11 Matt CoralloMerge pull request #2237 from henghonglee/issue-2189...
2023-05-11 benthecarmanCreate and Sign PSBTs for spendable outputs
2023-05-10 henghongleeScore's FeeParams as passed-in params on Routefinding...
2023-05-10 Wilmer PaulinoUse helper to create dummy blocks
2023-05-10 Wilmer PaulinoMerge pull request #2279 from benthecarman/ord-invoice
2023-05-09 Matt CoralloMerge pull request #2270 from tnull/2023-05-improve...
2023-05-09 Wilmer PaulinoMerge pull request #2278 from benthecarman/faster-u16...
2023-05-09 valentinewallaceMerge pull request #2277 from valentinewallace/2023...
2023-05-08 Matt CoralloMerge pull request #2258 from valentinewallace/2023...
2023-05-08 Valentine WallaceError if BOLT 11 features are provided for blinded...
2023-05-08 Wilmer PaulinoMerge pull request #1794 from dunxen/2022-10-dualfundin...
2023-05-04 Matt CoralloMerge pull request #2111 from TheBlueMatt/2023-03-sent...
2023-05-03 Matt CoralloMerge pull request #2246 from arik-so/2023-04-sign...
2023-05-03 Arik SosmanMove keysinterface.rs to a directory-level module calle...
2023-05-02 Wilmer PaulinoMerge pull request #2244 from benthecarman/signature...
2023-05-02 Matt CoralloAllow holding `ChannelMonitorUpdate`s until later,...
2023-05-02 Matt CoralloMerge pull request #2213 from benthecarman/error-sign...
2023-04-28 Wilmer PaulinoMerge pull request #2245 from TheBlueMatt/2023-04-ping...
2023-04-28 Wilmer PaulinoMerge pull request #2217 from alecchendev/2023-04-expos...
2023-04-28 Wilmer PaulinoMerge pull request #2239 from valentinewallace/2023...
2023-04-27 Matt CoralloMerge pull request #2044 from freddiekrugerrand/1782...
2023-04-27 Valentine WallaceRemove redundant final_cltv_delta param from get_route
2023-04-25 Matt CoralloMerge pull request #2222 from benthecarman/pub-utxo...
2023-04-24 Matt CoralloMerge pull request #2004 from tnull/2023-02-add-async...
2023-04-24 Matt CoralloMerge pull request #2209 from TheBlueMatt/2023-04-bette...
2023-04-24 Matt CoralloMerge pull request #2220 from TheBlueMatt/2023-04-dont...
2023-04-24 Matt CoralloMerge pull request #2221 from TheBlueMatt/2023-04-bp...
2023-04-24 Matt CoralloMerge pull request #2146 from valentinewallace/2023...
2023-04-22 Matt CoralloMerge pull request #2212 from wpaulino/off-by-one-locktime
2023-04-22 Wilmer PaulinoFix off-by-one finalized transaction locktime
2023-04-22 Wilmer PaulinoCatch up test nodes to latest block height
2023-04-22 Matt CoralloMerge pull request #2199 from tnull/2023-04-fix-async...
2023-04-21 Matt CoralloMerge pull request #2208 from wpaulino/monitor-rebroadc...
next