8174 Commits (fixup-0.9.0)
 

Author SHA1 Message Date
Christian Decker aad62fce6e paymod: Always initialize p->route 4 years ago
Christian Decker 648af0292b paymod: Randomly select a routehint, or none at random 4 years ago
Christian Decker 89cb5a6aea paymod: Consolidate channel_hint creation in channel_hints_update 4 years ago
Christian Decker 2e80e1c336 paymod: Fix the routehints being lost when retrying 4 years ago
Christian Decker 2b4ad9b31f paymod: Add the courtesy +1 to the CLTVs to allow for a new block 4 years ago
Christian Decker c5f32e2418 paymod: Teach the adaptive splitter to respect the HTLC limit 4 years ago
Christian Decker 4102815b9f paymod: Teach the presplit modifier to respect the chan HTLC limit 4 years ago
Christian Decker fa4c2ff1cf paymod: Track how many HTLCs each channel can still add 4 years ago
Christian Decker a6db3a1a6d pytest: We now have multiple attempts in test_htlc_send_timeout 4 years ago
Christian Decker 25aff8166d plugin: Do not automatically initialize the RPC connection in bcli 4 years ago
Vincent 60c61c6c85 Fixed assertion in pay plugin 4 years ago
ZmnSCPxj jxPCSnmZ 243b5dbc7b tests/test_pay.py: Replicate #3855. 4 years ago
Rusty Russell 09a8bfaec2 test_penalty_htlc_tx_timeout: debugging 4 years ago
Rusty Russell 92a4f39d41 pay: handle returned errors more gracefully. 4 years ago
Rusty Russell fa7b2b3c23 pytest: fix erroneous test_pay_retry result. 4 years ago
Rusty Russell e3918698fa pay: fix problematic sharing of shadow route data. 4 years ago
Christian Decker 4af4000707 paymod: Fix the adaptive splitter partitioning 4 years ago
Christian Decker b99db9e979 paymod: Do not duplicate partids 4 years ago
Christian Decker a94ad3fc05 paymod: Consolidate step selection and changes in presplit modifier 4 years ago
Christian Decker 546c3a84a6 paymod: Add a log entry whenever we add a channel hint 4 years ago
Christian Decker 68e23f4232 paymod: Rewrite the shadow-route constraint enforcement 4 years ago
Christian Decker 24e9a164f9 paymod: Add invariant verification for constraints on shadowroute 4 years ago
Christian Decker 33d60c1750 paymod: Add a comment about how we derive errors from erring_index 4 years ago
Christian Decker acc6ad64aa paymod: Count all attempts, not just the ones with a result 4 years ago
Rusty Russell 1274d34822 lightningd: add --dev-no-version-checks, use if SLOW_MACHINE and VALGRIND 4 years ago
Rusty Russell c85a433d9a pytest: reduce accuracy of valgrind if SLOW_MACHINE. 4 years ago
Rusty Russell 23af241c60 doc: document the payment_secret argument to sendpay. 4 years ago
Rusty Russell 09eb7110e0 sendpay: insist that partid be an exact duplicate if in progress. 4 years ago
Rusty Russell 73d5d96d2a sendpay: don't allow a new part payment if any part has succeeded. 4 years ago
Christian Decker 25f1db3076 release: Update changelog for v0.9.0rc2 4 years ago
Christian Decker c984376a15 plugin: Always set an end_time for payments in a final state 4 years ago
Christian Decker 65ca634528 plugin: Fix misspelled COMPAT_V090 compile guards 4 years ago
Christian Decker 2146a548bd plugin: Do not return multiple times from `pay` 4 years ago
Christian Decker 734f292695 pytest: Reproduce issue #3847 4 years ago
Christian Decker 958244367c plugin: Do not get upset if it can't parse waitsendpay result 4 years ago
Christian Decker 3b54847ae4 paymod: Do not assume that parsing the waitsendpay result succeeds 4 years ago
Christian Decker 2788883906 release: Fixup the changelog format before the release 4 years ago
Rusty Russell 055cfd17a8 wire: locale-independent patch order for EXPERIMENTAL_FEATURES patches 4 years ago
Rusty Russell 7ca00ca7d7 ccan: update so we can compile with -O2 on Ubuntu. 4 years ago
Rusty Russell 73a5f5b313 fundpsbt: make parameters more usable. 4 years ago
ZmnSCPxj jxPCSnmZ fe119fc8fd CHANGELOG.md: Update security changes for 0.7.1. 4 years ago
Christian Decker cc2f9b4541 release: Add changelog entries for v0.9.0 release 4 years ago
Christian Decker de096eeed9 pytest: Disable test_pay_routeboost for valgrind due to timeout 4 years ago
Christian Decker 86ad15d040 travis: Spread the valgrind load on more configurations 4 years ago
Christian Decker 214f418c3b plugin: Fix a memory leak and a missing dereference in listconfigs 4 years ago
Christian Decker de90606490 pytest: Add an adaptive MPP test 4 years ago
Christian Decker dad23066dc pytest: Disable MPP sending for 4 tests 4 years ago
Christian Decker 212a3c5ec5 ld: We might not have a failing channel if localfail and sendonion 4 years ago
Christian Decker a3610d66ac retrymod: Make retry modifier slightly more verbose 4 years ago
Christian Decker 041ee930a4 mpp: Consider an abort as the payment being finished 4 years ago