electrumx/electrumx/server
Neil Booth a036a2eb3f Rename get_utxos to all_utxos.
- no longer takes a limit
- runs in a thread to avoid blocking
2018-08-06 21:38:53 +09:00
..
__init__.py electrumx package (#511) 2018-07-10 07:28:04 +08:00
block_processor.py Fix reorg crash due a missing await (#555) 2018-08-05 18:49:50 +09:00
chain_state.py Rename get_utxos to all_utxos. 2018-08-06 21:38:53 +09:00
controller.py Move history cache to session_mgr 2018-08-06 14:34:44 +09:00
daemon.py Add Decred support (#550) 2018-08-02 22:20:36 +09:00
db.py Rename get_utxos to all_utxos. 2018-08-06 21:38:53 +09:00
env.py Env accepts custom Coin class (#517) 2018-07-11 08:48:57 +08:00
history.py Logging tweaks 2018-07-20 16:43:15 +08:00
mempool.py Remove dead code 2018-07-31 06:48:05 +08:00
peers.py Rename get_utxos to all_utxos. 2018-08-06 21:38:53 +09:00
session.py Rename get_utxos to all_utxos. 2018-08-06 21:38:53 +09:00
storage.py electrumx package (#511) 2018-07-10 07:28:04 +08:00