Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop sending exchange rate proposal as part of NNS setup #136

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jasonz-dfinity
Copy link

Why

Exchange rate proposal is deprecated and will not be able to get created soon. Instead, the CMC is always initialized with a default rate, which makes the initial proposal unnecessary.

What

  • Stop calling set_xdr_rate and remove the function.
  • (TODO) Wait until dfinity/ic@94f580d makes into a new dfx version, and add dependency between the nns extension and dfx.

@@ -1,7 +1,7 @@
use std::env;
use std::path::PathBuf;

const REPLICA_REV: &str = "cc4ea40e8571b80043013e4e74bd2b89844230c7";
const REPLICA_REV: &str = "94f580d004c5e24f4f51b525e8f8273f7d6265bc";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this constant be shared between the nns and sns extensions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants