core-lightning/daemon
Christian Decker 28030c3d6b bitcoind: peer argument to bitcoind_sendrawtx is unused
This was a bit misleading, and we were passing in NULL sometimes
anyway. Removed unused argument.
2017-06-23 16:02:20 +09:30
..
jsmn@bd9bd55c3a
test tests: run valgrind on children. 2017-04-12 09:09:19 -07:00
.gitignore
bitcoind.c bitcoind: peer argument to bitcoind_sendrawtx is unused 2017-06-23 16:02:20 +09:30
bitcoind.h bitcoind: peer argument to bitcoind_sendrawtx is unused 2017-06-23 16:02:20 +09:30
broadcast.c broadcast: Implement replacing messages in the broadcast queue 2017-02-03 05:52:11 +10:30
broadcast.h broadcast: Implement replacing messages in the broadcast queue 2017-02-03 05:52:11 +10:30
chaintopology.c bitcoind: peer argument to bitcoind_sendrawtx is unused 2017-06-23 16:02:20 +09:30
chaintopology.h struct topology -> struct chain_topology 2017-03-02 22:51:49 +10:30
channel.c
channel.h htlc: move enum side crom daemon/channel.h to daemon/htlc.h 2017-02-02 14:48:00 +10:30
commit_tx.c daemon/peer: move struct peer to internal header. 2017-03-02 22:51:49 +10:30
commit_tx.h htlc: move enum side crom daemon/channel.h to daemon/htlc.h 2017-02-02 14:48:00 +10:30
configdir.c
configdir.h
cryptopkt.c Fix a double-free bug in the negotiation phase 2017-04-24 05:17:13 +00:00
cryptopkt.h
db.c daemon/peer: move struct peer to internal header. 2017-03-02 22:51:49 +10:30
db.h
dns.c dns: expose multiaddress connect code. 2017-05-25 14:24:47 +09:30
dns.h dns: expose multiaddress connect code. 2017-05-25 14:24:47 +09:30
failure.c
failure.h
feechange_state.h
feechange.c daemon/peer: move struct peer to internal header. 2017-03-02 22:51:49 +10:30
feechange.h
htlc_state.c
htlc_state.h
htlc.c daemon/peer: move struct peer to internal header. 2017-03-02 22:51:49 +10:30
htlc.h lightningd: fix up malformed onion handling. 2017-06-23 09:29:42 +09:30
invoice.c daemon/invoice: wean off dstate (a little), link into new daemon. 2017-04-01 23:59:46 +10:30
invoice.h lightningd: peer_htlcs.c 2017-06-23 09:29:42 +09:30
irc_announce.c routing: Cleaning up old hostname and port handling 2017-05-10 12:37:44 +09:30
irc_announce.h
json.c routing: Passing back all addresses on getnodes 2017-05-10 12:37:44 +09:30
json.h routing: Passing back all addresses on getnodes 2017-05-10 12:37:44 +09:30
jsonrpc.c daemon/chaintopology: use struct topology for more functions, not lightningd_state 2017-03-02 22:51:49 +10:30
jsonrpc.h
lightning-cli.c
lightningd.c daemon/chaintopology.c: remove last remaining lightningd_state references. 2017-03-02 22:51:49 +10:30
lightningd.h routing: Add command line option to specify external IP address 2017-05-10 12:37:44 +09:30
log.c lightningd: fix logging of peer death. 2017-06-23 09:29:42 +09:30
log.h lightningd: fix logging of peer death. 2017-06-23 09:29:42 +09:30
Makefile lightningd: fix shachain to be 48-bits, with hack for legacy. 2017-04-01 23:59:46 +10:30
names.c
names.h
netaddr.c
netaddr.h
opt_time.c
opt_time.h
options.c routing: Add command line option to specify external IP address 2017-05-10 12:37:44 +09:30
options.h daemon/options: split option registration and parsing. 2017-02-24 16:22:56 +10:30
output_to_htlc.c daemon/peer: move struct peer to internal header. 2017-03-02 22:51:49 +10:30
output_to_htlc.h
p2p_announce.c Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
p2p_announce.h refactor: Move the gossip handlers to routing 2017-02-03 05:52:11 +10:30
packets.c daemon/peer: move struct peer to internal header. 2017-03-02 22:51:49 +10:30
packets.h
pay.c daemon/sphinx: support modern v0 hop payload. 2017-04-01 23:59:46 +10:30
pay.h
peer_internal.h daemon/peer: move struct peer to internal header. 2017-03-02 22:51:49 +10:30
peer.c daemon/dns: hand netaddr we connected to through to callback. 2017-05-25 14:24:47 +09:30
peer.h daemon/peer: move struct peer to internal header. 2017-03-02 22:51:49 +10:30
pseudorand.c daemon/pseudorand: be more paranoid with isaac64 output. 2017-03-02 22:51:49 +10:30
pseudorand.h
routing.c BOLT update for 8-byte satoshi values, and other updates. 2017-06-07 09:19:04 +09:30
routing.h wire: Correct the short channel id serialization to use 3+3+2 2017-05-20 20:01:34 +09:30
routingrpc.c routing: Cleaning up old hostname and port handling 2017-05-10 12:37:44 +09:30
secrets.c struct secret: use everywhere. 2017-05-09 11:43:35 +09:30
secrets.h
sphinx.c struct secret: use everywhere. 2017-05-09 11:43:35 +09:30
sphinx.h Massive BOLT text underscore and formatting updates. 2017-06-07 09:19:04 +09:30
state_types.h
state.h
timeout.c refactor: Making timers independent of the lightningd_state 2017-02-21 17:59:34 +01:00
timeout.h refactor: Making timers independent of the lightningd_state 2017-02-21 17:59:34 +01:00
wallet.c struct secret: use everywhere. 2017-05-09 11:43:35 +09:30
wallet.h
watch.c daemon/peer: move struct peer to internal header. 2017-03-02 22:51:49 +10:30
watch.h daemon/watch: fix macro clash. 2017-03-07 11:27:09 +10:30