902 Commits (0f6c387899cded4b51a7c326722c0b638559d649)
 

Author SHA1 Message Date
Rusty Russell 0f6c387899 peer: delete from database if we haven't passed init. 8 years ago
Rusty Russell b45b4eaba6 bitcoind: explicit flag to bitcoin-cli for testnet/regtest. 8 years ago
Rusty Russell 8c8fa2cecd config: make sure that anchor-confirms is non-zero. 8 years ago
Rusty Russell a19762b55c open: increase verbosity of errors 8 years ago
Rusty Russell 1f1bd56e2a peer: add more logging for anchor events. 8 years ago
Rusty Russell 0460f0caca getroute: fix help message to get arg order correct, include riskfactor. 8 years ago
Rusty Russell 922fba9fbe ccan: remove canned config.h 8 years ago
Rusty Russell 7c9884d292 build: fix parallel initial build. 8 years ago
Rusty Russell 766249ec2b Makefile: don't regenerate manpages unless they've really changed. 8 years ago
Rusty Russell 4fcdf6de5c irc: fix check-source. 8 years ago
Rusty Russell 93b72332bd Handle anchor in a run of blocks. 8 years ago
Christian Decker 356bb73fe9 log/jsonrpc: getlog was returning invalid JSON. 8 years ago
Rusty Russell 5b3bde715a getinfo: add version information 8 years ago
Rusty Russell e5b2cacd3f daemon: fix up getinfo command, add it to tests. 8 years ago
Rusty Russell dff50c3a5f peer: do not send anchor depth input twice. 8 years ago
Rusty Russell 7b5806fef2 peer: give more sensible error if anchor is too large. 8 years ago
Rusty Russell 13593d4cbf peer: don't try to change fees while we're still setting up channel. 8 years ago
Rusty Russell 221a96cdeb getinfo: new RPC command 8 years ago
Rusty Russell c648897695 Makefile: clean up ccan-enumstr object for make clean. 8 years ago
Rusty Russell 831558d884 test.sh: remove scary-looking output from 'make check' 8 years ago
Rusty Russell 453c768b12 test: disable IRC connections for test.sh 8 years ago
Christian Decker 2f6eefc49b routing: Wiring in the IRC peer discovery 8 years ago
Christian Decker f4568e5c1c routing: Added IRC announcement glue 8 years ago
Christian Decker 96839290fb routing: Added simple IRC library based on io_loop 8 years ago
Rusty Russell fce9ee29e3 db: always call db_update_our_closing in a transaction. 8 years ago
Rusty Russell 5bcc9047b0 db: save error, return it when we commit transaction. 8 years ago
Rusty Russell ea41386ed3 daemon: rename all the low-level commands to dev- 8 years ago
Rusty Russell c83fb1a2dd waitinvoice: RPC call for processing incoming invoices. 8 years ago
Rusty Russell 27715f7732 invoice: order by when they were paid. 8 years ago
Rusty Russell 0761c12381 delinvoice: routine to remove an unpaid invoice. 8 years ago
Rusty Russell f6a0ea0b66 listinvoices: RPC command to show one or all invoices. 8 years ago
Rusty Russell 68632e6020 Use "msatoshi" not "msatoshis" everywhere. 8 years ago
Rusty Russell 060ff29b45 Rename payment to invoice. 8 years ago
Rusty Russell ca80fc0286 getroute: add a risk factor. 8 years ago
Rusty Russell e2bc70bfce TODO: remove to-dones. 8 years ago
Rusty Russell 2452df315a doc: manpages for the various lightning RPC calls. 8 years ago
Rusty Russell ab125f709b db: save and restore accepted payments. 8 years ago
Rusty Russell 79b5663db7 routing: don't coredump on routes to neighbors. 8 years ago
Rusty Russell fcdb13093e db: use wrappers around boolean values. 8 years ago
Rusty Russell 9d9ff00508 db: use macros to create tables. 8 years ago
Rusty Russell 678df3525e ccan: update, add cppmagic. 8 years ago
Rusty Russell 04a07fd90e db: save and restore "sendpay" commands. 8 years ago
Rusty Russell b47fbfead0 db: Always fail HTLC inside a transaction. 8 years ago
Rusty Russell 23049f09a9 db: Always fulfill HTLC inside a transaction. 8 years ago
Rusty Russell 1ed4dbde05 peer: add peer_fail helper. 8 years ago
Rusty Russell 8a98ca8264 check-bolt: make it compile cleanly with -Wextra. 8 years ago
Rusty Russell 6fe5ecb2ac update-mocks: make mocks compile with -Wunused 8 years ago
Rusty Russell 2a603ea36d state: remove unused input parameter from next_state() 8 years ago
Rusty Russell 15b42b89db peer: fix comparison bug if our connection_fee is negative. 8 years ago
Rusty Russell a4346b56f6 json: remove unused json_get_arr parameter. 8 years ago