5866 Commits (db22d2ba9ad39ec6a9429341da02b512bfd8b99f)
 

Author SHA1 Message Date
Christian Decker 5d185f43a8 base58: Add function to just parse a ripemd160 hash 6 years ago
Christian Decker 6d618511fc chainparams: Add p2pkh and p2sh versions to chinparams 6 years ago
Rusty Russell 0ca0db765a gossipd: fix crash if we truncate store. 6 years ago
Christian Decker c96cc8a444 pytest: Fix the flaky test_plugin_connected_hook test 6 years ago
Christian Decker eeecfc983c plugin: Remove autopatch argument from helloworld plugin 6 years ago
Christian Decker 88f425fcc5 pytest: Make directory cleanup robust against setup failures 6 years ago
Christian Decker 20a2e3ca6d git: Ignore the create-gossipstore tool binary 6 years ago
Christian Decker be853f563a wallet: Clamp maxheight to positive number for large minconf 6 years ago
Christian Decker e40b7c5584 pytest: Add test_minconf_withdraw to reproduce issue #2518 6 years ago
GreenAddress fb07265663 remove libbase58, use base58 from libwally (#2594) 6 years ago
arowser 890379d8f1 correct format long long unsigned int on 32bits linux 6 years ago
Michael Schmoock f99c461fed fix: pylightning msat round multiply and division 6 years ago
Christian Decker f82e779f71 check: Run `check-manpages` in /tmp/ instead of the user config 6 years ago
Rusty Russell a552130d3d lightningd: make sure we correctly clear connections from connectd on error. 6 years ago
Christian Decker 62e1423968 fixup! tools/bench-gossipd.sh: make it work (where possible) with DEVELOPER=0 6 years ago
Rusty Russell 14ef3e9565 create-gossipstore: actually use the CSV values. 6 years ago
Rusty Russell b248bb155a tools/bench-gossipd.sh: make it work (where possible) with DEVELOPER=0 6 years ago
Rusty Russell 1ccfbef4e7 tools/bench-gossipd.sh: make sure we wait for gossipd to startup sync. 6 years ago
Joe Netti 902bb22a92 devtools/create-gossipstore: cleanups 6 years ago
lisa neigut 8326f6a35c wire-gen: put tlv's after subtypes 6 years ago
lisa neigut 560f45cd7f wire generator: reverse subtype struct order 6 years ago
lisa neigut 0ce287d52e tlvs: include correct reference for nested objects 6 years ago
Hampus Sjöberg 3028964687 pylightning: Fixing incompatibility issue with Python 2.7 6 years ago
Rusty Russell ca7864f2f3 invoice_hook: remove nested result. 6 years ago
Rusty Russell 7f7ad4f89f connected_hook: allow hook to specify an error message. 6 years ago
Rusty Russell a314bc62fc lightningd: remove deserialize step for plugin hooks. 6 years ago
Rusty Russell d3c312860d lightningd: if a plugin gives a JSON-RPC error, print it. 6 years ago
Lawrence Nahum a9e71d76b5 update libwally to latest version 0.6.9 6 years ago
Rusty Russell 0fc42415c2 gossipd/routing: remove BFG implementation. 6 years ago
Rusty Russell cfdb012b30 gossipd: re-add fuzz logic to routing. 6 years ago
Rusty Russell e197956032 gossipd/routing: Iterate on Dijkstra when route is too long. 6 years ago
Rusty Russell f8ffae837d gossipd: speed Dijkstra a little. 6 years ago
Rusty Russell 7caa37f0f1 gossipd: implement Dijkstra. 6 years ago
Rusty Russell 4d84a436f5 gossipd: temporarily disable fuzz in routing. 6 years ago
Rusty Russell 594af8049b gossipd: extract common functionality. 6 years ago
Rusty Russell 6dfa46d65a gossipd/test: add test for handling overlong routes. 6 years ago
Rusty Russell 981fa68fe0 tools/bench-gossipd.sh: fix routing. 6 years ago
Rusty Russell d0aefac5c3 wallet: fix crash when we have height requirement. 6 years ago
Michael Schmoock 37f4cbd4ab fix: changelog included setchannelfee for 0.7.0 6 years ago
Rusty Russell f53387cc46 lightningd: don't abort if funding locks in during shutdown. 6 years ago
Rusty Russell bd655678a6 pytest: fix old code in test, which can cause spurious failures. 6 years ago
Gálli Zoltán 7f8e4de522 pylightning: millisatoshis type is int 6 years ago
Michael Schmoock 4985693bea feat: subtract dust reserves on the fly from min-capacity-sat 6 years ago
Michael Schmoock 05b1b3f488 doc: adds capacity default values to manpage 6 years ago
Michael Schmoock 3fa539fc1b chore: increase min-capacity-sat to 10k 6 years ago
Michael Schmoock 7ed9bbd3dd test: make routeboost_private use higher capacity 6 years ago
Michael Schmoock 2011bcb397 chore: adds missing WARN_UNUSED to amount_msat_from_sat_u64 6 years ago
Rusty Russell c84cade270 channeld: give some tolerance for empty commitments. 6 years ago
Simon Vrouwe c053dc9a6a lightningd: fix/refactor select_inchan for invoice route-hint, use fractional excess as weight 6 years ago
Simon Vrouwe 06a062f36b common: expose pseudorand_double 6 years ago