8023 Commits (paymod-02)
 

Author SHA1 Message Date
Christian Decker cf3dfa7383 paymod: Extract the channel hints update into its own function 4 years ago
Christian Decker 527ad23bcf paymod: Remove the dummy payment modifier 4 years ago
Christian Decker 233bdca9fc paymod: Fill in the `pay` return value 4 years ago
Christian Decker 23075aa292 paymod Collect the final failure when aggregating the tree results 4 years ago
Christian Decker 5096a90cd7 paymod: Consider new payments when checking if an attempt is ongoing 4 years ago
Christian Decker 627cdb8945 paymod: Make payment_tree_result public to users can query state 4 years ago
Christian Decker 4208ec5a5d paymod: Keep a copy of the serialized bolt11 in the root payment 4 years ago
Christian Decker f984fff5cb paymod: Simplify retry mod logic and add abort logic 4 years ago
Christian Decker 1280bdf432 paymod: Parse error from waitsendpay and exclude failed chans 4 years ago
Christian Decker 92e6f47d3f pytest: Fix up test_pay_no_secret to wait for node_announcements 4 years ago
Christian Decker 0972fe7c89 pay: Key the MPP payments based on the payment_hash not the bolt11 4 years ago
Christian Decker 0b0f6b2ea9 pyln: Add a traceback if a hook or rpc method fails 4 years ago
Christian Decker e3a14f3969 pytest: Fix up the payload replacement test 4 years ago
Christian Decker ddab84ab2f json: Add helper to decode sha256 hashes 4 years ago
Christian Decker a8229e969b paymod: Teach the retry_mod not to insist when it's futile 4 years ago
Christian Decker b4d9110c6d paymod: Include excludes resulting from channel_hints for getrotue 4 years ago
Christian Decker b84825bc8a json: Add helper to serialize short_channel_id_dir 4 years ago
Christian Decker 5c26771af4 paymod: Add a local_channel_hints modifier to collect local channels 4 years ago
Christian Decker 57fd86902a paymod: Add the final cltv delta to the getroute call 4 years ago
Christian Decker 4a27f45e9a paymod: Add a COMPAT_090 flag 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 c0b30ac907 wiregen: Add enums for TLV types so we can call them by their name 4 years ago
Christian Decker cb9debc229 tlv: Add generic getters and setters for tlvstream 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 9d36e49770 doc: Fix a documentation error in sendonion 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
Saibato eea6b33154 connect/tor: Set errno, if connection failed we want to reflect this. 5 years ago
Saibato 2b0aba13a8 connectd/connectd: Display an error hint for V3 tor onions when connect fail. 5 years ago
Saibato e4cd2148ab Reflect in TOR.md that we need a Tor version >= 0.3.2.2-alpha to reach V3 onions 5 years ago
ZmnSCPxj jxPCSnmZ 5d720536e2 Makefile: Install `tools/hsmtool` as `lightning-hsmtool`. 4 years ago
Christian Decker 7b899da801 db: Retrieve peer ID if it exists or create the peer if not 4 years ago
Rusty Russell ae0cccb293 wallet: fix memleak if we get shut down before finishing utxo cleanup. 4 years ago