Skip to content

Commit

Permalink
Update SNS and NNS extensions' replica rev
Browse files Browse the repository at this point in the history
  • Loading branch information
anchpop committed Feb 15, 2024
1 parent 0586611 commit 1c1a2ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions extensions/nns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- next-header -->

## [Unreleased] - ReleaseDate
- Same functionality as version `0.3.1`.

## [0.3.1] - 2024-02-09
- `dfx nns install` now configures the cycles minting canister such that it plays nicely with the cycles ledger (which has to be installed separately).
Expand Down
2 changes: 1 addition & 1 deletion extensions/nns/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::env;
use std::path::PathBuf;

const REPLICA_REV: &str = "044cfd5147fc97d7e5a214966941b6580c325d72";
const REPLICA_REV: &str = "8e01c4db9a6676fdd2dd433ef29a44bb3ba1914b";

const BINARY_DEPENDENCIES: &[(&str, &str)] = &[
// (downloaded binary name, renamed binary name)
Expand Down
1 change: 1 addition & 0 deletions extensions/sns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- next-header -->

## [Unreleased] - ReleaseDate
- Fixes a bug that prevented SNS testflight from working in some cases.

## [0.3.1] - 2024-02-09
- Same functionality as version `0.3.0`.
Expand Down
2 changes: 1 addition & 1 deletion extensions/sns/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::env;
use std::path::PathBuf;

const REPLICA_REV: &str = "044cfd5147fc97d7e5a214966941b6580c325d72";
const REPLICA_REV: &str = "8e01c4db9a6676fdd2dd433ef29a44bb3ba1914b";

const BINARY_DEPENDENCIES: &[(&str, &str)] = &[
// (downloaded binary name, renamed binary name)
Expand Down

0 comments on commit 1c1a2ca

Please sign in to comment.