rgb-cln/bitcoin
Rusty Russell 56d89b02c7 chainparams: fix order of chain hashes.
See https://github.com/lightningnetwork/lightning-rfc/issues/237

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-09-05 00:35:38 +02:00
..
test common: move some files out of lightningd/ 2017-08-29 17:54:14 +02:00
Makefile Makefiles: simplify dependencies. 2017-08-29 17:54:14 +02:00
README
address.h
base58.c external: new subdirectory for all external libraries and submodules. 2017-08-29 17:54:14 +02:00
base58.h headers: fix up header idempotent lines. 2017-08-29 17:54:14 +02:00
block.c opening: Use the correct chainparams to open a channel 2017-07-12 11:30:23 +09:30
block.h opening: Use the correct chainparams to open a channel 2017-07-12 11:30:23 +09:30
chainparams.c chainparams: fix order of chain hashes. 2017-09-05 00:35:38 +02:00
chainparams.h bitcoin: Make chainparams const 2017-07-13 15:36:50 +02:00
locktime.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
locktime.h
preimage.h
privkey.h struct secret: use everywhere. 2017-05-09 11:43:35 +09:30
pubkey.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
pubkey.h headers: fix up header idempotent lines. 2017-08-29 17:54:14 +02:00
pullpush.c
pullpush.h
script.c bitcoin/script: remove routines unnecessary for modern daemon. 2017-08-29 17:54:14 +02:00
script.h bitcoin/script: remove routines unnecessary for modern daemon. 2017-08-29 17:54:14 +02:00
shadouble.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
shadouble.h
short_channel_id.c common: absorb remaining files from daemon/ 2017-08-29 17:54:14 +02:00
short_channel_id.h common: absorb remaining files from daemon/ 2017-08-29 17:54:14 +02:00
signature.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
signature.h
tx.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
tx.h
varint.c
varint.h

README

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 some I
wrote, many taken from bitcoin-iterate and pasted in here.