electrumx/server
John L. Jegutanis a820829e0e 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
2017-03-25 11:35:55 +09:00
..
__init__.py Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py A couple of tweaks to the prior commit. 2017-03-25 11:35:55 +09:00
controller.py Add new RPC method: add_peer 2017-03-25 11:35:54 +09:00
daemon.py Separate async item processor per session 2017-02-19 19:01:41 +09:00
db.py Dynamic header support 2017-03-25 11:35:55 +09:00
env.py Don't permit common invalid REPORT_HOST values 2017-03-21 22:17:01 +09:00
irc.py fix crash in IRC initialization (#141) 2017-02-27 07:24:20 +09:00
mempool.py Report unconfirmed parents correctly. 2017-02-18 16:10:20 +09:00
peers.py Check height for all peers 2017-03-25 11:35:54 +09:00
session.py Rate-limit add_peer calls randomly 2017-03-22 07:59:56 +09:00
storage.py recommendations from pycodestyle (pep8 style) 2017-02-07 20:12:50 -08:00
version.py Rate-limit add_peer calls randomly 2017-03-22 07:59:56 +09:00