core-lightning/bitcoin
2019-07-22 16:38:32 -05:00
..
test makefiles: move all unit tests under make check-units 2019-06-30 16:41:30 +09:30
address.h
base58.c wallet: Pass chainparams to address serialization 2019-05-10 23:07:49 +00:00
base58.h wallet: Pass chainparams to address serialization 2019-05-10 23:07:49 +00:00
block.c
block.h
chainparams.c add signet support 2019-07-22 16:38:32 -05:00
chainparams.h dynamically generate string of network names 2019-07-22 16:38:32 -05:00
feerate.h
locktime.c
locktime.h
Makefile
preimage.h
privkey.c
privkey.h
pubkey.c pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 2019-04-09 12:37:16 -07:00
pubkey.h pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 2019-04-09 12:37:16 -07:00
pullpush.c Makefile: check for direct amount_sat/amount_msat access. 2019-02-21 08:01:37 +00:00
pullpush.h bitcoin: use amount_sat/amount_msat. 2019-02-21 08:01:37 +00:00
README
script.c bolt: update to lightning-rfc:636b9f, change opcode reference format 2019-07-16 06:10:58 +00:00
script.h
shadouble.c
shadouble.h
short_channel_id.c wire: move short_channel formatting functions into bitcoin/short_channel_id 2019-02-21 00:44:57 +00:00
short_channel_id.h
signature.c wally: Migrate main daemon to use wally transactions 2019-04-08 00:00:00 +00:00
signature.h
tx.c bitcoin/tx: use fromwire_fail in pull_bitcoin_tx. 2019-06-21 03:56:59 +00:00
tx.h bitcoin/tx: script arg should be const. 2019-06-06 04:47:44 +00:00
varint.c
varint.h

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.