rgb-cln/bitcoin
Rusty Russell 09d9abf12e bitcoin/tx: script arg should be const.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-06 04:47:44 +00:00
..
test bitcoin/test: fix up constant time test for secret_eq. 2019-05-16 15:39:56 -04:00
Makefile
README
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 chainparams: Add p2pkh and p2sh versions to chinparams 2019-05-01 12:37:30 +02:00
chainparams.h chainparams: Add p2pkh and p2sh versions to chinparams 2019-05-01 12:37:30 +02:00
feerate.h
locktime.c
locktime.h
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
script.c pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 2019-04-09 12:37:16 -07:00
script.h signature: wrap almost all signatures in struct bitcoin_signature. 2018-12-06 23:11:51 +01:00
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 short_channel_id: don't accept :-separated in JSON if --allow-deprecated-apis=false 2019-02-08 16:52:30 -08:00
signature.c wally: Migrate main daemon to use wally transactions 2019-04-08 00:00:00 +00:00
signature.h bitcoin/signature: implement SIGHASH_SINGLE|SIGHASH_ANYONECANPAY for segwit. 2018-12-06 23:11:51 +01:00
tx.c bitcoin/tx: script arg should be const. 2019-06-06 04:47:44 +00:00
tx.h bitcoin/tx: script arg should be const. 2019-06-06 04:47:44 +00:00
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.