Project kickoff. Explored the immdb-server tool in ouroboros-consensus, which wraps ImmutableDB to serve Cardano chain data over Ouroboros mini-protocols (ChainSync, BlockFetch). This standalone server is the starting point for the Genesis Sync Accelerator design.
Studied how immdb-server opens an ImmutableDB, constructs ChainDB-free chain sync and block fetch servers, and runs them through the Ouroboros diffusion layer over TCP.
Started making the immdb-server CLI more flexible by adding configurable host address binding (commit 8468d8b).