We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81164e4 commit 6a51894Copy full SHA for 6a51894
testing/execution_engine_integration/src/nethermind.rs
@@ -11,7 +11,7 @@ use unused_port::unused_tcp_port;
11
/// We've pinned the Nethermind version since our method of using the `master` branch to
12
/// find the latest tag isn't working. It appears Nethermind don't always tag on `master`.
13
/// We should fix this so we always pull the latest version of Nethermind.
14
-const NETHERMIND_BRANCH: &str = "release/1.14.6";
+const NETHERMIND_BRANCH: &str = "release/1.17.1";
15
const NETHERMIND_REPO_URL: &str = "https://github.com/NethermindEth/nethermind";
16
17
fn build_result(repo_dir: &Path) -> Output {
0 commit comments