rgb-cln/daemon
Rusty Russell 149fa341be packets.c: accept_pkt_* should do less state-mangling.
Move other logic into caller, but it's not complete (it still needs to
check some things, and still records some results).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-08-18 14:23:45 +09:30
..
jsmn@bd9bd55c3a
test peer: expose HTLC state through RPC. 2016-08-18 14:23:45 +09:30
.gitignore
Makefile Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> 2016-08-18 14:23:45 +09:30
bitcoind.c process_estimatefee: fix bad logic. 2016-07-20 11:51:28 +09:30
bitcoind.h chaintopology: only report active chaintip. 2016-07-07 13:36:39 +09:30
chaintopology.c chaintopology: make sure we have a tip before continuing. 2016-08-09 13:11:22 +09:30
chaintopology.h daemon: pay command. 2016-07-01 12:00:17 +09:30
channel.c channel: assert htlc direction is correct. 2016-08-18 14:23:45 +09:30
channel.h htlc: store which side created the HTLC. 2016-07-01 12:00:17 +09:30
commit_tx.c commit_tx: expose wscript and scriptpubkey for to_us/to_them payments. 2016-08-18 14:23:45 +09:30
commit_tx.h commit_tx: expose wscript and scriptpubkey for to_us/to_them payments. 2016-08-18 14:23:45 +09:30
configdir.c
configdir.h
controlled_time.c
controlled_time.h
cryptopkt.c cryptopkt: revert ack split in authenticate_packet 2016-08-09 13:11:11 +09:30
cryptopkt.h
dns.c
dns.h
htlc.c daemon: use HTLC states. 2016-08-18 14:23:45 +09:30
htlc.h daemon: use HTLC states. 2016-08-18 14:23:45 +09:30
htlc_state.h daemon: use HTLC states. 2016-08-18 14:23:45 +09:30
json.c
json.h
jsonrpc.c daemon: pay command. 2016-07-01 12:00:17 +09:30
jsonrpc.h daemon: pay command. 2016-07-01 12:00:17 +09:30
lightning-cli.c
lightningd.c lightningd: don't create rpc socket & listening socket until topology known. 2016-08-09 13:11:24 +09:30
lightningd.h htlc: implement deadline as per BOLT. 2016-07-01 12:00:17 +09:30
log.c log: ability to log struct rval. 2016-08-17 14:46:42 +09:30
log.h log: ability to log struct rval. 2016-08-17 14:46:42 +09:30
netaddr.c
netaddr.h
onion.c base58, script, protobuf_convert: don't use temporary secp256k1 context. 2016-07-01 12:00:17 +09:30
onion.h base58, script, protobuf_convert: don't use temporary secp256k1 context. 2016-07-01 12:00:17 +09:30
opt_time.c
opt_time.h
packets.c packets.c: accept_pkt_* should do less state-mangling. 2016-08-18 14:23:45 +09:30
pay.c base58, script, protobuf_convert: don't use temporary secp256k1 context. 2016-07-01 12:00:17 +09:30
pay.h htlc: keep rval (if known). 2016-07-01 12:00:17 +09:30
payment.c daemon: payment infrastructure. 2016-07-01 11:59:15 +09:30
payment.h daemon: payment infrastructure. 2016-07-01 11:59:15 +09:30
peer.c packets.c: accept_pkt_* should do less state-mangling. 2016-08-18 14:23:45 +09:30
peer.h packets.c: queue_pkt_* only creates and sends packets. 2016-08-18 14:23:45 +09:30
pseudorand.c daemon: use siphash for hashes. 2016-07-01 12:00:17 +09:30
pseudorand.h daemon: use siphash for hashes. 2016-07-01 12:00:17 +09:30
routing.c peer: make id a pointer, NULL until we know peer's ID. 2016-07-01 12:00:17 +09:30
routing.h daemon: routing infrastructure. 2016-07-01 12:00:17 +09:30
secrets.c Fix check-source: reorder includes in alphabetical order. 2016-07-20 14:29:53 +09:30
secrets.h peer: handle fulfull and fail onchain. 2016-07-01 12:00:17 +09:30
timeout.c
timeout.h
wallet.c Replace OpenSSL's RAND_bytes() with libsodium's randombytes_buf() 2016-07-07 13:42:28 -05:00
wallet.h
watch.c watch: make it easier for them to self-delete. 2016-07-01 12:00:17 +09:30
watch.h watch: make it easier for them to self-delete. 2016-07-01 12:00:17 +09:30