Fill out Ethereum functions in the processor Docker tests

This commit is contained in:
Luke Parker
2024-05-14 01:33:55 -04:00
parent d27d93480a
commit af79586488
4 changed files with 220 additions and 57 deletions

View File

@@ -124,7 +124,7 @@ pub fn build(name: String) {
// Check any additionally specified paths
let meta = |path: PathBuf| (path.clone(), fs::metadata(path));
let mut metadatas = match name.as_str() {
"bitcoin" | "monero" => vec![],
"bitcoin" | "ethereum" | "monero" => vec![],
"message-queue" => vec![
meta(repo_path.join("common")),
meta(repo_path.join("crypto")),