You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rusty Russell 56d89b02c7 chainparams: fix order of chain hashes. 7 years ago
..
test common: move some files out of lightningd/ 7 years ago
Makefile Makefiles: simplify dependencies. 7 years ago
README Fix typo. 9 years ago
address.h Makefile: generalize whitespace check. 8 years ago
base58.c external: new subdirectory for all external libraries and submodules. 7 years ago
base58.h headers: fix up header idempotent lines. 7 years ago
block.c opening: Use the correct chainparams to open a channel 7 years ago
block.h opening: Use the correct chainparams to open a channel 7 years ago
chainparams.c chainparams: fix order of chain hashes. 7 years ago
chainparams.h bitcoin: Make chainparams const 7 years ago
locktime.c common: new directory for any shared objects. 7 years ago
locktime.h header cleanup: sort include lines into alpha order, after config.h 9 years ago
preimage.h bitcoin/preimage: struct preimage. 8 years ago
privkey.h struct secret: use everywhere. 8 years ago
pubkey.c common: new directory for any shared objects. 7 years ago
pubkey.h headers: fix up header idempotent lines. 7 years ago
pullpush.c struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
pullpush.h struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
script.c bitcoin/script: remove routines unnecessary for modern daemon. 7 years ago
script.h bitcoin/script: remove routines unnecessary for modern daemon. 7 years ago
shadouble.c common: new directory for any shared objects. 7 years ago
shadouble.h header cleanup: sort include lines into alpha order, after config.h 9 years ago
short_channel_id.c common: absorb remaining files from daemon/ 7 years ago
short_channel_id.h common: absorb remaining files from daemon/ 7 years ago
signature.c common: new directory for any shared objects. 7 years ago
signature.h struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
tx.c common: new directory for any shared objects. 7 years ago
tx.h struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
varint.c bitcoin/varint: fix varint reading for multibyte varints. 8 years ago
varint.h varint: new file. 9 years ago

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.