Merge pull request #2368 from wpaulino/inbound-anchors-manual-acceptance
[rust-lightning] / lightning / src / ln / channelmanager.rs
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 Wilmer PaulinoRequire inbound channels with anchor outputs to be...
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's latest-monitor-update fetch method...
2023-06-23 Matt CoralloDrop the now-unused update_id param to monitor update...
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-22 valentinewallaceMerge pull request #2365 from TheBlueMatt/2023-06-fix...
2023-06-21 Matt CoralloSimplify cases in `handle_new_monitor_update` macro
2023-06-21 Matt CoralloMove most `handle_new_monitor_update` calls to pass...
2023-06-21 Matt CoralloReturn owned `ChannelMonitorUpdate`s from `Channel`
2023-06-21 Elias RohrerMerge pull request #2319 from valentinewallace/2023...
2023-06-20 Matt CoralloEnsure we build if a downstream crate sets `--cfg=fuzzing` 2023-06-fix-fuzz-dep
2023-06-20 Valentine WallaceCheck UpdateAddHTLC::skimmed_fee_msat on receive
2023-06-20 Valentine WallaceSet UpdateAddHTLC::skimmed_fee_msat on forward
2023-06-20 Valentine WallaceAllow receiving less than the onion claims to pay
2023-06-20 Valentine WallaceAdd PaymentClaimable::counterparty_skimmed_fee_msat
2023-06-20 Valentine WallacePersist counterparty skimmed fee in ClaimableHTLC
2023-06-20 Valentine WallaceSet extra skimmed fee on intercepted forward
2023-06-20 Valentine WallaceMove next hop packet pubkey calculation to outside...
2023-06-20 Valentine WallaceMove PendingHTLCStatus construction inside channel...
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 DeanCreate and use methods for counting channels
2023-06-15 Duncan DeanRefactor channel map update macros for use with `Channe...
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-14 Duncan DeanMake `ChannelManager::issue_channel_close_events` take...
2023-06-14 Duncan DeanConvert `ChannelDetails::from_channel` to `ChannelDetai...
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::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::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` 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 ChenAdd test for duplicate keysend payment
2023-06-09 Alec ChenSupport receiving MPP keysend
2023-06-09 Alec ChenTrack MPP data while receiving keysends
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 CoralloAdd a next-outbound-HTLC minimum field to chan details...
2023-06-06 Willem Van LintSupport atomic partial updates to ChannelConfig
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 DeanSend and handle `networks` field in `Init` messages
2023-06-05 Duncan DeanAdd `networks` TLV to `Init`'s TLV stream
2023-06-02 Jeffrey CzyzMerge pull request #2332 from danielgranhao/fix/wrong...
2023-06-02 Daniel GranhãoFix wrong link in `ChannelManager::send_payment()`...
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 CoralloAdd infra to block `ChannelMonitorUpdate`s on forwarded... 2023-04-monitor-e-monitor-prep
2023-05-30 Matt CoralloReapply pending `ChannelMonitorUpdate`s on startup
2023-05-30 Matt CoralloProcess background events when taking the total_consist...
2023-05-30 Matt CoralloHandle `BackgroundEvent`s replaying non-closing monitor...
2023-05-30 Matt CoralloMerge pull request #2293 from wpaulino/disconnect-peers...
2023-05-30 Matt CoralloMake `AChannelManager` trait slightly more generic...
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-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-25 Wilmer PaulinoMerge pull request #2316 from benthecarman/payment...
2023-05-24 Wilmer PaulinoMerge pull request #2280 from TheBlueMatt/2023-05-event...
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-13 benthecarmanSupport broadcasting multiple transactions at once
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 CoralloReplace std's unmaintained bench with criterion
2023-05-11 Matt CoralloMerge pull request #2237 from henghonglee/issue-2189...
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-10 Matt CoralloMerge pull request #2287 from TheBlueMatt/2023-05-no...
2023-05-09 Matt CoralloRename ClosingMonitorUpdate MonitorUpdateRegeneratedOnS... 2023-05-no-background-event-dup-persist
2023-05-09 Matt CoralloStop persisting background shutdown monitor updates
2023-05-09 Matt CoralloMerge pull request #2281 from dunxen/2023-05-dfmsgfollowups
next