7985 Commits (3412a69488293e663d85a8727d8bfdc7ae0c9962)
 

Author SHA1 Message Date
Christian Decker 3412a69488 paymod: Move onion payload construction into its own function 5 years ago
Christian Decker 83f067b5ea paymod: Implement TLV onion payload generation 5 years ago
Christian Decker aaa8779bc0 wiregen: Add enums for TLV types so we can call them by their name 5 years ago
Christian Decker b85f8f8006 tlv: Add generic getters and setters for tlvstream 5 years ago
Christian Decker a908260b56 paymod: Do not pass cmd to sub-payments, plugin suffices 5 years ago
Christian Decker 8167798a2d paymod: Do not reply to the same JSON-RPC command multiple times 5 years ago
Christian Decker 4b81e1b8e6 paymod: Maintain a list of current and past payments 5 years ago
Christian Decker 3ac692cd1e paymod: Use reasonable partids 5 years ago
Christian Decker c59609c490 paymod: Collect and return results of a tree of partial payments 5 years ago
Christian Decker 1797d33c02 paymod: Parse and store the waitsendpay result 5 years ago
Christian Decker a91e2d9f7a paymod: Call waitsendpay on the sendonion we just queued 5 years ago
Christian Decker 014595d2ab paymod: Parse createonion result and call sendonion 5 years ago
Christian Decker 840cc8e52d paymod: Call `createonion` to generate the onion and associated data 5 years ago
Christian Decker 5edfa63815 paymod: Implement legacy onion payload computation 5 years ago
Christian Decker 47b4e53f73 doc: Fix a documentation error in sendonion 5 years ago
Christian Decker 12813a631d paymod: Add a `getinfo` call on payment_start to get the blockheight 5 years ago
Christian Decker 1326fe61be paymod: Implement getroute call 5 years ago
Christian Decker 19a8938226 paymod: Implement bubbling results up the hierarchy of payments 5 years ago
Christian Decker 7fe59d530e paymod: Add a retry modifier that retries payments on failure 5 years ago
Christian Decker 85cd752242 paymod: Generate type-safe accessor functions for modifier data 5 years ago
Christian Decker 50f5e61b2a paymod: Add a simple test-command to test the paymod state-machine 5 years ago
Christian Decker 45a58d0509 paymod: Implement base state-machine transitions 5 years ago
Christian Decker ef0f00315c paymod: Add base state-machine for payment flow 5 years ago
Christian Decker ee8d3e08f3 plugin: Add a data backend for the new payment state-machine 5 years ago
Rusty Russell 57f6f74ee0 external/Makefile: fix spurious rebuilds. 5 years ago
Wladimir J. van der Laan 32f9805a30 build: Make it possible to build without gcc 5 years ago
Vasil Dimov a3a37ea4ce build: fix compilation on i386 5 years ago
Rusty Russell 42bf230bfc doc: regenerate and update. 5 years ago
Rusty Russell 8ee8161fb4 pyln-spec: add .gitignore file for build detritus. 5 years ago
Rusty Russell 447231f52e pyln.spec.bolt*: change version numbering to include specific csv subversion. 5 years ago
Rusty Russell 1c1c3349b4 pyln.spec.bolt*: unify setups. 5 years ago
Rusty Russell 450fb43612 pyln.spec.bolt*: test-release and prod-release targets, fix requirements.txt 5 years ago
Rusty Russell 93ae190c19 pyln.proto: bump version to 0.8.3. 5 years ago
Rusty Russell 014ede0585 pyln.proto: fix test-release target 5 years ago
Rusty Russell 902d8f7dab pyln.proto.message: remove incorrect fundamental types now spec update. 5 years ago
Rusty Russell 41e914fb37 pyln.proto.message, pyln.proto.spec*: do magic to expose mypy types. 5 years ago
Rusty Russell 11a0de877e pyln.proto.message: more mypy fixes. 5 years ago
Rusty Russell 3882e8bdf7 pyln.spec.bolt*: make these separate packages, so versions can change indep. 5 years ago
Rusty Russell 013eced4ce pyln.proto: fix package list in setup.py 5 years ago
Niklas Claesson 601464416b travis: Actually build for arm 5 years ago
Antoine Poinsot e0aef66ce2 plugins: make the autoclean plugin static 5 years ago
Rusty Russell 93d04d08d0 wire: update to latest version of the spec. 5 years ago
niftynei a66415a43e plugins-test: use pyln.client, not lightning to import Plugin 5 years ago
niftynei 0f8157a02e libwally: update to latest commit on master, which contains psbt fixes 5 years ago
niftynei 0bd0de54fa psbt: have withdraw_tx use psbt's to create signed txs 5 years ago
niftynei 0a7550473b psbt: add redeemscript info to psbt for utxos that have it 5 years ago
niftynei 85dca84327 psbt-json: remove reliance on bitcoin_tx, use straight wally_psbt struct 5 years ago
niftynei 175fcf381a psbt: have wally_tx serialization methods be legible for gen'd code 5 years ago
niftynei b63abef542 psbt: add method to finalize + extract a psbt 5 years ago
niftynei 0d1f1bc66e psbt: add helper method for setting a psbt input's redeemscript 5 years ago