Files
lightning/bitcoin
Rusty Russell a8177e9013 Makefile: make check-includes check all the non-generated files.
Note that check-whitespace and check-bolt already do this, so we
can eliminate redundant lines in common/Makefile and bitcoin/Makefile.

We also include the plugin headers in ALL_C_HEADERS so they get
checked.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-10-22 12:14:34 +10:30
..
2020-09-02 13:21:32 +02:00
2020-09-02 13:21:32 +02:00
2020-10-20 14:27:19 +10:30
2020-10-20 14:27:19 +10:30
2015-06-25 13:48:05 +09:30
2020-10-20 12:50:31 +10:30

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.