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
|
0c8d5ddf63
|
Mark as dev branch
|
7 years ago |
Neil Booth
|
78388999a7
|
Prepare 1.8
|
7 years ago |
Neil Booth
|
c9f97d98e0
|
Improve electrumx_rpc error handling
|
7 years ago |
Neil Booth
|
c141bfffd9
|
Remove some dead debug code
|
7 years ago |
Neil Booth
|
55da063f6b
|
Tweak exception output to use !r
|
7 years ago |
Neil Booth
|
1956b9d659
|
Use a regex for message suppression
|
7 years ago |
Neil Booth
|
09e840de3c
|
Fix spawn call
|
7 years ago |
Neil Booth
|
4bb78ecbbb
|
Move history cache to session_mgr
|
7 years ago |
Neil Booth
|
790d462b55
|
Use a list for order
|
7 years ago |
Neil Booth
|
e5b2268387
|
Fix groestlcoin address parsing
Baesd on erasmospunk's PR #551
|
7 years ago |
Neil Booth
|
2afb95930f
|
Update aiorpcX requirements
|
7 years ago |
John L. Jegutanis
|
dbfe9096c2
|
Fix reorg crash due a missing await (#555)
|
7 years ago |
Neil Booth
|
02a34d05c2
|
async/await fixes
|
7 years ago |
Neil Booth
|
51c9988b81
|
Various fixes
- Fix pycodestyle
- Change session.close API
- Fix logging
|
7 years ago |
Neil Booth
|
4c2834f899
|
Prepare 1.8 beta
|
7 years ago |
Neil Booth
|
2c7d56d097
|
Update to aiorpcX 0.6
|
7 years ago |
Steven
|
aaf5b34156
|
Fix typo. (#553)
|
7 years ago |
John L. Jegutanis
|
0815ff8e24
|
Add Decred support (#550)
* Refactor reorg_hashes function
* Add Decred support
|
7 years ago |
Neil Booth
|
898e2eea00
|
Make pycodestyle happy
|
7 years ago |
Neil Booth
|
93311ca84e
|
Move query.py to contrib/
|
7 years ago |
Neil Booth
|
9185198703
|
Rework electrumx_rpc; add "query" command
|
7 years ago |
Neil Booth
|
147989a0a6
|
Get query.py working
|
7 years ago |
Kefkius
|
9e3893b065
|
Add Groestlcoin (#544)
* Add Groestlcoin
* GRS: Add tests
|
7 years ago |
Neil Booth
|
4c7ab221a7
|
Allow per-class tx hash functions
Idea from erasmospunk; see #548
|
7 years ago |
Neil Booth
|
aa1f43b6be
|
Prepare 1.7.3
|
7 years ago |
Neil Booth
|
6c3cce5705
|
Remove dead code
|
7 years ago |
Neil Booth
|
c65f1214a9
|
Fix doc typos
|
7 years ago |
Neil Booth
|
2c07939120
|
Temporarily remove one task group from peers.py
Fixes #538
|
7 years ago |
Neil Booth
|
7b9cd944be
|
Require aiorpcX 0.5.9
|
7 years ago |
Neil Booth
|
0b4f6b3d6d
|
Prepare 1.7.1
|
7 years ago |
Neil Booth
|
d962c97ef1
|
Have one peer monitoring task per peer
|
7 years ago |
Neil Booth
|
751f9917a4
|
Switch to curio primitives
Gives much clearer code
|
7 years ago |
Neil Booth
|
55ef1ab157
|
Rework server_base to spawn a single task
|
7 years ago |
Neil Booth
|
5ee5a54f5a
|
Session manager owns peer manager
|
7 years ago |
Neil Booth
|
010ef08320
|
Catch SOCKSError
Fixes #534
|
7 years ago |
ghost43
|
5304080220
|
server list: add to btc testnet (#535)
|
7 years ago |
cipig
|
3cdf453663
|
change BTX address format (#533)
|
7 years ago |
Neil Booth
|
bef04750d7
|
Handle the case there are no blocks
|
7 years ago |
Neil Booth
|
9b23fbc747
|
Prepare 1.7
|
7 years ago |
Neil Booth
|
7a3938be23
|
Make mempool histogram refresh frequency coin-specific
|
7 years ago |
Neil Booth
|
5e4586ce54
|
Create a task to start_servers()
That way we start waiting on the shutdown event no matter what
so we can always be shut down
|
7 years ago |
Neil Booth
|
365c217031
|
header_mc might be None
|
7 years ago |
Neil Booth
|
68dbf9fad2
|
Tweak task handling so all errors are logged
|
7 years ago |
Neil Booth
|
3fbd4992ce
|
Rework prefetch logic
This also fixes a recent reorg bug...
|
7 years ago |
Neil Booth
|
d008707330
|
Fix bug recently introduced in reorgs
Fixes #532
|
7 years ago |
Neil Booth
|
5a42f79bb8
|
Require an exact aiorpcX version
The interface is changing; best to target a single codebase
|
7 years ago |
Neil Booth
|
ae143703ae
|
Travis: test Python 3.7
|
7 years ago |
Neil Booth
|
db8ee48c2e
|
await on send_request directly
|
7 years ago |
Neil Booth
|
8d3f98d3fd
|
Don't check task exceptions ourselves
|
7 years ago |