core-lightning/bitcoin
Rusty Russell 9f12b72476 Don't include mutual redemption in recovable commit tx output.
It's not clear it's needed, and without it there's a good reason to
delay dumping to the blockchain if a node becomes unreachable (since
you'll get your money faster if it comes back online).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-06-12 12:41:30 +09:30
..
address.c Sort include lines (ignoring hacky cli test utils). 2015-06-12 12:41:28 +09:30
address.h Sort include lines (ignoring hacky cli test utils). 2015-06-12 12:41:28 +09:30
base58.c Sort include lines (ignoring hacky cli test utils). 2015-06-12 12:41:28 +09:30
base58.h Sort include lines (ignoring hacky cli test utils). 2015-06-12 12:41:28 +09:30
pubkey.c Sort include lines (ignoring hacky cli test utils). 2015-06-12 12:41:28 +09:30
pubkey.h Move protobuf<->bitcoin converters out of bitcoin/ 2015-06-12 12:35:42 +09:30
README Move bitcoin stuff into bitcoin subdir. 2015-06-12 12:35:42 +09:30
script.c Don't include mutual redemption in recovable commit tx output. 2015-06-12 12:41:30 +09:30
script.h Move bitcoin stuff into bitcoin subdir. 2015-06-12 12:35:42 +09:30
shadouble.c Move bitcoin stuff into bitcoin subdir. 2015-06-12 12:35:42 +09:30
shadouble.h Sort include lines (ignoring hacky cli test utils). 2015-06-12 12:41:28 +09:30
signature.c Sort include lines (ignoring hacky cli test utils). 2015-06-12 12:41:28 +09:30
signature.h Sort include lines (ignoring hacky cli test utils). 2015-06-12 12:41:28 +09:30
tx.c Sort include lines (ignoring hacky cli test utils). 2015-06-12 12:41:28 +09:30
tx.h Move bitcoin stuff into bitcoin subdir. 2015-06-12 12:35:42 +09:30

These are standard bitcoin manipulation routines which should be
provided by any normal bitcoin library in whatever language you choose.

The ones here are standalone ones taken from bitcoin core and soe I
wrote, many taken from bitcoin-iterate and pasted in here.