5 Commits

Author SHA1 Message Date
tomFlowee 52d7081ca5 Remove now invalid comment 2026-05-18 12:43:53 +02:00
tomFlowee 8e5809ddee Re-enable non-spv mode.
As we now follow the full ruleset of Bitcoin Cash again, we enable
normal validation rules for a full node again.
2026-05-15 10:53:24 +02:00
tomFlowee f44007d86d Add bool on engine: do SPV level validation only
This helps unit tests.
2026-04-09 23:15:08 +02:00
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 b4a3da2642 The 'Server' and 'Api' dirs are not libs
These are technically static libs, but not in any way shared libs.
They are used solely only by this repo and really only by the hub.

Most important, no header files are installed and basically none of
the normal rules for reusable libraries are applied to these files.
2022-02-22 18:39:13 +01:00