diff --git a/extensions/nns/CHANGELOG.md b/extensions/nns/CHANGELOG.md index 12a3b32..6e19630 100644 --- a/extensions/nns/CHANGELOG.md +++ b/extensions/nns/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] - ReleaseDate +- Same functionality as version `0.2.1`. +- Bump the REPLICA_REV to `8dd5cd00acdc4d891fa0c5a1605bcf3b68a3d707` which installs the + NNS Governance canister with 10GB of allocated memory + ## [0.2.1] - 2023-08-29 - Same functionality as version `0.2.0`. diff --git a/extensions/nns/build.rs b/extensions/nns/build.rs index 22f3e5e..d9ab106 100644 --- a/extensions/nns/build.rs +++ b/extensions/nns/build.rs @@ -1,7 +1,7 @@ use std::env; use std::path::PathBuf; -const REPLICA_REV: &str = "f99495f3772d5a85d25ef5008179b49a5f12c5c2"; +const REPLICA_REV: &str = "8dd5cd00acdc4d891fa0c5a1605bcf3b68a3d707"; const BINARY_DEPENDENCIES: &[(&str, &str)] = &[ // (downloaded binary name, renamed binary name) diff --git a/extensions/nns/e2e/tests/nns.bash b/extensions/nns/e2e/tests/nns.bash index b9f3dfa..7fd17fe 100755 --- a/extensions/nns/e2e/tests/nns.bash +++ b/extensions/nns/e2e/tests/nns.bash @@ -25,7 +25,7 @@ teardown() { # it panics, but still shows help run "$(dfx cache show)/extensions/nns/ic-nns-init" --help assert_failure - assert_output --partial "thread 'main' panicked at 'Illegal arguments:" + assert_output --partial "Illegal arguments: ic-nns-init 0.0.0" assert_output --partial "ic-nns-init [OPTIONS]" assert_output --regexp "-h, --help.*Print help information" assert_output --regexp '--version.*Print version information'