2929 Commits (b30fb952e62c4a2d9077dee7af00e6e6b8474685)
 

Author SHA1 Message Date
practicalswift 22087dad03 Adjust log level: Warn about ignored fee limits only in debug log 7 years ago
Rusty Russell 1bd40a8da6 lightning-cli: make valgrind happy by freeing opt table. 7 years ago
Rusty Russell aa34ad30d9 lighting-cli: do incremental parsing. 7 years ago
Rusty Russell 2ff9e42b33 lightning-cli: fix amazingly slow getlogs speed. 7 years ago
Rusty Russell 61cff03465 lightning-cli: test for amazingly slow getlogs speed. 7 years ago
Rusty Russell c22d2c8dae Makefile: rebuild all objects if Makefile changes. 7 years ago
alaniz 73c31757e1 Fixed and updated README RPC doc links 7 years ago
William Casarin f8e5de1974 listpeers: print channel configs 7 years ago
frennkie 1616fcbffe change getchannels to listchannels 7 years ago
frennkie 0702ee6d81 Update to listpeers 7 years ago
frennkie 16455e658d fix typo 7 years ago
Ephraim Raj 041b641161 Added that peer id should be given to dev-sign-last-tx 7 years ago
Thijs van den Anker 2b6356f87a Fix 'Receiving and receiving payments' in readme 7 years ago
practicalswift 2f179fb6cb Don't greet new users with an error message 7 years ago
Tomas Stary e2d66136d3 adding the bash completition script for the client 7 years ago
Christian Decker ee850f38d6 pytest: Fix test_fee_limits 7 years ago
Christian Decker 97447dd4c4 options: Dropping default base_fee for mainnet to 1 satoshi 7 years ago
Rusty Russell 8797159825 Use consistent names for timestamps. 7 years ago
Rusty Russell 4f1dc91ba5 lightningd: rename --deprecated-apis to --allow-deprecated-apis. 7 years ago
Christian Decker 0c9d29065c pytest: Remove some debug print statements 7 years ago
Christian Decker b8b4998f7a pytest: Temporarily disable alias and color checking for DEVELOPER=0 7 years ago
Rusty Russell 5e0a5c9111 JSONRPC: delinvoice: have a status argument. 7 years ago
Rusty Russell 2443d45b47 delinvoice: fixes. 7 years ago
Rusty Russell c8c68cfb7c JSONRPC: listpeers multiple channels, output improvements. 7 years ago
Rusty Russell 78672738ff test_lightningd.py: remove deprecated APIs. 7 years ago
Rusty Russell bd010d4b96 listinvoices: deprecate 'complete' in favor of 'status' trinary. 7 years ago
Rusty Russell 67b7362986 test_lightningd.py: switch to listinvoices instead of listinvoice. 7 years ago
Rusty Russell 962514c3a0 addfunds: remove. 7 years ago
Rusty Russell 8dfbfa2069 dev-ping: use id not peerid as argument name. 7 years ago
Rusty Russell 2f2cacef0d JSONRPC: output from listpeers should be 'id' not 'peerid'. 7 years ago
Rusty Russell cf54f23947 JSONRPC: add id argument to listpeers. 7 years ago
Rusty Russell 5698a133c2 JSONRPC: rename getpeers to listpeers. 7 years ago
Rusty Russell 34a994c7db JSONRPC: listpayments not return a naked array. 7 years ago
Rusty Russell 361fdccfca JSONRPC: help returns an object. 7 years ago
Rusty Russell 843ede78c6 JSONRPC: listinvoices: wrap array in 'invoices' field. 7 years ago
Rusty Russell 1a641c823c JSONRPC: Make listinvoice an deprecated alias for listinvoices. 7 years ago
Rusty Russell 6e703ad977 JSONRPC: listpayments can list just a specific bolt11 or payment_hash. 7 years ago
Rusty Russell 06c4f6ddca JSONRPC: add optional short_channel_id argument to listchannels 7 years ago
Rusty Russell 7fdb30cbda JSONRPC: rename getchannels to listchannels 7 years ago
Rusty Russell 8cf1870465 jsonrpc: add json_tok_short_channel_id helper. 7 years ago
Rusty Russell e1e7f289fb JSONRPC listnodes: return timestamp, alias and color. 7 years ago
Rusty Russell 784ec96841 gossip: save alias from node_announcement 7 years ago
Rusty Russell ced572b973 JSONRPC: getnodes: rename to listnodes. 7 years ago
Rusty Russell e745572dfb JSONPRC: decodepay: print 'c' value. 7 years ago
Rusty Russell 461207b886 getroute: document cltv argument. 7 years ago
Rusty Russell 6b740e78bd json: more sanity checks on JSON output. 7 years ago
Rusty Russell 1f6392fa83 lightningd: --deprecated-api option to turn off deprecated APIs. 7 years ago
Rusty Russell 5a06b665bd channeld: don't consider shutdown complete if feechange pending. 7 years ago
ZmnSCPxj d2789fd647 wallet: Properly save `wallet_payment::path_secrets`. 7 years ago
practicalswift a08b6fffc6 Add consistency check for dependencies listed in README.md and doc/INSTALL.md 7 years ago