Remove duplicate generate_routes benchmark code
[rust-lightning] / lightning / src / ln /
2022-01-24 valentinewallaceMerge pull request #1272 from lightning-signer/2022...
2022-01-24 valentinewallaceMerge pull request #1271 from tnull/rename_payee_struct
2022-01-24 valentinewallaceMerge pull request #1253 from TheBlueMatt/2022-01-backg...
2022-01-24 DevrandomImprove KeysInterface::sign_invoice API
2022-01-22 Matt CoralloMerge pull request #1250 from vss96/sanity_check
2022-01-22 vss96Sanity check for ChannelManager and KeysInterface
2022-01-21 Elias RohrerRename `Payee` to `PaymentParameters`
2022-01-14 Matt CoralloMerge pull request #1238 from TheBlueMatt/2022-01-locko...
2022-01-14 Matt CoralloMerge pull request #1229 from lightning-signer/2021...
2022-01-13 Ken SedgwickSet opt_anchors for calls to CommitmentTransaction...
2022-01-13 Ken SedgwickAdd anchor tests to outbound_commitment_test
2022-01-13 Ken SedgwickDebit funder's output to cover anchors
2022-01-13 Ken SedgwickConvert HTLC_{SUCCESS,TIMEOUT}_TX_WEIGHT to anchor...
2022-01-13 Ken SedgwickConvert COMMITMENT_TX_BASE_WEIGHT to anchor-aware function
2022-01-13 Ken SedgwickSet the SigHashType of remote htlc signatures w/ anchor...
2022-01-13 Matt CoralloFix some (non-bug) lock-order-inversions in tests
2022-01-12 Matt CoralloMake lockorder consistent in channelmanager
2022-01-11 Matt CoralloMerge pull request #1013 from TheBlueMatt/2021-07-warni...
2022-01-11 Matt CoralloRely on Error/Warning message data lengths being correct 2021-07-warning-msgs
2022-01-11 Matt CoralloSend `warning` instead of `error` when we incounter...
2022-01-11 Matt CoralloConvert `shutdown` invalid script checks to warning...
2022-01-11 Matt CoralloSend warning messages when appropriate in gossip handli...
2022-01-11 Matt CoralloHandle sending and receiving warning messages
2022-01-11 Matt CoralloAdd a new `WarningMessage` message to send and receive...
2022-01-06 Matt CoralloMerge pull request #1223 from lightning-signer/2021...
2022-01-05 DevrandomAdapt lightning-invoice to no_std
2022-01-03 Matt CoralloMerge pull request #1220 from TheBlueMatt/2021-12-stale...
2021-12-29 Matt CoralloMerge pull request #1225 from hackerrdave/update-repo...
2021-12-27 hackerrdaveupdate repo name to use lightningdevkit
2021-12-17 Matt CoralloMerge pull request #1217 from TheBlueMatt/2021-12-0... v0.0.104
2021-12-17 Matt CoralloMerge pull request #1216 from valentinewallace/2021...
2021-12-17 Valentine Wallaceinbound_payment: Add utility to get payment preimage...
2021-12-17 Valentine Wallaceinbound_payment: DRY verify method for use in getting...
2021-12-17 Valentine Wallacecreate_inbound_payment: warn about dup hashes
2021-12-17 Valentine WallaceSalt inbound payment ExpandedKey
2021-12-17 Matt CoralloMerge pull request #1177 from valentinewallace/2021...
2021-12-16 Valentine WallaceDrop need to store pending inbound payments
2021-12-16 Valentine WallaceMacro-ize checking that the total value of an MPP's...
2021-12-16 Valentine WallaceAdd get_inbound_payment_key_material to KeysInterface
2021-12-16 Matt CoralloMerge pull request #1212 from TheBlueMatt/2021-12-timeo...
2021-12-16 Matt CoralloDrop `allow_wallclock_use` feature in favor of simply...
2021-12-16 Matt CoralloMerge pull request #1214 from TheBlueMatt/2021-12-fix...
2021-12-15 Matt CoralloMerge pull request #1148 from dunxen/2021-11-new-onion...
2021-12-15 Conor OkusMerge pull request #1211 from ConorOkus/2021-11-add...
2021-12-15 Matt CoralloMerge pull request #1202 from TheBlueMatt/2021-12-fix...
2021-12-15 Matt CoralloMake attempting to retry a succeeded payment an APIErro... 2021-12-fix-retries-races
2021-12-15 Matt CoralloExpose an event when a payment has failed and retries...
2021-12-15 Matt CoralloAdd a variant to `PendingOutboundPayment` for retries...
2021-12-15 Matt CoralloDRY up payment failure macros in functional_test_utils
2021-12-14 Duncan DeanAdd mpp_timeout and invalid_onion_payload descriptions...
2021-12-09 Matt CoralloMerge pull request #1169 from TheBlueMatt/2021-11-fix...
2021-12-08 Matt CoralloMerge pull request #1203 from lightning-signer/2021...
2021-12-08 Matt CoralloMerge pull request #1210 from TheBlueMatt/2021-12-new...
2021-12-07 Matt CoralloMerge pull request #1208 from TheBlueMatt/2021-12-less...
2021-12-07 Matt CoralloMerge pull request #1205 from TheBlueMatt/2021-12-new...
2021-12-07 Matt CoralloReduce force-closures with user fee estimators which... 2021-12-less-force-close
2021-12-07 Matt CoralloSupport the `channel_type` feature bit. 2021-12-new-feature-bit
2021-12-07 DevrandomGetter for the total channel balance
2021-12-07 Matt CoralloMerge pull request #1201 from jkczyz/2021-12-idempotent...
2021-12-06 Jeffrey CzyzEnsure ChannelManager methods are idempotent
2021-12-06 Matt CoralloMerge pull request #1204 from TheBlueMatt/2021-12-no...
2021-12-06 Matt CoralloMerge pull request #1130 from TheBlueMatt/2021-10-mon...
2021-12-06 Matt CoralloDefine public getters for all feature flags
2021-12-06 Matt CoralloRemove OnionV2 parsing support 2021-12-no-torv2
2021-11-30 Matt CoralloMerge pull request #1195 from TheBlueMatt/2021-11-chanm...
2021-11-29 Matt CoralloMerge pull request #1163 from TheBlueMatt/2021-11-suppo...
2021-11-29 Matt CoralloExplicitly support counterparty setting 0 channel reserve 2021-11-support-insecure-counterparty
2021-11-29 Matt CoralloMerge pull request #1189 from TheBlueMatt/2021-11-trivi...
2021-11-29 Matt CoralloImplement Clone for InvalidShutdownScript 2021-11-trivial-impls
2021-11-29 Matt CoralloImplement Clone, Hash, PartialEq for ClosingTransaction
2021-11-26 Matt CoralloPrefer fully-specified paths in test macros
2021-11-24 Matt CoralloMerge pull request #1184 from TheBlueMatt/2021-11-c...
2021-11-23 Matt CoralloAdd a comment describing `update_time_counter` and...
2021-11-23 Matt CoralloRe-broadcast our own gossip even if its same as the...
2021-11-23 Matt CoralloUpdate `ChannelUpdate::timestamp` when channels are...
2021-11-23 Matt CoralloSeparate ChannelAnnouncement and ChannelUpdate broadcas...
2021-11-23 Matt CoralloStore holder channel reserve and max-htlc-in-flight...
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 Jeffrey CzyzGenerate PaymentPathSuccessful event for each path
2021-11-23 Ken SedgwickAdd test vectors for get_htlc_redeemscript wrt anchors
2021-11-23 Ken SedgwickAdjust HTLC_{SUCCESS,TIMEOUT}_TX_WEIGHT when anchors...
2021-11-23 Ken SedgwickAdd anchor support to build_htlc_transaction
2021-11-23 Ken SedgwickIncrease visibility of anchor related methods
2021-11-23 Ken SedgwickAdd anchor support to commitment HTLC outputs
2021-11-23 Matt CoralloTest fixed channel reserve checks on channel open 2021-11-fix-accept-chan-checks
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 Matt CoralloMerge pull request #1145 from tnull/add_gossip_log_level
2021-11-22 Elias RohrerAdd a new log-level for gossip messages.
2021-11-22 Matt CoralloMerge pull request #1180 from valentinewallace/2021...
2021-11-22 Matt CoralloMerge pull request #1182 from TheBlueMatt/2021-11-fix...
2021-11-22 Antoine RiardIntroduce CommitmentStats
2021-11-22 Antoine RiardRe-add `test_max_dust_htlc_exposure`
2021-11-20 Matt CoralloEnsure current channel state is logged for all channels... 2021-11-fix-txid-log
next