tomFlowee
bb7275466b
Stop using deprecated asio io_service
...
This ports the io-service to the source compatible io-context
class, with the most work going to the WorkerThreads which owns
that one.
2025-02-08 19:05:26 +01:00
tomFlowee
c71b6fa9c0
Fix off-by one and be more consistent
...
Lets default to using the plain and simple assert(), the Q_ASSERT macro
doesn't really add anything for us.
2021-02-06 23:18:21 +01:00
TomZ
a85a9e1207
Indexer now uses blockCount
...
Instead of asking for a block and reacting when we get a failure, this
just uses the current height instead.
This also makes 'flush' happen in each indexers' own thread, which should
be good for performance.
2019-12-12 16:02:08 +01:00
TomZ
cb5ff404d3
Refactor the Indexer application
...
This moves each indexer to live in its own thread, making blocking
operations allowed and Ok and separate from incoming requests.
2019-06-26 21:39:07 +02:00
TomZ
230611b98e
Tweak the numbers to be better on IBD
2019-06-12 23:53:24 +02:00
TomZ
ed7ca33d6a
Add decoding and printing addresses work.
...
This now supports cashaddress, legacy addresses and it prints
basic info about the usages of said address.
2019-04-11 18:45:28 +02:00
TomZ
4b7f6c7c86
Minor cleanups of indexer
2019-04-01 13:27:01 +02:00
TomZ
5c9373eeac
Introduce new app 'indexer'
2019-04-01 10:57:03 +02:00