970 Commits (de56dc0ffc4a39d10adea303ce9a5be2b8a76745)

Author SHA1 Message Date
ZmnSCPxj 3003b7346c invoice: Add pay_index member to struct invoice. 7 years ago
practicalswift 66e7c54810 Avoid out-of-bounds read in increase(u32 feerate_per_kw) 7 years ago
practicalswift 3d39312212 Fix typos 7 years ago
Rusty Russell 1e51275792 lightningd: don't save wallet_channel twice on creation. 7 years ago
Rusty Russell 7e062fd637 onchaind: don't assert() when htlc fulfilled twice. 7 years ago
ZmnSCPxj f2f116d613 lightningd: Add missing final cleanups. 7 years ago
practicalswift c6b5e72e3b Pass bool true instead of "true" to json_add_bool(..., bool value) 7 years ago
ZmnSCPxj 8e3c97762e invoice: Properly implement waitinvoice. 7 years ago
ZmnSCPxj 773f7524dd invoice: Factor out invoice deletion code. 7 years ago
ZmnSCPxj 1de339eff6 invoice: Use wallet_invoice_nextpaid in waitanyinvoice implementation. 7 years ago
practicalswift 84dd65485c Remove duplicate includes 7 years ago
Rusty Russell 6debaccfd5 chaintopology: only do callbacks once chain has settled. 7 years ago
Rusty Russell 887e9dcc44 travis: reenable check-source (without BOLT text). 7 years ago
Rusty Russell 0650653658 bitcoind: delete chaintips code. 7 years ago
Rusty Russell 1d9a8e5484 chaintopology: load forwards, not backwards. 7 years ago
Rusty Russell 6f6d7a5e44 chaintopology: get fees using a timer, not on each block. 7 years ago
Rusty Russell 985a0b431f getblockhash: don't get upset if we fail. 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 553ebc936b json: add json_add_txid. 7 years ago
William Casarin 7ecccd50b9 wireaddr: add ip[:port] parsing 7 years ago
Rusty Russell 90a5ba043c htlc_out: initialize hout->key.id, in case we destroy it before setting. 7 years ago
Rusty Russell 3543530172 build_utxos: fix weight calculation, and make more accurate. 7 years ago
Rusty Russell abafcae5a6 lightningd/build_utxos: don't tell them they can pass NULL for change. 7 years ago
Rusty Russell e695e5db09 lightningd: require explicit LIGHTNINGD_DEV_MEMLEAK env var to do memleak. 7 years ago
Rusty Russell 6b9c525f35 lightningd: use env var not cmdline to suppress backtrace. 7 years ago
Christian Decker ee25547576 Re-enable builds with DEVELOPER=0 7 years ago
Rusty Russell 3ed496e45b lightningd: free failed output htlcs. 7 years ago
Rusty Russell ba6904f833 pay: close leaks. 7 years ago
Rusty Russell 85f065a6e7 peer_control: close leak in sign_last_tx. 7 years ago
Rusty Russell ed8baf5f88 funding_spent: fix leaks. 7 years ago
Rusty Russell 8c4eecc089 sphinx: fix leaks. 7 years ago
Rusty Russell f19e02eeaa pay: close leak in payment_failed. 7 years ago
Rusty Russell 38a0ee8638 jsonrpc: current pending commands are not a leak. 7 years ago
Rusty Russell 1356913143 invoice: remove strange code. 7 years ago
Rusty Russell adf8740b96 peer_control: fix opening fundee leaks. 7 years ago
Rusty Russell 4957921e02 log: mark ltmp as notleak. 7 years ago
Rusty Russell e64320c76c options: suppress "leak" from opt_table allocation. 7 years ago
Rusty Russell ccb7047291 lightningd: add notleak annotations. 7 years ago
Rusty Russell 6c951bf7e0 invoice: move link to the top of the structure. 7 years ago
Rusty Russell cec87ba08b peer_control: move link to the top of the structure. 7 years ago
Rusty Russell 70d01b22e1 memleak: add second exclude arg to exclude current commands' jcon. 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 95df553813 lightningd: add dev-memdump command. 7 years ago
Rusty Russell 8c665835fa jsonrpc: make explicit call to indicate cmd is still pending. 7 years ago
Christian Decker 2988e290cf gossip: Added internal gossip message to add a local channel 7 years ago
Rusty Russell 477a529856 pay: make sure we don't think payment in progress if it immediately fails. 7 years ago
Christian Decker a8a6d1d669 channel: Directly send announcements and updates to gossipd 7 years ago
Rusty Russell 94711969f9 gossipd: hand out gossip_index to other daemons. 7 years ago