Neil Booth
|
a510603b46
|
Better logging of initial mempool fill
|
8 years ago |
Neil Booth
|
3972e18e98
|
Move the rest of fs_cache into BlockProcessor
|
8 years ago |
Neil Booth
|
ad2dabf751
|
Remove the FS cache
Really belongs with BlockProcessor now
|
8 years ago |
Neil Booth
|
5736e9cb70
|
Move utxo_cache to BlockProcessor where it belongs
|
8 years ago |
Neil Booth
|
5c5e90d574
|
Move BlockServer to more appropriate location
|
8 years ago |
Neil Booth
|
93d53bdd87
|
The controller is dead!
|
8 years ago |
Neil Booth
|
2b028cc065
|
Create BlockServer
Controller now an empty shell
|
8 years ago |
Neil Booth
|
c0a112f8ea
|
Split out part of block processor into db.py
The part that doesn't actually do any block processing...
|
8 years ago |
Neil Booth
|
1393f6a030
|
Move signal handling out of the controller
|
8 years ago |
Neil Booth
|
e7912928c5
|
Prepare for release
|
8 years ago |
Neil Booth
|
782268cd3e
|
Limit concurrent daemon requests
Fixes #7
|
8 years ago |
Neil Booth
|
f05a5414c1
|
Make jobs truly asynchronous.
However we need to rate-limit the daemon...
|
8 years ago |
Neil Booth
|
e452c0bca7
|
Fix read_headers
|
8 years ago |
Neil Booth
|
7f03b0fa73
|
Move job handling out of the controller
Controller on its last legs...
|
8 years ago |
Neil Booth
|
be975a3f7c
|
Create docs directory
|
8 years ago |
Johann Bauer
|
f6f674577f
|
Fix RocksDB and LMDB
|
8 years ago |
Neil Booth
|
f02acdfd46
|
A couple more tweaks.
|
8 years ago |
Neil Booth
|
6deb05ab6f
|
It was a mistake to use tuples
|
8 years ago |
Neil Booth
|
3ab07c1fb6
|
Speed up script parsing for ~3% faster throughput
Also improves the coin abstraction
|
8 years ago |
Neil Booth
|
3d41738a00
|
Allow daemon is None still
|
8 years ago |
Neil Booth
|
e651530e5d
|
Log immediately if mempool shrinks
|
8 years ago |
Neil Booth
|
c2703c58a3
|
Better mempool log
|
8 years ago |
Neil Booth
|
42b0e32f63
|
Prepare release
|
8 years ago |
Neil Booth
|
c26bc43a00
|
Remove keys if value is empty
|
8 years ago |
Neil Booth
|
48f0d5456c
|
Release preparation
|
8 years ago |
Neil Booth
|
db29121d58
|
Improved daemon logging
|
8 years ago |
Neil Booth
|
18efa67f1d
|
Various daemon improvements
|
8 years ago |
Neil Booth
|
1b589d3d1f
|
Remove old reorg forcing code
|
8 years ago |
Neil Booth
|
00e9c5a31d
|
Add daemon debugging caught-up facility
|
8 years ago |
Neil Booth
|
312aaf4736
|
Attempt to improve the ETA
|
8 years ago |
Neil Booth
|
26dc1021f6
|
Catch TimeoutError
|
8 years ago |
Neil Booth
|
28e7b95412
|
Bump version, update RELEASE_NOTES
|
8 years ago |
Neil Booth
|
f86d91862e
|
Fix typos
|
8 years ago |
Neil Booth
|
9fbbc8bfdb
|
Clean up daemon interface.
|
8 years ago |
Neil Booth
|
7019b29baf
|
Release notes
|
8 years ago |
Neil Booth
|
aa6e4ad922
|
Raise on chain reorgs
In 0.06 advance_block() returned None instead of True.
Cleaner to throw.
|
8 years ago |
Neil Booth
|
0ccea80fc3
|
Prepare for release
|
8 years ago |
Neil Booth
|
b5d1f401fd
|
Fix bugs
|
8 years ago |
Neil Booth
|
48b8b9332e
|
Initial attempt at mempool
|
8 years ago |
Neil Booth
|
5904b1dbdf
|
Bump to 0.05
|
8 years ago |
Neil Booth
|
d25e66cb2e
|
Handle the nothing touched case.
|
8 years ago |
Neil Booth
|
be0a5f246c
|
Fix some typos.
|
8 years ago |
Neil Booth
|
1711834fe8
|
Release preparation
|
8 years ago |
Neil Booth
|
fb43712869
|
Controller clean up
|
8 years ago |
Neil Booth
|
c0568daec3
|
Rework the DB API a bit
|
8 years ago |
Neil Booth
|
892e9524e5
|
Fix bugs handling client UTXO requests
Allow strings for ints - Electrum command line doesn't convert
Don't blow away hash168s from the DB
|
8 years ago |
Neil Booth
|
07515c6a0d
|
Fix some of the DB interface
|
8 years ago |
Neil Booth
|
be2475f617
|
Handle utxo.get_address
|
8 years ago |
Neil Booth
|
a5b73560f3
|
Fix reorg assertion, I think
|
8 years ago |
Neil Booth
|
51accf7dfe
|
Update BlockProcessor for server changes
|
8 years ago |