8425 Commits (74e960c20ba34edd2398c202f49c736ddb74e663)
 

Author SHA1 Message Date
Rusty Russell 74e960c20b pytest: increase channel sizes so they reach min capacity with option_anchor_outputs 4 years ago
Rusty Russell 9fabf614f4 pytest: run test_opening_tiny_channel with option_anchor_outputs. 4 years ago
Rusty Russell 9b8f08a8a0 lightningd: return min-capacity-sat to its intended purpose. 4 years ago
Rusty Russell 005fbbe4a6 travis: don't suppress make output. 4 years ago
Rusty Russell b3f6a0e78d Travis: don't install requirements.txt if we're just building. 4 years ago
Rusty Russell 390c6470ad configure: we don't need mako any more. 4 years ago
Rusty Russell 2c9ad7ea29 external/Makefile: fix mkdir rule for libbacktrace.a 4 years ago
Rusty Russell b3d5220da5 tools/refresh-submodules.sh: don't exit, but wait if called in parallel. 4 years ago
Rusty Russell 95a0249272 external/Makefile: fix build from fresh git clone. 4 years ago
Rusty Russell 3c6af3efb4 Makefile: commit and preserve all the wiregenerated files. 4 years ago
Rusty Russell e9a435ce82 Makefile: protect .po file and gen_db files with SHA256STAMP. 4 years ago
Rusty Russell bb250358ae Makefile: force regeneration of manpages, wire source. 4 years ago
Rusty Russell 1746406e41 Makefile: normalize all the Makefiles 4 years ago
Rusty Russell 2835cf8a43 tools/check-bolt: don't trigger ourselves. 4 years ago
Rusty Russell 8150d28575 Makefile: use generic rules to make spec-derived sources. 4 years ago
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