Introduce a geth platform

This commit is contained in:
Omar Abdulla
2025-09-17 19:54:50 +03:00
parent 9e4f2e95f1
commit ac0f4e0cf2
8 changed files with 199 additions and 134 deletions
+1
View File
@@ -63,6 +63,7 @@ impl DynSolidityCompiler for Resolc {
}
}
// TODO: Remove
impl SolidityCompiler for Resolc {
async fn new(
context: impl AsRef<SolcConfiguration>
+1
View File
@@ -64,6 +64,7 @@ impl DynSolidityCompiler for Solc {
}
}
// TODO: Remove
impl SolidityCompiler for Solc {
async fn new(
context: impl AsRef<SolcConfiguration>