139 Commits (1edce4878dd738ec30c91ec82c4884c62a191ecb)

Author SHA1 Message Date
Christian Decker d6ccf90063 jsonrpc: Renamed `awaitpayment` -> `waitinvoice` -> `waitanyinvoice` 8 years ago
Rusty Russell 73d07ce441 libsodium: use our local submodule. 8 years ago
Rusty Russell e39d09d5a5 daemon/test/scripts: maek slightly more general for lightningd/lightningd 8 years ago
Rusty Russell 015eb072b8 Makefile: split CORE_SRC into CORE_SRC, CORE_TX_SRC and CORE_PROTOBUF_SRC 8 years ago
Rusty Russell a0ac5c276e status: API for status reporting. 8 years ago
Christian Decker 96af89139e base58: Unittests need in-tree libbase58 8 years ago
Rusty Russell 05feefbb8a test: move mockup script outside daemon/ 8 years ago
Rusty Russell d30b67a3fe test: generalize update-mocks 8 years ago
Rusty Russell c7b69abdaa type_to_string: move formatting to appropriate files. 8 years ago
Rusty Russell 1f447688bc test: make generic driver for unit tests. 8 years ago
Rusty Russell 0ba93cb948 lightningd: don't listen at all if no port number set. 8 years ago
Christian Decker 9848b4ac3e travis-ci: Added travis-ci config 8 years ago
Rusty Russell f5c00deec7 Remove trailing whitespace from source. 8 years ago
Rusty Russell ce96812ef0 test.sh: split into multiple scripts. 8 years ago
Rusty Russell fae7f68731 helpers.sh: make check_tx_spend able to check for a specific transaction. 8 years ago
Rusty Russell c6a187a5d7 helpers.sh: set up funding in start_lightningd() 8 years ago
Rusty Russell 9e777ae922 test.sh: move core routines to scripts/helpers.sh 8 years ago
Rusty Russell 973ef3c932 test.sh: move valgrind PREFIX setting to vars.sh 8 years ago
Rusty Russell 700c536a27 Makefile: remove all the old Elements Alpha support. 8 years ago
Rusty Russell 3aca5c87e3 init: rebroadcast anchors on restart if we haven't seen them. 8 years ago
Rusty Russell 0f09605e17 test: restore anchor timeout tests. 8 years ago
Rusty Russell eedf95a8fc state_types: simplify open states. 8 years ago
Rusty Russell bbd1bbd931 state: remove anchor timeout. 8 years ago
Rusty Russell d3dc5508ad test.sh: run normal tests first. 8 years ago
Rusty Russell 8477bd5a5f test: allow three variants in parallel with parallel make. 8 years ago
Rusty Russell 9b045dac02 test: shutdown harder. 8 years ago
Rusty Russell 5f5ad793e9 test: fix unreliable test on slow machines. 8 years ago
Rusty Russell 2f0651d105 test: use eatmydata for bitcoind and lightningd if available. 8 years ago
Rusty Russell 208beab529 test: setup bitcoind once, then run lightning tests. 8 years ago
Rusty Russell 4bd0284a15 test: only start up/shutdown bitcoind if not already running. 8 years ago
Rusty Russell d8892c4dda test: do version check during setup. 8 years ago
Rusty Russell 35b2ee9c42 tests: remove obsolete BIP68 detection test. 8 years ago
Rusty Russell 8b7fa1b663 test: fix dependencies so we generate headers. 8 years ago
Christian Decker 50807db7aa jsonrpc: Fixed `listinvoice` returning broken JSON 8 years ago
Rusty Russell 7d20c4f75b feechange: disable sending of feechange messages. 8 years ago
Rusty Russell e5994ad8c1 json_connect: don't return until we're in state normal. 8 years ago
Rusty Russell f66358882a config: different defaults for mainnet and testnet. 8 years ago
Rusty Russell 44282eed16 test.sh: increase timeout, slow down bitcoind polling. 8 years ago
Rusty Russell a1f1f1eda8 daemon: fix feechange logic. 8 years ago
Rusty Russell b45b4eaba6 bitcoind: explicit flag to bitcoin-cli for testnet/regtest. 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 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
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 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