667 Commits (a02f1e10c4de4fe9ff635b10a840b2258a238780)

Author SHA1 Message Date
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
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 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
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
Christian Decker 3dd2e0c2b3 jsonrpc: Correctly handle numeric invoice labels 8 years ago
Christian Decker de187ecaf7 jsonrpc: Accomodate some pedantic JSON-RPC impls 8 years ago
Christian Decker a97d301155 routing: Refuse self-route 8 years ago
Christian Decker 50807db7aa jsonrpc: Fixed `listinvoice` returning broken JSON 8 years ago
Rusty Russell 144c40afd0 irc: get much less chatty. 8 years ago
Rusty Russell 7d20c4f75b feechange: disable sending of feechange messages. 8 years ago
Rusty Russell af9ee44d52 sphinx: memset warning suppression workaround. 8 years ago
Christian Decker d30f3f1a40 sphinx: Remove obsolete onion implementation 8 years ago
Christian Decker 1d3737055a sphinx: Integrate sphinx OR with lightningd 8 years ago
Christian Decker 7bb5c279a8 sphinx: Implemented sphinx onion routing 9 years ago
Rusty Russell 5797dc6496 init: add comments as per updated BOLT #2. 8 years ago
Rusty Russell 5e078a8167 pkt_init: check feature bits. 8 years ago
Rusty Russell ec64e7756e protocol: pkt_reconnect becomes pkt_init, and always send. 8 years ago
Rusty Russell e5994ad8c1 json_connect: don't return until we're in state normal. 8 years ago
Rusty Russell d1c30c45ab getinfo: show block height. 8 years ago
Rusty Russell f66358882a config: different defaults for mainnet and testnet. 8 years ago
Rusty Russell c0d0606d66 lightningd: move testnet flag out of config. 8 years ago
Rusty Russell 1e6f7059d3 lightningd: allow --commit-fee-max=0 for "no limit" 8 years ago