core-lightning/bitcoin
2021-03-09 14:55:05 +10:30
..
test check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
address.h
base58.c utils: use a cleaner pattern to capture wally allocations. 2020-09-23 14:45:53 +02:00
base58.h
block.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
block.h
chainparams.c Updating signet chainparams for the latest PoW fix 2020-09-24 09:24:14 +09:30
chainparams.h
feerate.c feerate: remove duplicate method 2020-10-20 14:27:19 +10:30
feerate.h feerate: remove duplicate method 2020-10-20 14:27:19 +10:30
locktime.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
locktime.h
Makefile Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
preimage.c
preimage.h
privkey.c
privkey.h
psbt.c psbt: mark psbt arg as const for psbt_compute_fee 2021-03-09 14:55:05 +10:30
psbt.h psbt: mark psbt arg as const for psbt_compute_fee 2021-03-09 14:55:05 +10:30
pubkey.c bitcoin/pubkey: add pubkey32 primitive for xonly pubkey types. 2020-12-09 16:40:13 +10:30
pubkey.h bitcoin/pubkey: add pubkey32 primitive for xonly pubkey types. 2020-12-09 16:40:13 +10:30
README
script.c bitcoin/script: use script opcode constants from wally_script.h 2021-03-02 14:42:34 +10:30
script.h bitcoin/script: use script opcode constants from wally_script.h 2021-03-02 14:42:34 +10:30
shadouble.c
shadouble.h
short_channel_id.c
short_channel_id.h
signature.c doc: update BOLT quotes (to include LOW-S-standard rule). 2021-02-25 13:23:16 +10:30
signature.h common/bolt11_json: extract bolt11->json code. 2021-01-09 14:34:35 +10:30
tx_parts.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
tx_parts.h
tx.c bitcoin: method for finding weight of 'wally_tx' 2021-03-09 14:55:05 +10:30
tx.h bitcoin: method for finding weight of 'wally_tx' 2021-03-09 14:55:05 +10:30
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.