-
Notifications
You must be signed in to change notification settings - Fork 1
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
Traits for supra cli #24
Conversation
so-kkroy22
commented
Jul 8, 2024
•
edited
Loading
edited
- https://github.com/Entropy-Foundation/smr-moonshot/issues/538
- https://github.com/Entropy-Foundation/smr-moonshot/pull/577
- Traits for supra cli #24
crates/aptos/src/common/supra/mod.rs
Outdated
@@ -0,0 +1,18 @@ | |||
// Copyright © Aptos Foundation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be Entropy Foundation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done here 0d32df2
const SUPRA_FRAMEWORK: &str = "SupraFramework"; | ||
const SUPRA_FRAMEWORK_GIT_PATH: &str = "https://github.com/Entropy-Foundation/aptos-core.git"; | ||
const SUBDIR_PATH: &str = "aptos-move/framework/supra-framework"; | ||
const DEFAULT_BRANCH: &str = "integrate_consensus_key"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we refactor somehow so that name of the branch/path/repo etc, instead of being hardcoded in the repo, is in some config file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per the discussion this change can be skipped as we do not want user to play with this config.