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.
 
 
 
 
 
 
Christian Decker 524849bc11 bitcoin: Split pull_bitcoin_tx 7 years ago
..
test bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 7 years ago
Makefile Makefile: clean needs to do more, distclean should remove everything. 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 bitcoin: add formatting hook for printing bitcoin blockids 7 years ago
block.h bitcoin: create new wrapper type bitcoin_blkid, log backward endianness. 7 years ago
chainparams.c bitcoin: create new wrapper type bitcoin_blkid, log backward endianness. 7 years ago
chainparams.h bitcoin: create new wrapper type bitcoin_blkid, log backward endianness. 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: define standard scriptpubkey lengths. 7 years ago
script.h bitcoin/script: define standard scriptpubkey lengths. 7 years ago
shadouble.c bitcoin: create new wrapper type bitcoin_blkid, log backward endianness. 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 bitcoin: Split pull_bitcoin_tx 7 years ago
tx.h bitcoin: Split pull_bitcoin_tx 7 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.