John L. Jegutanis
a4e4f80ad7
Allow custom Daemon and BlockProcessor classes
8 years ago
Neil Booth
f3cdd97ff9
Report unconfirmed parents correctly.
Also, send a notification to the client if the unconfirmed status
of any parent changes.
Fixes #129
8 years ago
Neil Booth
3f35bc0298
More PEP8 stuff
8 years ago
Nathan Marley
a03665696c
recommendations from pycodestyle (pep8 style)
8 years ago
Neil Booth
cb0160901f
Unify executor and futures logic
8 years ago
Neil Booth
2ad64f6243
Add an RPC call to force a reorg at run-time
This required a large rework block processor and prefetcher
interaction, and led to various cleanups
Closes #103
8 years ago
Neil Booth
852753cb94
Implement deserialization of SegWit transactions
tx_hash needs to be that of the prior serialization, so
need to change internal read_block API.
Bitcoin core 0.13.1 broke backwards compat of the RPC interface.
Closes #92
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
de201a247f
Double fetch size of mempool.
Set testnet genesis hash.
8 years ago
Neil Booth
6a6bbaa07b
Tweak mempool logging
8 years ago
Neil Booth
49714a45e6
Mempool tx processing to handle DBError
Fixes #74
8 years ago
Neil Booth
5c80b96d0f
Prioritize mempool processing of sent txs
Closes #73
8 years ago
Neil Booth
ac48695db8
daemon: getting height optionally gets mempool
Improve daemon startup log message
8 years ago
Neil Booth
5fe49bb261
Synchronize daemon height and mempool fetching
Cleanup and simplify touched handling and its event, which is
now controlled and owned by the mempool.
The daemon object owns the set of current mempool hashes.
Clean up and simplify the mempool main loop.
Fixes #70 .
8 years ago
Neil Booth
e88ea91e89
Defer address notifications whilst processing a block
Partial fix of #70
8 years ago
Neil Booth
444122122e
Fix unconfirmed flag
Prepare 0.9.3
8 years ago
Neil Booth
bb17af1906
Fix mempool busy waiting
Prepare 0.9.2
8 years ago
Neil Booth
f600d3bd87
Fix a couple of issues with 0.9.0
Fixes #69
8 years ago
Neil Booth
f1ea36126c
Fix typo
8 years ago
Neil Booth
1ef6a4d785
Split mempool out into new file.
Rework mempool handling
8 years ago