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 8d0500228e wally: Add accessor methods for script and amount 6 years ago
..
test wally: Migrate run-tx-encode to directly access the wally_tx 6 years ago
Makefile secret_eq: remove in favor of constant time variant. 6 years ago
README Fix typo. 9 years ago
address.h Makefile: generalize whitespace check. 8 years ago
base58.c Remove unused functions not covered by unit tests 7 years ago
base58.h Remove unused functions not covered by unit tests 7 years ago
block.c bitcoin: add formatting hook for printing bitcoin blockids 7 years ago
block.h Update ccan/structeq. 6 years ago
chainparams.c Fix the version of bip32 private_key generation 6 years ago
chainparams.h Fix the version of bip32 private_key generation 6 years ago
feerate.h bitcoin: expose feerate_floor. 6 years ago
locktime.c Remove unused functions not covered by unit tests 7 years ago
locktime.h Remove unused functions not covered by unit tests 7 years ago
preimage.h Update ccan/structeq. 6 years ago
privkey.c secret_eq: remove in favor of constant time variant. 6 years ago
privkey.h secret_eq: remove in favor of constant time variant. 6 years ago
pubkey.c secret_eq: remove in favor of constant time variant. 6 years ago
pubkey.h waitsendpay: indicate which channel direction the error was. 6 years ago
pullpush.c Makefile: check for direct amount_sat/amount_msat access. 6 years ago
pullpush.h bitcoin: use amount_sat/amount_msat. 6 years ago
script.c signature: wrap almost all signatures in struct bitcoin_signature. 6 years ago
script.h signature: wrap almost all signatures in struct bitcoin_signature. 6 years ago
shadouble.c type_to_string: support sha256_double. 7 years ago
shadouble.h header cleanup: sort include lines into alpha order, after config.h 9 years ago
short_channel_id.c wire: move short_channel formatting functions into bitcoin/short_channel_id 6 years ago
short_channel_id.h short_channel_id: don't accept :-separated in JSON if --allow-deprecated-apis=false 6 years ago
signature.c wally: Switch signatures over to using the wally_tx hash 6 years ago
signature.h bitcoin/signature: implement SIGHASH_SINGLE|SIGHASH_ANYONECANPAY for segwit. 6 years ago
tx.c wally: Add accessor methods for script and amount 6 years ago
tx.h wally: Add accessor methods for script and amount 6 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.