Dynamic header support

Block headers can have a dynamic size that is being indexed on a
new meta file "headers_offsets".

The offsets are 64 bits in order to accommodate coins with big
headers that will accumulate GBs of header data after some years.

Closes #128
This commit is contained in:
John L. Jegutanis
2017-03-14 02:27:32 +02:00
committed by Neil Booth
parent 69404e2920
commit 884632b07b
+2 -1
View File
@@ -1,2 +1,3 @@
Neil Booth: creator and maintainer
Johann Bauer: backend DB abstraction
Johann Bauer: backend DB abstraction
John Jegutanis: alt-chain integrations