703 Commits (8d7acdc3673b19fd445bc89c54f40dbd0e09d109)

Author SHA1 Message Date
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
Rusty Russell 44282eed16 test.sh: increase timeout, slow down bitcoind polling. 8 years ago
Rusty Russell a1f1f1eda8 daemon: fix feechange logic. 8 years ago
Rusty Russell e2090f015d peer: don't spin when we want to commit and are not connected. 8 years ago
Rusty Russell 25b3dc0038 channel: fix max feelevel calculation. 8 years ago
Rusty Russell ab569c069f peer: add FIXME for the STATE_INIT case. 8 years ago
Rusty Russell fb99e0ccb0 peer: fail immediately if we detect double-connection. 8 years ago
Rusty Russell 0f6c387899 peer: delete from database if we haven't passed init. 8 years ago
Rusty Russell b45b4eaba6 bitcoind: explicit flag to bitcoin-cli for testnet/regtest. 8 years ago
Rusty Russell 8c8fa2cecd config: make sure that anchor-confirms is non-zero. 8 years ago
Rusty Russell a19762b55c open: increase verbosity of errors 8 years ago
Rusty Russell 1f1bd56e2a peer: add more logging for anchor events. 8 years ago
Rusty Russell 0460f0caca getroute: fix help message to get arg order correct, include riskfactor. 8 years ago
Rusty Russell 7c9884d292 build: fix parallel initial build. 8 years ago
Rusty Russell 4fcdf6de5c irc: fix check-source. 8 years ago