4505 Commits (c2e56fbb1b2698619de8cb0e989247fcaf88220f)
 

Author SHA1 Message Date
Rusty Russell c2e56fbb1b wallet: fix Makefile to include correct dependencies. 6 years ago
Rusty Russell 704d30edce ping: complete JSON RPC ping commands even if one ping gets no response. 6 years ago
alan8325 4a1bc0f90c Add files via upload 6 years ago
Rusty Russell bdb8416446 lightningd: split pidfile handling. 6 years ago
Christian Decker f1e931f7bb pytest: Fix flaky test_logging 6 years ago
Christian Decker 79da1b9aa2 pytest: Keep the test directory even if the failure is in the fixtures 6 years ago
Christian Decker b861e44f36 docker: Add missing dependencies to builder for `a2x` 6 years ago
Christian Decker d9ea2e6b45 master: Move JSON-RPC setup below PID-file creation 6 years ago
Christian Decker dc88c35d7f channeld: Do not fail if we get a chain_hash we don't know 6 years ago
Christian Decker e10cde3516 chainparams: Remove index from chainparams 6 years ago
Christian Decker f417dfa0e1 chainparams: Always retrieve chainparams by the chain_hash 6 years ago
Christian Decker 2d7e603ac1 chainparams: Move the BOLT2 quote to the chainparams where we set it 6 years ago
Christian Decker 0128bc7362 channeld: Use the chainparams to check msatoshi and funding_satoshi 6 years ago
Christian Decker 2402c524cc channeld: Keep track of the chainparams for the chain we are using 6 years ago
Christian Decker 8d95917e7c chainparams: Add max_funding_satoshi and max_payment_msat to chainparams 6 years ago
Rusty Russell 10167eedd2 wire/gen_peer_wire: Update to BOLTVERSION. 6 years ago
Rusty Russell e8a7a7addb wire/Makefile: generate CSVs from specs based on BOLTVERSION. 6 years ago
Rusty Russell fc02af12d0 wire: add onion_defs.h to bolt-check, update quote. 6 years ago
Rusty Russell fdf67d62ba CHANGELOG.md: update for 0.6.1 final. 6 years ago
lisa neigut cbac5ff19e ping: fix documentation in all remaining places {peerid} -> peer {id} 6 years ago
Wladimir J. van der Laan 84eacaee26 ping: First parameter is called 'id' not 'peerid', fix help 6 years ago
Wladimir J. van der Laan 634f19a7b2 doc: Regenerate man-pages after spelling corrections 6 years ago
Wladimir J. van der Laan 6a4468edca doc: Spelling corrections 6 years ago
lucash-dev b52fb14726 pytest: Fix configure to find pytest when installed using pip3. 6 years ago
Rusty Russell cefb6925b2 db: save and restore last_sent_commit correctly. 6 years ago
Rusty Russell db12a1452f pytest: reproduce problem with restarting and retransmitting multiple outgoing htlcs 6 years ago
Rusty Russell 97c7ba2f80 gossipd: fix reordering of node_announcements in presence of a unannounced channel. 6 years ago
Rusty Russell e2f426903d gossipd: handle premature node_announcements in the store. 6 years ago
Rusty Russell 312209ad60 pytest: support simple subdaemon debugging. 6 years ago
Rusty Russell 7b9341e762 subdaemon: better GDB support. 6 years ago
Rusty Russell ae61f645ab chaintopology: don't "fix" unknown feerate against known one. 6 years ago
Rusty Russell f2e085778c lightningd: more comment fixes. 6 years ago
Rusty Russell dfc2a6b873 More documentation changes. 6 years ago
Rusty Russell 76f116daf1 lightningd: minor cleanups 6 years ago
Rusty Russell 0d46a3d6b0 Put the 'd' back in the daemons. 6 years ago
Rusty Russell 8bc845d7b6 lightningd: inline overview documentation (part 1 of 8). 6 years ago
Rusty Russell 168bec0974 lightningd: move channel/peer/htlc load into own function. 6 years ago
Rusty Russell 3e53a63cf2 wallet: do wallet_invoice init during preparation. 6 years ago
Rusty Russell 2af94f1817 chaintopology: remove redundant wallet pointer. 6 years ago
Rusty Russell c3ec5fc267 lightningd: remove gratuitous SIG_IGN: daemon_setup() does it already. 6 years ago
Rusty Russell c33c971478 lightningd: rename 'daemons' to 'subdaemons'. 6 years ago
Rusty Russell 1e91523663 lightningd: remove unnecessary globals. 6 years ago
Mark Beckwith ca40cfa0ce param: started adding callback unit tests 6 years ago
Mark Beckwith 721f77f528 param: feedback fixes 6 years ago
Mark Beckwith 4ad16b67f1 param: updated comments in the spirit of #1899 6 years ago
Mark Beckwith 30e6471fc1 param: listpayments now uses json_tok_sha256 6 years ago
Mark Beckwith 47510a8e74 param: added json_tok_string 6 years ago
Mark Beckwith 0b26a17a0f param: added json_tok_array 6 years ago
Mark Beckwith aa60057134 param: upgraded json_tok_escaped_string 6 years ago
Mark Beckwith 8590dbedfb param: make json_tok_label non-static 6 years ago