5643 Commits (0d19d04def537510b6f58837a1262077bacc61ff)
 

Author SHA1 Message Date
Christian Decker 0d19d04def wallet: Pass chainparams to address serialization 6 years ago
Christian Decker ff5dfb1cc4 pylightning: Clean up the argument binding 6 years ago
Christian Decker 762ab5f056 invoice: Assert that an invoice is unresolved when resolving it 6 years ago
Rusty Russell 2a2341c56c bolt11: fix decoding and encoding of unknown fields. 6 years ago
darosior 182556cfda Updated 'listfunds' doc and manpage 6 years ago
Michael Schmoock 1e0aa9329d fix: pylightning to_btc_str precision 6 years ago
trueptolemy fefe7dfbab Gossipd: cleanup extra repeated code 6 years ago
Christian Decker bc5dbb6a80 pytest: Ensure lightningd instances have the correct numeric ids 6 years ago
trueptolemy b5903a10b2 run-wallet: fix the version of variant in CHECK_MSG 6 years ago
trueptolemy d9fcd008ec run-wallet: fix the description in the CHECK_MSG 6 years ago
trueptolemy 77f98f8a5c test_pay: Add test_forward_local_failed_stats() in 5 cases 6 years ago
trueptolemy 3445abb553 json-rpc: Add failcode info in listforwards 6 years ago
trueptolemy 11e9ad0ee0 lightningd: store failcode in FORWARD_LOCAL_FAILED case 6 years ago
trueptolemy c34548c847 wallet: add failcode and case for local fail in wallet_forwarded_payments_get() 6 years ago
trueptolemy 3a8fe5bf31 wallet: store failcode by adding failcode field in wallet_forwarded_payment_add() 6 years ago
trueptolemy 8a2312565c DB: add failcode field in forwarded_payments table 6 years ago
trueptolemy 1c1fb1ca51 wallet: add failcode field in forwarding struct 6 years ago
trueptolemy 473dbd4921 wallet: add 'FORWARD_LOCAL_FAILED' as a new forward_status type 6 years ago
Rusty Russell ec658c1f89 status: suppress status_trace/status_debug messages if queue too long. 6 years ago
lisa neigut e3bac6c165 wire-gen: patch in the `wire/gen_*_experimental_wire` files 6 years ago
lisa neigut 39153f3122 wire-gen: use staging file for generated wire csvs 6 years ago
Rusty Russell e51a13975f Makefile: don't generate CSVs unless explicitly told to. 6 years ago
Rusty Russell dddfdc7f10 pytest: add dev hack for testing option_upfront_shutdown_script. 6 years ago
Rusty Russell 99a0345ca8 channeld: enforce option_upfront_shutdown_script. 6 years ago
Rusty Russell cfebe66762 openingd: support receipt of upfront_shutdown_script. 6 years ago
Rusty Russell 7ead29b695 db: add support for remote end specify option_upfront_shutdown_script. 6 years ago
Christian Decker aa9284eaa3 base58: Simplified the address parsing 6 years ago
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