Enable wumbo channels to be created
[rust-lightning] / lightning / src / ln / channel.rs
2021-11-23 Matt CoralloMerge pull request #1162 from TheBlueMatt/2021-11-fix...
2021-11-23 Matt CoralloMerge pull request #1178 from jkczyz/2021-11-payment...
2021-11-23 Matt CoralloMerge pull request #1176 from lightning-signer/2021...
2021-11-23 Ken SedgwickAdd anchor support to build_htlc_transaction
2021-11-23 Ken SedgwickAdd anchor support to commitment HTLC outputs
2021-11-23 Matt CoralloCorrect initial commitment tx fee affordability checks...
2021-11-23 Matt CoralloRewrite test_update_fee_that_funder_cannot_afford to...
2021-11-22 Matt CoralloMake Channel::commit_tx_fee_msat static and take fee...
2021-11-22 Matt CoralloMerge pull request #1054 from ariard/2021-08-check...
2021-11-22 Matt CoralloMerge pull request #1168 from TheBlueMatt/2021-11-mpp...
2021-11-22 Antoine RiardCheck outbound update_fee affordance incremented with...
2021-11-22 Antoine RiardIntroduce CommitmentStats
2021-11-20 Matt CoralloMerge pull request #1027 from TheBlueMatt/2021-07-check...
2021-11-20 Antoine RiardCheck we won't overflow `max_dust_htlc_exposure_msat...
2021-11-19 Antoine RiardCancel the outbound feerate update if above what we...
2021-11-17 Antoine RiardIntroduce new helper commit_tx_fee_sat
2021-11-17 Matt CoralloMerge pull request #1083 from TheBlueMatt/2021-09-fundi...
2021-11-16 Matt CoralloAutomatically close channels that go unfunded for 2016... 2021-09-funding-timeout
2021-11-16 Matt CoralloReturn `ClosureReason` from `Channel` chain update...
2021-11-16 Matt CoralloMerge pull request #1160 from jkczyz/2011-11-spontaneou...
2021-11-16 Matt CoralloMerge pull request #1161 from TheBlueMatt/2021-11-fix...
2021-11-16 Matt CoralloCorrect Channel type serialization logic 2021-11-fix-chan-type-ser
2021-11-16 Matt CoralloMerge pull request #1119 from TheBlueMatt/2021-10-less...
2021-11-16 Matt CoralloBe less aggressive in outbound HTLC CLTV timeout checks 2021-10-less-aggressive-htlc-timeouts
2021-11-13 Matt CoralloMerge pull request #1131 from TheBlueMatt/2021-10-upstr...
2021-11-12 Matt CoralloMerge pull request #1143 from TheBlueMatt/2021-10-no...
2021-11-12 Matt CoralloMerge pull request #1165 from lightning-signer/2021...
2021-11-05 Matt CoralloMerge pull request #1154 from TheBlueMatt/2021-11-103...
2021-11-03 Matt CoralloMerge pull request #1078 from TheBlueMatt/2021-09-chan...
2021-10-28 Matt CoralloMerge pull request #1137 from TheBlueMatt/2021-10-ping...
2021-10-25 Matt CoralloMerge pull request #1138 from TheBlueMatt/2021-10-payee...
2021-10-25 Matt CoralloStore `Payee` information in `HTLCSource::OutboundRoute`. 2021-10-payee-in-monitors
2021-10-25 Matt CoralloMerge pull request #1134 from jkczyz/2021-10-payee-arg
2021-10-22 Matt CoralloSupport send/recv'ing the new channel_type field in... 2021-09-chan-types
2021-10-22 Matt CoralloSupport de/ser of the new channel_type field in open_ch...
2021-10-22 Matt CoralloMerge pull request #1104 from TheBlueMatt/2021-10-payme...
2021-10-22 Matt CoralloAdd PaymentSecrets to HTLCSource::OutboundRoute objects
2021-10-22 Matt CoralloInform ChannelManager when fulfilled HTLCs are finalized
2021-10-22 Matt CoralloMake `Channel::monitor_updating_restored`'s return...
2021-10-22 Matt CoralloMake `Channel::revoke_and_ack`'s return tuple a struct
2021-10-13 Matt CoralloMerge pull request #1077 from jkczyz/2021-09-failing...
2021-10-09 Matt CoralloMerge pull request #1098 from 1nF0rmed/2021-09-adds...
2021-10-09 1nF0rmedAdds DiscardFunding event
2021-10-08 Matt CoralloMerge pull request #1062 from galderz/t_payment_hash_999
2021-10-05 Matt CoralloMerge pull request #1079 from TheBlueMatt/2021-09-stale...
2021-10-05 Matt CoralloMerge pull request #1100 from TheBlueMatt/2021-09-multi...
2021-09-30 Matt CoralloMerge pull request #1096 from valentinewallace/2021...
2021-09-30 Matt CoralloMerge pull request #1080 from valentinewallace/2021...
2021-09-29 Matt CoralloMerge pull request #1076 from TheBlueMatt/2021-09-forwa...
2021-09-28 Valentine WallaceRename MppId to PaymentId
2021-09-27 Matt CoralloMerge pull request #1065 from TheBlueMatt/2021-08-bump...
2021-09-27 Matt CoralloRename MIN_DUST_LIMIT_SATOSHIS constant to disambiguate... 2021-08-bump-dust
2021-09-27 Matt CoralloForce-close channels if closing transactions may be...
2021-09-27 Matt CoralloRequire user cooperative close payout scripts to be...
2021-09-27 Matt CoralloReduce the maximum allowed counterparty dust limit...
2021-09-21 Matt CoralloMerge pull request #1063 from galderz/t_total_fee_999
2021-09-18 Matt CoralloMerge pull request #1068 from TheBlueMatt/2021-09-ser...
2021-09-17 Matt CoralloMerge pull request #1053 from valentinewallace/2021...
2021-09-17 Matt CoralloIncrease our default/minimum dust limit to 354 sat...
2021-09-17 Valentine WallaceAdd MppId field to HTLCSource as a way to correlate...
2021-09-17 Matt CoralloMerge pull request #1070 from TheBlueMatt/2021-09-fix...
2021-09-15 Matt CoralloMerge pull request #1066 from valentinewallace/2021...
2021-09-15 Valentine WallaceAllow multiple monitor_update_failed calls
2021-09-15 Matt CoralloMerge pull request #1074 from p2pderivatives/add-node...
2021-09-15 Matt CoralloMerge pull request #1034 from TheBlueMatt/2021-07-matur...
2021-09-15 Matt CoralloMerge pull request #1043 from jkczyz/2021-07-network...
2021-09-13 Matt CoralloMove CounterpartyForwardingInfo from channel to channel... 2021-09-fix-bindings-ignore
2021-09-13 Matt CoralloMerge pull request #1072 from TheBlueMatt/2021-09-tight...
2021-09-10 Jeffrey CzyzFail with PERM|8 (permanent_channel_failure)
2021-09-10 Matt CoralloReduce our stated max closing-transaction fee to be... 2021-09-tighter-max_fee-constant
2021-09-09 Matt CoralloMerge pull request #1064 from lightning-signer/2021...
2021-09-09 DevrandomUse ClosingTransaction in BaseSign
2021-09-09 Matt CoralloMerge pull request #1047 from TheBlueMatt/2021-08-985...
2021-09-09 Matt CoralloAdd further comments around fee update handling in... 2021-08-985-followups
2021-09-09 Matt CoralloUpdate docs for pending_update_fee and holding_cell_upd...
2021-09-03 DevrandomFactor out low-level build_closing_transaction
2021-09-02 Matt CoralloMerge pull request #1055 from lightning-signer/2021...
2021-09-02 DevrandomAdd anchor outputs pair in CommitmentTransaction
2021-08-31 Matt CoralloMerge pull request #1057 from TheBlueMatt/2021-08-invoi...
2021-08-31 Matt CoralloMerge pull request #1040 from abhik-99/Issue#945
2021-08-30 Matt CoralloMerge pull request #1039 from lightning-signer/2021...
2021-08-28 DevrandomAllow BaseSign validation functions to return an Err
2021-08-28 DevrandomEnforce signing counterparty commitment only after...
2021-08-28 DevrandomEnforce that revocation can only occur after we validat...
2021-08-24 Matt CoralloMerge pull request #1037 from sr-gi/add-txid-convert
2021-08-18 Matt CoralloMerge pull request #1048 from TheBlueMatt/2021-08-no...
2021-08-17 Matt CoralloMerge pull request #1011 from TheBlueMatt/2021-07-new...
2021-08-17 Matt CoralloSlightly clarify the closing_signed error msg on fee...
2021-08-17 Matt CoralloAdd a test for shutdown negotiaion funder restart and...
2021-08-17 Matt CoralloForce-close if finish closing_signed negotiation takes...
2021-08-17 Matt CoralloClean up existing and add range-based closing_signed...
2021-08-17 Matt CoralloSend initial closing_signed message asynchronously...
2021-08-13 Matt CoralloDo not serialize `Channel::last_sent_closing_fee` to...
2021-08-13 Matt CoralloLog shutdown including which side of the channel initia...
2021-08-13 Matt CoralloImplement the closing_signed TLV suffix with allowed...
2021-08-13 Matt CoralloAdd new `ChannelError` category to send `warning` messages
2021-08-13 Matt CoralloMerge pull request #985 from TheBlueMatt/2021-06-auto...
2021-08-13 Matt CoralloLimit inbound fee updates by dust exposure instead... 2021-06-auto-chan-fee-updates
2021-08-13 Matt CoralloLog when we change HTLC state while sending a commitmen...
2021-08-13 Matt CoralloFix handling of inbound uncommitted feerate updates
next