Add PaymentId to PaymentPathFailed event
[rust-lightning] / lightning / src / ln / functional_tests.rs
2021-10-26 Jeffrey CzyzAdd PaymentId to PaymentPathFailed event
2021-10-26 Jeffrey CzyzAdd PaymentId to PaymentSent event
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 CoralloCopy `Payee` into `Route`s to provide them to `ChannelM...
2021-10-25 Matt CoralloMerge pull request #1134 from jkczyz/2021-10-payee-arg
2021-10-25 Jeffrey CzyzInclude PaymentPathRetry data in PaymentPathFailed
2021-10-25 Jeffrey CzyzDefine Payee abstraction for use in get_route
2021-10-22 Matt CoralloMerge pull request #1104 from TheBlueMatt/2021-10-payme...
2021-10-22 Matt CoralloMove test_dup_htlc_onchain_fails_on_reload to payment_tests
2021-10-22 Matt CoralloAdd some basic test coverage of monitor payment data...
2021-10-20 Matt CoralloMerge pull request #1108 from TheBlueMatt/2021-10-persi...
2021-10-20 Matt CoralloUpdate test_dup_htlc_onchain_fails_on_reload for new...
2021-10-16 Matt CoralloMerge pull request #1121 from TheBlueMatt/2021-10-retur...
2021-10-16 Matt CoralloMerge pull request #1124 from jkczyz/2021-10-default...
2021-10-15 Jeffrey CzyzAdd channel scoring to get_route
2021-10-14 Matt CoralloMerge pull request #1112 from TheBlueMatt/2021-10-mon...
2021-10-14 Matt CoralloMake `ChainMonitor::monitors` private and expose monito...
2021-10-14 Matt CoralloMerge pull request #1120 from jkczyz/2021-10-test-refactors
2021-10-13 Jeffrey CzyzMove mpp_failure test to payment_tests.rs
2021-10-13 Jeffrey CzyzReplace get_route with get_route_and_payment_hash
2021-10-13 Matt CoralloMerge pull request #1115 from TheBlueMatt/2021-10-expos...
2021-10-13 Matt CoralloMerge pull request #1077 from jkczyz/2021-09-failing...
2021-10-12 Jeffrey CzyzAdd failing short channel id to PaymentPathFailed
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 #1107 from dunxen/2021-10-swap-pubke...
2021-10-08 Matt CoralloMerge pull request #1062 from galderz/t_payment_hash_999
2021-10-08 Galder ZamarreñoAdd payment_hash to PaymentSent #999
2021-10-07 Matt CoralloMerge pull request #1109 from TheBlueMatt/2021-10-init...
2021-10-05 Matt CoralloMerge pull request #1079 from TheBlueMatt/2021-09-stale...
2021-10-05 Matt CoralloMove tests of payment retries into a new module
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 Valentine WallaceExpire outbound payments after 3 blocks if no parts...
2021-09-30 Valentine WallaceDon't remove failed payments when all paths fail
2021-09-30 Valentine WallaceAdd method to retry payments
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-29 Matt CoralloRegenerate PendingHTLCsForwardable on reload instead... 2021-09-forwardable-regen
2021-09-28 Valentine WallaceReturn PaymentId from send_*payment functions
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 CoralloReduce the maximum allowed counterparty dust limit...
2021-09-21 Matt CoralloMerge pull request #1091 from TheBlueMatt/2021-09-997...
2021-09-21 Matt CoralloMerge pull request #1084 from valentinewallace/2021...
2021-09-21 Matt CoralloMerge pull request #1061 from sr-gi/add-transaction...
2021-09-21 Matt CoralloMerge pull request #1088 from TheBlueMatt/2021-09-1063...
2021-09-21 Valentine WallaceAdd path field to PaymentPathFailed event
2021-09-21 Valentine WallaceRename PaymentFailed -> PaymentPathFailed
2021-09-21 Matt CoralloMerge pull request #1090 from TheBlueMatt/2021-09-absur...
2021-09-21 Matt CoralloMerge pull request #997 from ariard/2021-07-add-chan...
2021-09-21 Antoine RiardAdd ChannelClosed generation at cooperative/force-close...
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 CoralloDrop broken test that is unfixable due to being undocum...
2021-09-17 Valentine WallaceAdd all_paths_failed field to PaymentFailed
2021-09-17 Valentine WallaceAdd MppId field to HTLCSource as a way to correlate...
2021-09-17 Valentine Wallacetest utils: refactor fail_payment_along_route for mpp
2021-09-17 Matt CoralloMerge pull request #1070 from TheBlueMatt/2021-09-fix...
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-15 Jeffrey CzyzRefactor PaymentFailureNetworkUpdate event
2021-09-10 Jeffrey CzyzRemove test_invalid_channel_announcement
2021-09-10 Jeffrey CzyzRemove RwLock from around NetworkGraph
2021-09-09 Matt CoralloMerge pull request #1047 from TheBlueMatt/2021-08-985...
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 DevrandomEnforce that revocation can only occur after we validat...
2021-08-25 Matt CoralloMerge pull request #1031 from p2pderivatives/dlc-versio...
2021-08-24 Matt CoralloMerge pull request #1037 from sr-gi/add-txid-convert
2021-08-20 Matt CoralloMerge pull request #1051 from JosephGoulden/fix_ping_di...
2021-08-18 Matt CoralloMerge pull request #1049 from TheBlueMatt/2021-08-night...
2021-08-18 Matt CoralloFix trailing semicolon warnings on latest rustc nightly 2021-08-nightly-warnings
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 CoralloMove shutdown-related tests into a new module
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 CoralloMerge pull request #985 from TheBlueMatt/2021-06-auto...
2021-08-13 Matt CoralloAutomatically update fees on outbound channels as fees...
2021-08-10 Matt CoralloMerge pull request #1009 from ariard/2021-07-add-forwar...
2021-08-10 Antoine RiardAdd test_max_balance_dust_htlc
2021-08-10 Matt CoralloMerge pull request #1025 from TheBlueMatt/2021-07-detec...
2021-08-10 Matt CoralloMerge pull request #1038 from valentinewallace/2021...
2021-08-09 Matt CoralloMerge pull request #1019 from jkczyz/2021-07-shutdown...
2021-08-09 Jeffrey CzyzAdd APIError::IncompatibleShutdownScript
2021-08-09 Jeffrey CzyzImplement Display for ShutdownScript
2021-08-09 Jeffrey CzyzPass InitFeatures by reference to Channel
2021-08-09 Jeffrey CzyzGenerate shutdown script at channel close
2021-08-09 Jeffrey CzyzAdd features to NodeCfg and use in create_network
2021-08-09 Jeffrey CzyzUse ShutdownScript to check scripts from peers
2021-08-09 Jeffrey CzyzClean up and add shutdown script functional tests
2021-08-09 Matt CoralloMerge pull request #1035 from TheBlueMatt/2021-08-faste...
next