2736 Commits (feb734086b9d890883baac542023d8416975ce19)
 

Author SHA1 Message Date
Carl Dong feb734086b build: Update INSTALL.md to include FreeBSD. 7 years ago
Carl Dong f55adbdc9c build: Add necessary build/link flags for FreeBSD. 7 years ago
Carl Dong 8da65854f0 build: Add needed UNIX standard includes. 7 years ago
Carl Dong 75f4b56766 build: Correctly build and link ptr_valid. 7 years ago
Björge Dijkstra 2f4ba73c77 Allocate hex buffer on heap since it can be very large. 7 years ago
practicalswift 5631054152 Start all command descriptions with a verb ("Show", "Set", etc.). Remove unused help texts. 7 years ago
ZmnSCPxj 940819567d lightning-cli: Add support for null argument. 7 years ago
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