Consider counterparty commitment tx fees when assembling a route
[rust-lightning] / lightning / src / ln / channel.rs
2023-06-06 Matt CoralloConsider counterparty commitment tx fees when assemblin...
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...
2023-05-21 Matt CoralloMerge pull request #2272 from benthecarman/package...
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-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 Wilmer PaulinoMerge pull request #1794 from dunxen/2022-10-dualfundin...
2023-05-08 Matt CoralloMerge pull request #2269 from TheBlueMatt/2023-05-doc...
2023-05-08 Matt CoralloMerge pull request #2265 from wpaulino/channel-force...
2023-05-06 Matt CoralloMerge pull request #2267 from TheBlueMatt/2023-05-bette...
2023-05-05 Duncan DeanAdd new wire messaging and events but don't handle...
2023-05-05 Duncan DeanAdd message structs required for dual-funded channels
2023-05-05 Matt CoralloMention lnd's SCB feature in the corresponding error... 2023-05-better-scb-err
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 Matt CoralloMerge pull request #2219 from benthecarman/custom-closi...
2023-05-03 Arik SosmanMove keysinterface.rs to a directory-level module calle...
2023-05-03 Matt CoralloMerge pull request #2249 from TheBlueMatt/2023-04-less...
2023-05-02 Matt CoralloMerge pull request #2253 from dunxen/2023-05-removeopti...
2023-05-02 benthecarmanAdd ability to set shutdown script when closing channel
2023-05-02 Wilmer PaulinoMerge pull request #2244 from benthecarman/signature...
2023-05-02 Matt CoralloStore + process pending `ChannelMonitorUpdate`s in... 2023-03-sent-persist-order-prep
2023-05-02 Matt CoralloAllow holding `ChannelMonitorUpdate`s until later,...
2023-05-02 Matt CoralloMerge pull request #2213 from benthecarman/error-sign...
2023-05-02 Duncan DeanRemove `OptionalField` and move `shutdown_scriptpubkey...
2023-05-02 benthecarmanAllow get_shutdown_scriptpubkey and get_destination_scr...
2023-05-01 Duncan DeanMake `DataLossProtect` fields required and remove wrappers
2023-04-28 Wilmer PaulinoMerge pull request #2217 from alecchendev/2023-04-expos...
2023-04-27 Matt CoralloMerge pull request #2044 from freddiekrugerrand/1782...
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 #2199 from tnull/2023-04-fix-async...
2023-04-21 Valentine WallaceAdd blinded path {metadata} fields to Path, but disallo...
2023-04-21 Valentine WallaceReplace Vec<RouteHop> with new Path struct
2023-04-20 Matt CoralloMerge pull request #2205 from wpaulino/sign-ecdsa-with...
2023-04-20 Wilmer PaulinoUse new feature to gate test vectors behind
2023-04-20 Wilmer PaulinoImplement EntropySource for InMemorySigner
2023-04-19 Matt CoralloMerge pull request #2127 from TheBlueMatt/2023-03-payme...
2023-04-18 Matt CoralloMerge pull request #2198 from TheBlueMatt/2023-04-fewer...
2023-04-18 Matt CoralloOnly disable channels ~10 min after disconnect, rather... 2023-04-fewer-disables
2023-04-17 Matt CoralloMerge pull request #2138 from swilliamson5/replace...
2023-04-16 Steven WilliamsonReplace OUR_MAX_HTLCS constant with config knob
2023-04-08 ArikMerge pull request #2161 from benthecarman/prune-stale...
2023-04-07 valentinewallaceMerge pull request #2158 from TheBlueMatt/2023-04-handl...
2023-04-07 Jeffrey CzyzMerge pull request #2023 from futurepaul/fallback-to...
2023-04-07 Wilmer PaulinoMerge pull request #2162 from jkczyz/2023-04-invoice...
2023-04-07 Matt CoralloMerge pull request #2148 from TheBlueMatt/2023-04-claim...
2023-04-07 Matt CoralloMerge pull request #2139 from TheBlueMatt/2023-03-metad...
2023-04-06 Matt CoralloMerge pull request #2101 from TheBlueMatt/2023-03-one...
2023-04-05 Matt CoralloMerge pull request #2145 from TheBlueMatt/2023-04-async...
2023-04-05 Matt CoralloRemove the `PaymentSecret` field from `HTLCSource:...
2023-04-04 Matt CoralloMerge pull request #2147 from TheBlueMatt/2023-04-rgs...
2023-04-04 Matt CoralloMerge pull request #2005 from arik-so/2023-01-taproot...
2023-04-03 Arik SosmanUpdate the `RevokeAndACK` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `CommitmentSigned` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `FundingSigned` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `FundingCreated` message for Taproot support.
2023-04-03 Arik SosmanUpdate the `AcceptChannel` message for Taproot support.
2023-04-03 Matt CoralloMerge pull request #2090 from TheBlueMatt/2023-03-mon...
2023-04-03 Matt CoralloMerge pull request #2098 from tnull/2023-03-add-channel...
2023-04-03 Elias RohrerAdd `ChannelPending` event emitted upon `funding_signed`
2023-03-30 Matt CoralloMerge pull request #2136 from marctyndel/2023-03-paymen...
2023-03-29 Matt CoralloMerge pull request #2059 from wpaulino/broadcast-missin...
2023-03-28 Wilmer PaulinoMerge pull request #2133 from tnull/2023-03-pin-syn
2023-03-28 Matt CoralloMerge pull request #2132 from tnull/2023-03-tx-sync...
2023-03-28 Matt CoralloMerge pull request #2083 from wpaulino/events-module
2023-03-24 Matt CoralloSupport future removal of redundant per-HTLC data in... 2023-03-one-less-sig
2023-03-22 Wilmer PaulinoMove events.rs into its own top-level module
2023-03-21 Wilmer PaulinoUse CLOSED_CHANNEL_UPDATE_ID in force closing ChannelMo...
2023-03-21 Matt CoralloMerge pull request #2100 from douglaz/docs_fixes
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 HTLCSource::OutboundRoute::payment_params
2023-03-06 Matt CoralloMerge pull request #2049 from douglaz/run-clippy-fix
2023-03-06 Wilmer PaulinoUpdate same amount and preimage test vector
2023-03-06 Wilmer PaulinoAdd missing test vector for anchors_zero_fee_htlc_tx
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 #2065 from TheBlueMatt/2023-02-0... 0.0.114-bindings v0.0.114
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 #2067 from benthecarman/fix-typos
2023-03-03 Matt CoralloMerge pull request #2066 from TheBlueMatt/2023-02-no...
next