466 Commits (ea95ad9c1244a767013f60b5386c49b5550274f8)

Author SHA1 Message Date
Christian Decker fc714bf2df paymod: Fill in the `pay` return value 4 years ago
Christian Decker 9aff885828 paymod Collect the final failure when aggregating the tree results 4 years ago
Christian Decker 2acb86bfe3 paymod: Consider new payments when checking if an attempt is ongoing 4 years ago
Christian Decker 7a266b8239 paymod: Make payment_tree_result public to users can query state 4 years ago
Christian Decker fbd8cf1495 paymod: Keep a copy of the serialized bolt11 in the root payment 4 years ago
Christian Decker 895542c6f1 paymod: Simplify retry mod logic and add abort logic 4 years ago
Christian Decker 73fc10e25f paymod: Parse error from waitsendpay and exclude failed chans 4 years ago
Christian Decker 9d7a48d0f4 pay: Key the MPP payments based on the payment_hash not the bolt11 4 years ago
Christian Decker 0b85b983ac paymod: Teach the retry_mod not to insist when it's futile 4 years ago
Christian Decker 10f231bcb5 paymod: Include excludes resulting from channel_hints for getrotue 4 years ago
Christian Decker 5e3134083e paymod: Add a local_channel_hints modifier to collect local channels 4 years ago
Christian Decker b1e9f4923b paymod: Add the final cltv delta to the getroute call 4 years ago
Christian Decker 6fbfe24e3e paymod: Add a COMPAT_090 flag 4 years ago
niftynei 2ab41af8e2 rm pullpush: cleans up unused methods for push/pull 4 years ago
Christian Decker 6af5ab9504 paymod: Move onion payload construction into its own function 4 years ago
Christian Decker b15876c112 paymod: Implement TLV onion payload generation 4 years ago
Christian Decker 958eb41cbb paymod: Do not pass cmd to sub-payments, plugin suffices 4 years ago
Christian Decker df94ec35ba paymod: Do not reply to the same JSON-RPC command multiple times 4 years ago
Christian Decker c35df400b2 paymod: Maintain a list of current and past payments 4 years ago
Christian Decker 8207b4eac8 paymod: Use reasonable partids 4 years ago
Christian Decker 04c9c5e0d1 paymod: Collect and return results of a tree of partial payments 4 years ago
Christian Decker 4fec969062 paymod: Parse and store the waitsendpay result 5 years ago
Christian Decker 6fb81bf203 paymod: Call waitsendpay on the sendonion we just queued 5 years ago
Christian Decker d8ebe6fbcd paymod: Parse createonion result and call sendonion 5 years ago
Christian Decker d37b8548fb paymod: Call `createonion` to generate the onion and associated data 5 years ago
Christian Decker 5f32cfe9cd paymod: Implement legacy onion payload computation 5 years ago
Christian Decker 5ef7297e51 paymod: Add a `getinfo` call on payment_start to get the blockheight 5 years ago
Christian Decker 3c3e2c9c8f paymod: Implement getroute call 5 years ago
Christian Decker ce0025c95c paymod: Implement bubbling results up the hierarchy of payments 5 years ago
Christian Decker 5c32e33aab paymod: Add a retry modifier that retries payments on failure 5 years ago
Christian Decker aeb5cc0b7c paymod: Generate type-safe accessor functions for modifier data 5 years ago
Christian Decker 23b4dca3c7 paymod: Add a simple test-command to test the paymod state-machine 5 years ago
Christian Decker 5d1725209d paymod: Implement base state-machine transitions 5 years ago
Christian Decker e108ebe559 paymod: Add base state-machine for payment flow 5 years ago
Christian Decker 8138ef136f plugin: Add a data backend for the new payment state-machine 5 years ago
Vasil Dimov a3a37ea4ce build: fix compilation on i386 4 years ago
Antoine Poinsot e0aef66ce2 plugins: make the autoclean plugin static 4 years ago
niftynei 2d5c61dfc1 psbt: methods to mutate psbt in place 4 years ago
Antoine Poinsot d67743d511 bcli cleanups 4 years ago
Antoine Poinsot f598caa60d config: don't ignore the --commit-fee option. 4 years ago
niftynei fbe50e087a setup: create a common setup which will handle the wally-context 4 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 4 years ago
Antoine Poinsot 4bb7b4621f pay: respect maxfeepercent when choosing a shadow route 5 years ago
lisa neigut 3cfafa81eb bcli-bugfix: pass along entire script 5 years ago
Antoine Poinsot 3fc77730be bcli: don't log failed sendrawtransaction attempts twice 5 years ago
Christian Decker 9f298330b2 libplugin: It's featurebits, not features 5 years ago
Rusty Russell bf053dcf7c plugins: simplify htlc_accepted hook payload-setting API. 5 years ago
Christian Decker de0fd1f274 keysend: Change the plugin to add an invoice and then continue 5 years ago
Christian Decker 97fb27650d keysend: Announce keysend featurebit in node_announcement 5 years ago
Christian Decker e03acd9663 libplugin: Add features to plugin_main and getmanifest 5 years ago