This directory is for code that is common across crates (test and binaries) in the rust/lit-node directory.
lit-node-commonhas some common code that is used by both theshivabinary and thelit-node-testnettestnet, effectively avoiding some circular dependencies.lit-node-testnetis a testnet for testing the lit-node binary, and is shared withetestsinlit-nodeand theshivabinary.shivais a runner designed to handle multiple instances of a lit network (multiple validators) and the localanvilchain.
Most of this should be flattened into a generic lit-node project, rather than having multiple sub-directoriers.... just a todo for now.