Neil Booth
9515e1a1e4
Improve flow for opening DBs
7 years ago
Neil Booth
12dbf2c74a
Rename get_history to limited_history
- make it async and run in a thread
7 years ago
Neil Booth
a036a2eb3f
Rename get_utxos to all_utxos.
- no longer takes a limit
- runs in a thread to avoid blocking
7 years ago
Neil Booth
93311ca84e
Move query.py to contrib/
7 years ago
Neil Booth
147989a0a6
Get query.py working
7 years ago
Neil Booth
73a46df17f
Remove hash_to_str
7 years ago
Neil
c28b5af309
Export Controller and Env from the package ( #515 )
7 years ago
Lex Berezhny
29289004e7
electrumx package ( #511 )
* moved wallet, server, lib into electrumx main module
* fixed imports and other path references affected by electrumx main package
* fixing formatting to pass the pycodetest on travis
7 years ago
Justin Turner Arthur
28764936c4
Remove semicolons and a couple unused variables. ( #212 )
8 years ago
Nathan Marley
a03665696c
recommendations from pycodestyle (pep8 style)
8 years ago
Neil Booth
551c04a3bc
Remove all uses of "except:"
8 years ago
Neil Booth
91ca5fc14a
Split out history into its own DB.
8 years ago
Neil Booth
2b2909f1c4
Move to hashX
The hashX of a script is the first 11 bytes of its sha256 hash.
Closes #72 .
8 years ago
Neil Booth
7eb612f547
query.py: show hist length and entries
8 years ago
Neil Booth
311f7f9ffd
Better optimised storage of UTXO set
8 years ago
Neil Booth
f020fcf977
Update query.py
8 years ago
Neil Booth
d2ebb80fac
Extend copyright notice; improve comments
8 years ago
Neil Booth
5c63cd40de
Implement reorg logic
8 years ago
Neil Booth
76748d2673
Fix query.py
8 years ago
Neil Booth
c008c04e43
Move caches to their own file.
Move the DB to the block_processor file. It will merge with it soon.
8 years ago
Neil Booth
334ffdaa4f
Begin work on proper server
8 years ago
Neil Booth
0b01026b88
Add an RPC server
And associated electrumx_rpc command
8 years ago
Neil Booth
4e777b5861
Let's try a smarter UTXO cache.
8 years ago
Neil Booth
6644102441
Use hash168 to distinguish address types in DB
8 years ago
Neil Booth
ca11710fdd
Print balance in query tool
8 years ago
Neil Booth
6ccdce2c77
Print if nothing. Clean up loop.
8 years ago
Neil Booth
1e97686c5f
Add a simple query for debugging
8 years ago