8410 Commits (a00179d5571c74275799dc3c0333e451587b20f5)
 

Author SHA1 Message Date
Rusty Russell a00179d557 doc, wiregen: use SHA256 stamps instead of git versions. 4 years ago
Christian Decker 71e713c722 pyln-testing: Bump version to 0.9.0 and add Makefile for release 4 years ago
Christian Decker 0b50fd0f96 pyln-testing: Add a dummy test to check functionality 4 years ago
Christian Decker 94d4d20d5f pytest: Stabilize test_mpp_interference_2 4 years ago
Christian Decker 8b080dff90 pytest: Test that amountless invoices show the received amount 4 years ago
Christian Decker 81d8525d86 pyln: Make the pytest requirement less stringent 4 years ago
Christian Decker 1884500bf8 pytest: Fix a typo in a test plugin 4 years ago
Christian Decker b71f6e8eaa repro: Skip confirmation of package installation in repro-build.sh 4 years ago
Christian Decker e420bfd6a8 pytest: Skip test_lockup_drain if VALGRIND and not DEVELOPER 4 years ago
Matt Whitlock abbc712afb allow building without sqlite3 4 years ago
Matt Whitlock c1aa33a62a configure: hoist defaulting of PG_CONFIG var to top of script 4 years ago
Matt Whitlock 94472f67c5 configure: Use pg_config to locate the library location too 4 years ago
Rusty Russell dd8cd81e91 listpeers: add `features` array using BOLT9 names. 4 years ago
ZmnSCPxj jxPCSnmZ 932709cad9 plugins/libplugin-pay.c: Micro-optimize start_block sampling. 4 years ago
ZmnSCPxj jxPCSnmZ 05daa8e5f3 plugins/libplugin-pay.c: Micro-optimization of plugin_is_finished. 4 years ago
niftynei 90662e03a1 travis: use bitcoind v0.20.1 4 years ago
ZmnSCPxj jxPCSnmZ a1ba214011 channeld/channeld.c: Log and ignore repeated WIRE_CHANNEL_REESTABLISH. 4 years ago
niftynei 26f116041c contrib: start_ln now creates variable number of nodes 4 years ago
Christian Decker 0a501b3646 configure: Use pg_config to locate the header location 4 years ago
Rusty Russell 3ae4ce736d Apply @cdecker typo suggestions from code review 4 years ago
Rusty Russell e065cd6be4 devtool/route: simple routing tool and benchmark. 4 years ago
Rusty Russell 5714a8c139 devtools/topology: new tool to explore lightning topology. 4 years ago
Rusty Russell 6815a1d9a2 common/route: routing helpers built on gossmap and dijksra. 4 years ago
Rusty Russell 59cc2f7559 common/dijkstra: routine to calculate shortest/cheapest path. 4 years ago
Rusty Russell 5d9d21d64d external/gheap: new submodule. 4 years ago
Rusty Russell daba3e7deb common/gossmap: helper to map the gossip store. 4 years ago
Rusty Russell 7dd6f8f2b5 gossipd: add tombstone when we remove a channel. 4 years ago
Rusty Russell 496c0dd1e6 common/random_select: central place for reservoir sampling. 4 years ago
Rusty Russell 12d0d5c185 amount: cleanup usage. 4 years ago
Rusty Russell 4a9c162211 pytest: disable test_mpp_interference_2. 4 years ago
niftynei c8579b99d0 pyln-proto: use vals for subtype parsing 4 years ago
Christian Decker 21d87f7075 pay: Implement simple presplit fix for ludicrous amounts 4 years ago
Christian Decker 3f6809c934 pytest: Reproduce ludicrous presplit issue 4 years ago
Christian Decker f5985171bd gossipd: Make gossipd much quieter 4 years ago
Christian Decker bdad5a6f94 pytest: Stabilize test_onchain_middleman 4 years ago
Christian Decker 8f028272f4 pytest: Stabilize test_pay_get_error_with_update 4 years ago
Christian Decker 437c411769 pyln-testing: Have LightningNode.fund_channel poll 4 years ago
Christian Decker 0431a29a26 pyln-testing: Poll for channel active instead of watching logs 4 years ago
Christian Decker 8f05d28049 pytest: Stabilize test_onchaind_replay 4 years ago
ZmnSCPxj jxPCSnmZ 128adf0938 plugins/libplugin-pay.c: Round-robin routehints when splitting. 4 years ago
ZmnSCPxj jxPCSnmZ ba3f38077e lightningd/invoice.c: Use round-robin channel selection. 4 years ago
ZmnSCPxj jxPCSnmZ a9a11265dd lightningd/lightningd.h: Maintain a round-robin list of channels. 4 years ago
ZmnSCPxj jxPCSnmZ f50951a0d6 tests/test_pay.py: Motivating scenario for round-robin routehinting. 4 years ago
ZmnSCPxj jxPCSnmZ 8c763bb7be contrib/pyln-testing/pyln/testing/utils.py: Add a fundbalancedchannel method to LightningNode, for when you want to Thanos your channels. 4 years ago
Sergi Delgado Segura 3edbacbb3c pyln: hexlify -> bytes.hex() in pyln.proto.wire 4 years ago
Sergi Delgado Segura 27e495efa5 pyln: Updates proto to use coincurve for Public and Private keys 4 years ago
ZmnSCPxj jxPCSnmZ c27d7a3110 plugins/libplugin-pay.c: Store the route description, and re-report on failure. 4 years ago
ZmnSCPxj jxPCSnmZ 6468616c02 plugins/libplugin-pay.c: Propagate local_id from parent to child payment object. 4 years ago
ZmnSCPxj jxPCSnmZ d8678467fa plugins/libplugin-pay.c: Show routes being tried, also print updates to channel hints not just initial creations. 4 years ago
ZmnSCPxj jxPCSnmZ d89c77c0ce plugins/libplugin-pay.c: Describe the bits of unrecognized failure codes. 4 years ago