fn list_versioned_databases(chain_data_path: &Path) -> Result<Vec<Version>>Expand description
Lists all versioned databases in the chain data directory.
Versioned databases are directories with a SemVer version as their name. The rest is discarded.