Files
lightning/bitcoin
Rusty Russell e60b1b4efa bitcoind: use correct endianness for block hashes.
Like txids, we need to reverse them.  We didn't, but then we only used them
to pass to/from bitcoind.  We're about to get them from the block header,
so we need to fix that.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-04-24 19:41:20 +09:30
..
2016-04-12 13:07:03 +09:30
2016-04-24 19:33:13 +09:30
2016-04-11 16:34:29 +09:30
2016-04-11 16:42:53 +09:30
2015-06-25 13:48:05 +09:30
2016-04-24 19:33:13 +09:30
2016-04-24 19:33:13 +09:30
2016-04-24 19:40:29 +09:30
2016-04-24 19:40:29 +09:30
2016-04-12 13:07:03 +09:30
2016-04-12 13:07:03 +09: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.