Ranchi Mall implementation of ElectrumX protocol for FLO Blockchain
Go to file
Neil Booth 94d1f7a651 Save raw blocks to disk for reorg purposes
We used to rely on the daemon being able to return the
orphaned blocks, but some old daemon codebases are buggy
and fail to do so.

Fixes #258 #315 #479
2018-07-18 16:09:19 +08:00
contrib Drop the .py suffix from electrumx_server & electrumx_rpc 2018-07-12 01:22:54 +08:00
docs Use JSON RPC terms in docs, not Python 2018-07-18 14:28:44 +08:00
electrumx Save raw blocks to disk for reorg purposes 2018-07-18 16:09:19 +08:00
tests Move more code out of controller to sessions 2018-07-17 20:20:28 +08:00
.gitignore Update .gitignore 2018-07-12 11:03:42 +08:00
.travis.yml electrumx package (#511) 2018-07-10 07:28:04 +08:00
compact_history.py Export Controller and Env from the package (#515) 2018-07-10 14:17:49 +08:00
electrumx_rpc Create SessionManager class 2018-07-17 18:14:55 +08:00
electrumx_server Log class name only from server script 2018-07-12 15:32:45 +08:00
LICENCE Implement peer discovery protocol 2017-02-18 12:43:45 +09:00
query.py Remove hash_to_str 2018-07-14 21:48:58 +08:00
README.rst Move changelog to separate file. 2018-03-08 13:59:32 +08:00
setup.py Prepare 1.6pre1 2018-07-16 19:18:36 +08:00

.. image:: https://travis-ci.org/kyuupichan/electrumx.svg?branch=master
    :target: https://travis-ci.org/kyuupichan/electrumx
.. image:: https://coveralls.io/repos/github/kyuupichan/electrumx/badge.svg
    :target: https://coveralls.io/github/kyuupichan/electrumx

===============================================
ElectrumX - Reimplementation of electrum-server
===============================================

For a future network with bigger blocks.

  :Licence: MIT
  :Language: Python (>= 3.6)
  :Author: Neil Booth

Documentation
=============

See `readthedocs <https://electrumx.readthedocs.io/>`_.