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
ae78dd0bb8
Update email address
2021-06-20 22:44:44 +02: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
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
5ed3419d9b
Add beginnings of the AddressIndexer as well
2019-04-04 22:46:38 +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