Neil Booth
|
244a0f2fab
|
Update release notes.
|
8 years ago |
Neil Booth
|
15e052c728
|
Merge branch 'utxo_optimised' into develop
|
8 years ago |
Neil Booth
|
f98dc9c351
|
Practise optimism like before
|
8 years ago |
Neil Booth
|
5a2a8b4ec1
|
Prepare 0.2.3 release
|
8 years ago |
Neil Booth
|
56098e0c52
|
Show up to 3 missing UTXOs
Fixes #15
|
8 years ago |
Neil Booth
|
c6b5c577ab
|
More robust daemon error handling
Fixes #6
|
8 years ago |
Neil Booth
|
8188f7e909
|
Catch exceptions when trying to listen
Fixes #11
|
8 years ago |
Neil Booth
|
311f7f9ffd
|
Better optimised storage of UTXO set
|
8 years ago |
Neil Booth
|
b0690f7942
|
Merge branch 'rm_cache_py' into develop
|
8 years ago |
Neil Booth
|
094fd44fc2
|
Merge UTXO cache into BlockProcessor
|
8 years ago |
Neil Booth
|
304501d792
|
Merge branch 'release-0.2.2' into develop
|
8 years ago |
Neil Booth
|
bf6a8f58d5
|
Hotfixes for two issues in 0.2.2
|
8 years ago |
Neil Booth
|
1737bb8354
|
Move some code back to correct place
Fixes #12
|
8 years ago |
Neil Booth
|
06b6d695c2
|
Only attempt to flush if cancelled
|
8 years ago |
Johann Bauer
|
1405057096
|
Fix getting the number of watched addresses
Resolves #13
|
8 years ago |
Neil Booth
|
ab1db2fb5d
|
Merge branch 'release-0.2.2' into develop
|
8 years ago |
Neil Booth
|
6de049d14d
|
Merge branch 'release-0.2.2'
|
8 years ago |
Neil Booth
|
4e619c9f5e
|
Prepare 0.2.2
|
8 years ago |
Neil Booth
|
14f6b9eaf2
|
Merge branch 'issue-10' into develop
|
8 years ago |
Neil Booth
|
a07ed5876b
|
Count missing UTXOs and log just once
They're a temporary phenomenon but it's handy to see how often
these things happen. Fixes #10.
|
8 years ago |
Neil Booth
|
55cc1d3d65
|
More regularly
|
8 years ago |
Neil Booth
|
212d653b5b
|
Yield during mempool updates
|
8 years ago |
Neil Booth
|
c6a57daf6a
|
Tweak daemon messages
|
8 years ago |
Neil Booth
|
ed44c6ab73
|
Clean up startup procedure
|
8 years ago |
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
|
8e0f556e7b
|
Merge branch 'remove_fs_cache' into develop
|
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
|
b06b090188
|
Merge branch 'block_server' into develop
|
8 years ago |
Neil Booth
|
5c5e90d574
|
Move BlockServer to more appropriate location
|
8 years ago |
Neil Booth
|
8e6e8329ac
|
Remove dead code.
Also use native python3 functions to speed up 2 lib functions
|
8 years ago |
Neil Booth
|
604698ad0d
|
Merge branch 'separate_db' into develop
|
8 years ago |
Neil Booth
|
f020fcf977
|
Update query.py
|
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
|
680eb83af1
|
Merge branch 'release-0.2.1' into develop
|
8 years ago |
Neil Booth
|
9acd91615c
|
Merge remote-tracking branch 'github/master' into release-0.2.1
Include's bauerj's storage.py improvements.
|
8 years ago |
Neil Booth
|
e7912928c5
|
Prepare for release
|
8 years ago |
Neil Booth
|
61e8e3ccad
|
Merge branch 'session_mgr' into develop
|
8 years ago |
Neil Booth
|
1622babc8c
|
Merge branch 'daemon_throttle' into develop
|
8 years ago |
Neil Booth
|
aaec784ef2
|
Merge branch 'daemon_throttle' into session_mgr
|
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
|
0d30baf880
|
Merge pull request #4 from bauerj/travis
Add unit tests and CI
|
8 years ago |
Neil Booth
|
be975a3f7c
|
Create docs directory
|
8 years ago |