From 884632b07bb9f437acad9b76e116e43cd4eb06ba Mon Sep 17 00:00:00 2001 From: "John L. Jegutanis" Date: Tue, 14 Mar 2017 02:27:32 +0200 Subject: [PATCH] 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 --- AUTHORS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 722c701..09871ce 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@ Neil Booth: creator and maintainer -Johann Bauer: backend DB abstraction \ No newline at end of file +Johann Bauer: backend DB abstraction +John Jegutanis: alt-chain integrations \ No newline at end of file