Merge branch 'main' into jsdw-use-mode-solc-version

This commit is contained in:
James Wilson
2025-08-21 12:26:05 +01:00
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -20,10 +20,6 @@ use anyhow::Context;
use semver::Version;
use tokio::{io::AsyncWriteExt, process::Command as AsyncCommand};
// TODO: I believe that we need to also pass the solc compiler to resolc so that resolc uses the
// specified solc compiler. I believe that currently we completely ignore the specified solc binary
// when invoking resolc which doesn't seem right if we're using solc as a compiler frontend.
/// A wrapper around the `resolc` binary, emitting PVM-compatible bytecode.
#[derive(Debug)]
pub struct Resolc {