1191 Commits (c536616bee8e745f8cb160fbb1790119d58367f6)
 

Author SHA1 Message Date
Rusty Russell 69b1b9c562 db: store closing signature correctly. 8 years ago
Rusty Russell 8b7fa1b663 test: fix dependencies so we generate headers. 8 years ago
Rusty Russell 13b1d922bb chaintopology: fix rebroadcast code. 8 years ago
Rusty Russell dbd8e07924 broadcast_tx: make sure callers free tx if necessary. 8 years ago
Rusty Russell 49a80ba457 peer: fail channel if funding transaction broadcast fails. 8 years ago
Rusty Russell 7aa01b0e50 broadcast_tx: add optional failed callback. 8 years ago
Rusty Russell 89131444b3 bitcoind_sendrawtx: hand error code to callback. 8 years ago
Rusty Russell 4cbe9785a8 bitcoind_sendrawtx: don't share callback with retransmission case. 8 years ago
Rusty Russell 7d1137c45e bitcoind_sendrawtx: tie the sending of the transaction to the particular peer. 8 years ago
Rusty Russell cc9ffe6c40 bitcoind: allow callbacks which are tied to an object. 8 years ago
Rusty Russell ef4f7c396b Merge remote-tracking branch 'origin/pr/72' 8 years ago
Glenn Willen 2b431b171b config: Allow overriding the transaction fee rate 8 years ago
Rusty Russell 04cff14ac8 peer: don't fret about fees too low on testnet. 8 years ago
Rusty Russell b49b90d5c3 peer: don't ever fail twice. 8 years ago
Rusty Russell 4855af8ba2 peer: don't worry about feechange if we can't do anything about it. 8 years ago
Rusty Russell ab11322b39 peer: don't close due to too low fees if we're already closed. 8 years ago
Rusty Russell 8949290794 Merge remote-tracking branch 'origin/pr/66' 8 years ago
Rusty Russell 5adaf46b19 Merge remote-tracking branch 'origin/pr/65' 8 years ago
Christian Decker 6568083edd Merge pull request #68 from gwillen/feature-fix-irc-parse-crash 8 years ago
Glenn Willen 2ce36a070b irc: Fix crash bug in node announcement parsing 8 years ago
Rusty Russell 25bb0f5248 peer: use correct enum in case statement. 8 years ago
Rusty Russell feecabacce sphinx: fix marshalling/unmarshalling 8 years ago
Rusty Russell d14a67addf db: fix leak for initial commit state. 8 years ago
Rusty Russell b40c4ae766 json_getroute: don't leak. 8 years ago
Rusty Russell a902193874 sphinx: don't leak, especially on failed onion. 8 years ago
Rusty Russell de2ffd8985 accept_pkt_open_commit_sig: don't allocate sig. 8 years ago
Rusty Russell ac7d80bbeb peer: don't assign io_data and id twice when connecting out. 8 years ago
Rusty Russell 8a1559a343 peer: free init packet. 8 years ago
Rusty Russell 6bda93f99a peer: don't leave initial cstate around. 8 years ago
Rusty Russell 64809fb730 peer: free temporary transaction immediately 8 years ago
Rusty Russell 8015ceadfd log: add netaddr 8 years ago
Rusty Russell 4c7017f607 dns: simplify code by reaping dns child as soon as we have answers. 8 years ago
Rusty Russell 78a0177f1c script: free redeemscript in bitcoin_witness_p2sh_p2wpkh 8 years ago
Rusty Russell e0368cc82d cryptopkt: don't leak negotiation state. 8 years ago
Rusty Russell 319eef266d commit_tx: free temporary wscript, rather than leaving attached to tx. 8 years ago
Rusty Russell b768de324c commit_tx: plug leak. 8 years ago
Rusty Russell 1d57fa60b8 invoice: print duplicate r value even if we choose it. 8 years ago
Rusty Russell 642a2f2d4e cryptopkt: free output packets after encryption. 8 years ago
Rusty Russell 95a01670ac cryptopkt: free incoming packet after decryption. 8 years ago
Rusty Russell 5f32d291bf jsonrpc: free old connections 8 years ago
Rusty Russell a4ee683b3e tal_tmpctx: clear marker for temporary contexts. 8 years ago
Rusty Russell 024e6a5855 feechange: fix db updates. 8 years ago
Rusty Russell c1d6df58aa feechange: fix db updates. 8 years ago
Rusty Russell 5349d2aaa7 routing: fix hash of pubkeys. 8 years ago
Rusty Russell fa402aac31 routing: fix hash of pubkeys. 8 years ago
Rusty Russell 4bb7c5ba7b Merge pull request #62 from cdecker/irc-fix 8 years ago
Christian Decker f9a4af62e3 irc: Added alias handling for node announcements 8 years ago
Christian Decker 94fd82dc81 irc: Announce the real expiry time 8 years ago
Rusty Russell 48da22ab4b Merge remote-tracking branch 'origin/pr/56' 8 years ago
Rusty Russell dfad49bbd7 Merge remote-tracking branch 'origin/pr/55' 8 years ago