Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: taikoxyz/raiko
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5a0f9a217e062d2e8c1f6ea96cef5a27b4fb1279
Choose a base ref
..
head repository: taikoxyz/raiko
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f27f5a7714440eb583c345a3e8715ac393c2bfa7
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −1 host/config/config.json
  2. +0 −1 pipeline/src/executor.rs
2 changes: 1 addition & 1 deletion host/config/config.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"prover": "mock",
"verify": false
},
"sp1": {
"powdr": {
"prover": "mock"
},
"native" : {
1 change: 0 additions & 1 deletion pipeline/src/executor.rs
Original file line number Diff line number Diff line change
@@ -121,7 +121,6 @@ impl Executor {
fs::create_dir_all(&dest_dir).expect("Couldn't create destination directories");
}

println!("#### {:#?}", self.artifacts);
for src in &self.artifacts {
let mut name = file_name(src);