115 Commits (7db88f0b8ad96b809486f174380d03f6ee5f1dc8)

Author SHA1 Message Date
rvandermeer 4c0f7dbd04 Spelling corrections (#824) 7 years ago
practicalswift 689db5b7c1 Onboarding: Make log output texts friendlier to new users 7 years ago
ZmnSCPxj 8c527f3931 common/json: Implement json_add_snum for signed numbers. 7 years ago
Ronald van der Meer fa992ecaab clarified --lightning-dir syntax on help 7 years ago
practicalswift 2c17546cbd Onboarding: Make "lightning-cli" (without arguments) output the equivalent of "lightning-cli --help; lightning-cli help" 7 years ago
Carl Dong 8da65854f0 build: Add needed UNIX standard includes. 7 years ago
Björge Dijkstra 2f4ba73c77 Allocate hex buffer on heap since it can be very large. 7 years ago
Rusty Russell 6b740e78bd json: more sanity checks on JSON output. 7 years ago
practicalswift a87c8a74b5 Avoid segfault on CLI command "decodepay 1111111" (invalid short bech32 string) 7 years ago
Rusty Russell 1950583612 subdaemon: make debugging a bit easier. 7 years ago
William Casarin 4a12cafe7f debugging: add -ex return and cont to gdb command 7 years ago
William Casarin 44f9863192 permute_tx: bail on empty permute_{inputs/outputs} arguments 7 years ago
ZmnSCPxj 83e76e3ac3 features: Move feature-handling code to a common/features.c source. 7 years ago
Björge Dijkstra 648e4feee2 Extend json unit test with tests for json_tok_bitcoin_amount() 7 years ago
Björge Dijkstra 82a2d2f0a6 Fix parsing of txout value. Force decimal base. 7 years ago
Rusty Russell e34ec8da2d peer_failed: use towire_errorfmtv() which doesn't add nul terminator. 7 years ago
Rusty Russell 86e1a61165 json: fix json_tok_bitcoin_amount() 7 years ago
practicalswift dcb4039a96 Check lseek(...) return value 7 years ago
Rusty Russell 0f97b8cf36 subdaemon.c: subdaemon_setup() routine for all daemons. 7 years ago
Christian Decker d9df831a2f Don't attempt to permute a single input 7 years ago
Christian Decker 248879e203 wire: Move bitcoin_tx serialization from htlc_wire to wire 7 years ago
Christian Decker 59128a86ee hsm: Make sure to pass close_info along with the UTXO 7 years ago
Christian Decker 0bb264e1a2 wallet: Added unilateral close info to utxo 7 years ago
practicalswift aae991f28d Add missing call to va_end() 7 years ago
practicalswift db362e2e23 Remove redundant assignments 7 years ago
practicalswift f84828be36 Avoid writing uninitialized value data->realm in serialize_hop_data(...) (via create_onionpacket(...)) 7 years ago
practicalswift bfce5b41f9 Fix typo (a vs. an) 7 years ago
Rusty Russell 047a2ea043 gossip: don't use assert around code with side effects. 7 years ago
Rusty Russell 887e9dcc44 travis: reenable check-source (without BOLT text). 7 years ago
Rusty Russell 810abb6b21 bitcoin: create new wrapper type bitcoin_blkid, log backward endianness. 7 years ago
Rusty Russell 0237e0b28c bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
Rusty Russell ed2158c334 Revert "Functions for encoding reversed hex" 7 years ago
Andrew Chow 19116b6561 Functions for encoding reversed hex 7 years ago
William Casarin ce1d709d44 wireaddr: fix ipv6 formatting with ports in fmt_wireaddr 7 years ago
William Casarin 3e7aabe256 test: add tests for parse_ip_port 7 years ago
William Casarin 7ecccd50b9 wireaddr: add ip[:port] parsing 7 years ago
Rusty Russell bbac67f108 withdraw_tx: don't create empty output if no change. 7 years ago
Christian Decker ee25547576 Re-enable builds with DEVELOPER=0 7 years ago
Rusty Russell 8c4eecc089 sphinx: fix leaks. 7 years ago
Rusty Russell 795a03e8c4 fromwire_bitcoin_tx: quieten leak reporting. 7 years ago
Rusty Russell 20fcb5d6ef memleak: allow marking of entire tal trees to be noleak. 7 years ago
Rusty Russell 7a8532830f memleak: track reallocs and frees in notleak() 7 years ago
Rusty Russell 70d01b22e1 memleak: add second exclude arg to exclude current commands' jcon. 7 years ago
Rusty Russell 19b1b35d31 memleak: explicitly exclude ccan/io allocation. 7 years ago
Rusty Russell dfc132b2fe memleak: add backtrace to allocations. 7 years ago
Rusty Russell c956d9f5eb lightningd: tal memleak detection, dev-memleak command. 7 years ago
Rusty Russell 0cab9d1dd1 daemon_conn: helper to release daemon_conn. 7 years ago
Rusty Russell afea2520ba wireaddr: marshal empty address properly. 7 years ago
Rusty Russell b00525b8c8 options: don't leak memory when people override options. 7 years ago
ZmnSCPxj 5fd74f9933 Change withdraw_tx to accept scriptpubkey rather than plain address. 7 years ago