electrumx/lib
Neil Booth 5e1ed3ffa6 Separate history management into its own object
- the object also manages unflushed history
- the history DB has its own version, starting at 0

This is the first step to making history management into
a separate service and to larger block sizes.

The next step is an improved history format, which I hope will both
save space and be a solution to issue #185.  The DB should be able to
upgrade in-place without re-syncing the chain.
2018-05-25 23:36:18 +08:00
..
__init__.py Add setup.py 2016-11-05 18:00:03 +09:00
coins.py Make HASHX_LEN a global, not a coin property 2018-05-22 11:44:27 +08:00
enum.py Extend copyright notice; improve comments 2016-11-03 16:45:06 +09:00
env_base.py Fully integrate aiorpcX 2018-04-08 10:16:36 +09:00
hash.py Make HASHX_LEN a global, not a coin property 2018-05-22 11:44:27 +08:00
peer.py Update ssl_port and tcp_port to what peer advertises 2018-03-14 08:46:50 +08:00
script.py Keep P2PK scripts separate from P2PKH scripts 2017-10-12 14:02:22 +09:00
server_base.py Move server/version.py to Controller class 2018-04-09 09:37:07 +09:00
tx.py Change RPC testnet port and remove invalid assert (#405) 2018-03-09 00:14:43 +08:00
util.py Separate history management into its own object 2018-05-25 23:36:18 +08:00