electrumx/server
Neil Booth 3cc5b5ea43 Make COIN env variable mandatory.
- make a clean split between the  Cash and Segwit flavours of bitcoin
  by giving them their own COIN names.  They can then both have a NET
  of mainnet.
- The previous Bitcoin COIN names no longer exist, and the env var is
  now mandatory, so everyone will need to set COIN and NET appropriately
  for their flavour of bitcoin and mainnet or testnet.
2017-09-07 13:53:44 +09:00
..
__init__.py Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py Rename block_full to block. 2017-07-30 20:41:08 +09:00
controller.py Improved handler handling 2017-09-07 13:13:34 +09:00
daemon.py Some further cleanup 2017-08-26 12:47:47 +09:00
db.py Fix KeyError on incorrect genesis hash (#224) 2017-08-20 05:31:55 +07:00
env.py Make COIN env variable mandatory. 2017-09-07 13:53:44 +09:00
irc.py fix crash in IRC initialization (#141) 2017-02-27 07:24:20 +09:00
mempool.py Revert "More logical mempool hash handling" 2017-07-23 14:55:03 +09:00
peers.py Permit HOST to be a comma-separated list. 2017-09-06 20:19:59 +09:00
session.py Require protocol_version to be given if >= 1.1 2017-09-07 13:20:39 +09:00
storage.py recommendations from pycodestyle (pep8 style) 2017-02-07 20:12:50 -08:00
version.py Accept protocols down to 0.9 for Electrum 1.x clients 2017-09-07 13:13:47 +09:00