8268 Commits (894c886bdd840c05a2e0e670ef4920f5df814f1c)
 

Author SHA1 Message Date
Christian Decker 894c886bdd pay: Inherit payment label to all children 4 years ago
Christian Decker 0dcd974d97 pytest: Reproduce #3915 4 years ago
Christian Decker 639eaaf2b4 json-rpc: Do not return a null amount_msat to listpays 4 years ago
Rusty Russell 624df64330 pyln-client: allow commands and options to mark themselves deprecated. 4 years ago
Rusty Russell fc097b8b48 libplugin: allow commands and options to mark themselves deprecated. 4 years ago
Rusty Russell 7a7a849fc2 lightningd: allow plugin commands and options to mark themselves deprecated. 4 years ago
Rusty Russell 4ce8f56327 pyln.client.plugin: set deprcated_apis based on getmanifest. 4 years ago
Rusty Russell c85b14f06d libplugin: initialize deprecated in getmanifest. 4 years ago
Rusty Russell 151bc47583 JSON-RPC: getmanifest passes allow-deprecated-apis flag. 4 years ago
Rusty Russell 930e294801 help: better handing of deprecated commands 4 years ago
Rusty Russell 0cbc6447b7 doc: refer to correct option name in STYLE.md. 4 years ago
Rusty Russell 601fc805d7 fundpsbt: simplify the logic a little. 4 years ago
Rusty Russell a6a8a40594 psbt: implement psbt_txid. 4 years ago
Rusty Russell 09f065fc45 script: expose script_push_bytes(). 4 years ago
Rusty Russell 5e0b03fba9 common: hoist param_bitcoin_address where plugins can use it. 4 years ago
Rusty Russell 6966cf99e1 bitcoin: add wally_tx_output helper to create standalone output. 4 years ago
Rusty Russell 600d0a4a1d psbt: make psbt_from_b64 more conventional. 4 years ago
Rusty Russell c1df8d586d utxo: remove unused scriptSig field. 4 years ago
Christian Decker 03b4662c24 travis: Use a stripped bitcoind bundle 4 years ago
Christian Decker 33fae1f383 travis: Reorganize tests a bit to move non-integration tests out 4 years ago
Vincenzo Palazzo 1521c29fcf listpays mod 1: add destination inside the response when bolt11 is null 4 years ago
Vincent 700897f06e listpays: fixed bolt11 null with keysend and update doc command 4 years ago
Christian Decker 723b7223b7 pay: Add timestamp of first part to `listpays` 4 years ago
Rusty Russell 01a82d38f7 pytest: add slow_test marker. 4 years ago
Rusty Russell 51aae9cce7 pytest: make valgrind a per-node option. 4 years ago
Rusty Russell 79278b880f pytest: optimize join_nodes a little. 4 years ago
Rusty Russell fde353ab00 pytest: use get_nodes more widely. 4 years ago
Rusty Russell 929fd3e2f6 pytest: make sure all nodes see funds using sync_blockheight 4 years ago
Rusty Russell 7bb461acd8 pytest: fix flake in test_channel_opened_notification 4 years ago
Rusty Russell 7aa40b6bae pytest: fix assumption in test_onchain_their_unilateral_out 4 years ago
Rusty Russell 02b413a4dc pytest: make join_nodes / line_graph wait for updates in both dirs. 4 years ago
Rusty Russell 8f455c8b98 pytest: new join_nodes to allow you to get all the nodes then join some of them. 4 years ago
Rusty Russell 64d40414b2 pytest: speed up test_restart_many_payments. 4 years ago
ZmnSCPxj jxPCSnmZ 6fadd5aea2 Makefile: Remove gen_version.h from ALL_GEN_HEADERS. 4 years ago
ZmnSCPxj jxPCSnmZ a5fc66c382 plugins/Makefile: Only link in libplugin-pay for plugins that need it. 4 years ago
Jon Griffiths 908a8399e2 psbt: Allocate correctly sized buffer for psbt_to_bytes 4 years ago
Jon Griffiths fef155a9e2 psbt: Use wallys function to check PST finalization status 4 years ago
Jon Griffiths 1fe53880a7 psbt: use new wally functions to add PSBT inputs/outputs 4 years ago
Jon Griffiths 68ffecba63 psbt: Use the newly exposed wally function to clone PSBTs 4 years ago
Jon Griffiths a51c6550ec psbt: avoid allocations when adding psbt outputs 4 years ago
Jon Griffiths 499395636c psbt: remove now-unneeded const casts 4 years ago
Jon Griffiths 21ee2c3a9c psbt: Remove workaround for now-fixed wally tx flag behaviour 4 years ago
Jon Griffiths 95d3d65c62 wally: update to the latest wally version 4 years ago
Rusty Russell 06372e13d8 pyln.proto.message: don't let Message() init set implicit lengths. 4 years ago
ZmnSCPxj jxPCSnmZ 4fde45669c plugins/pay.c: Fix the routehints/presplit conflict. 4 years ago
ZmnSCPxj jxPCSnmZ a9b992a94a tests/test_pay.py: Add test for conflict between presplit and routehints paymods. 4 years ago
Sjors Provoost 2e10729690 Add missing test dependencies to requirements.txt 4 years ago
Rusty Russell fa829f23db amount: add amount_msat_scale, amount_msat_ratio, amount_{msat,sat}_div 4 years ago
Rusty Russell ffbb409b47 amount: use initializers everywhere. 4 years ago
Rusty Russell 36d43b871f amount: add amount_msat and amount_sat initializers. 4 years ago