rgb-cln/daemon
Rusty Russell b1700b1a91 protocol: non-HTLC commit tx outputs are p2wpkh
This is changes the payments to either party to be p2wpkh.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-04-24 19:57:35 +09:30
..
jsmn@bd9bd55c3a daemon/jsmn: Add submodule for jsmn. 2016-01-22 06:37:13 +10:30
test protocol: anchor output is now witness 2of2. 2016-04-24 19:55:35 +09:30
.gitignore daemon: first code. 2016-01-22 06:41:47 +10:30
Makefile chaintopology: keep track of the bitcoin block topology. 2016-04-24 19:37:13 +09:30
bitcoind.c bitcoind: eliminate wallet routines. 2016-04-24 19:51:35 +09:30
bitcoind.h bitcoind: eliminate wallet routines. 2016-04-24 19:51:35 +09:30
chaintopology.c peer: use tip mediantime for CSV timeout. 2016-04-24 19:52:35 +09:30
chaintopology.h peer: use tip mediantime for CSV timeout. 2016-04-24 19:52:35 +09:30
configdir.c daemon: configuration directory (default ~/.lightning). 2016-01-22 06:41:48 +10:30
configdir.h daemon: configuration directory (default ~/.lightning). 2016-01-22 06:41:48 +10:30
controlled_time.c daemon: make json_get_param() understand which args are compulsory. 2016-03-15 17:07:30 +10:30
controlled_time.h daemon: dev-mocktime command 2016-01-22 06:45:28 +10:30
cryptopkt.c protocol: move `ack` out of header into specific packets. 2016-04-11 16:31:43 +09:30
cryptopkt.h protocol: move `ack` out of header into specific packets. 2016-04-11 16:31:43 +09:30
dns.c dns: don't allow non-stream sockets. 2016-01-22 06:41:49 +10:30
dns.h daemon: rename 'state' to 'dstate' everywhere. 2016-01-22 06:41:49 +10:30
json.c daemon: make json_get_param() understand which args are compulsory. 2016-03-15 17:07:30 +10:30
json.h daemon: make json_get_param() understand which args are compulsory. 2016-03-15 17:07:30 +10:30
jsonrpc.c daemon: keep track of simple addresses for injecting funds. 2016-04-12 13:07:03 +09:30
jsonrpc.h daemon: keep track of simple addresses for injecting funds. 2016-04-12 13:07:03 +09:30
lightning-cli.c daemon: dev-mocktime command 2016-01-22 06:45:28 +10:30
lightningd.c watch: use chaintopology 2016-04-24 19:48:35 +09:30
lightningd.h chaintopology: keep track of the bitcoin block topology. 2016-04-24 19:37:13 +09:30
log.c log: use real time for logs, even if dev-mocktime is used. 2016-04-24 19:35:13 +09:30
log.h daemon: add helper to log hex. 2016-01-22 06:41:48 +10:30
netaddr.c daemon: netaddr 2016-01-22 06:41:48 +10:30
netaddr.h daemon: netaddr 2016-01-22 06:41:48 +10:30
packets.c protocol: non-HTLC commit tx outputs are p2wpkh 2016-04-24 19:57:35 +09:30
peer.c protocol: non-HTLC commit tx outputs are p2wpkh 2016-04-24 19:57:35 +09:30
peer.h protocol: anchor output is now witness 2of2. 2016-04-24 19:55:35 +09:30
pseudorand.c daemon: first code. 2016-01-22 06:41:47 +10:30
pseudorand.h daemon: first code. 2016-01-22 06:41:47 +10:30
secrets.c protocol: non-HTLC commit tx outputs are p2wpkh 2016-04-24 19:57:35 +09:30
secrets.h protocol: non-HTLC commit tx outputs are p2wpkh 2016-04-24 19:57:35 +09:30
timeout.c daemon: dev-mocktime command 2016-01-22 06:45:28 +10:30
timeout.h chaintopology: keep track of the bitcoin block topology. 2016-04-24 19:37:13 +09:30
wallet.c daemon/wallet: supply a p2wpkh address (as P2SH address). 2016-04-12 14:17:46 +09:30
wallet.h daemon: keep track of simple addresses for injecting funds. 2016-04-12 13:07:03 +09:30
watch.c watch: don't hand blockhash, have commit_tx_depth() use get_last_mediantime() 2016-04-24 19:50:35 +09:30
watch.h watch: don't hand blockhash, have commit_tx_depth() use get_last_mediantime() 2016-04-24 19:50:35 +09:30