cardano-node: add kes-agent support
Co-authored-by: Fraser Murray <[email protected]>
Co-authored-by: Fraser Murray <[email protected]>
It will be moved to a separate repository. Rely on CHaP to provide the dependency.
NetworkTopology was moved to ouroboros-netowork and refactored, which causes the following changes in cardano-testnet: - `createTestnetEnv` now creates a concrete topology, instead of an abstract one - `createTestnetEnv` now allocates random ports to nodes and writes them both to the concrete topology file and the to the nodes config directories - `cardanoTestnet` now does not generate the ports and instead reads the ones assigned by `createTestnetEnv` from disk
Co-authored-by: Pablo Lamela <[email protected]>
- `TxSubmissionLogicVersion` and `TxSubmissionInitDelay` Co-authored-by: Marcin Wójtowicz <[email protected]>