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

Create development vs production environment hooks into net scripts #6974

Merged
merged 3 commits into from
Nov 15, 2019

Conversation

danpaul000
Copy link
Contributor

Problem

We have no way to set the SLP "production" restricted environment from the CI/net scripts.

Summary of Changes

Allow development vs production environment mode to be explicitly set through the stack.

Partial solution to #6397

@danpaul000 danpaul000 force-pushed the slp branch 3 times, most recently from fbc30db to 1f1a49f Compare November 15, 2019 03:40
@codecov
Copy link

codecov bot commented Nov 15, 2019

Codecov Report

Merging #6974 into master will increase coverage by 0.1%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #6974     +/-   ##
========================================
+ Coverage    78.8%   78.9%   +0.1%     
========================================
  Files         222     221      -1     
  Lines       42818   42675    -143     
========================================
- Hits        33766   33702     -64     
+ Misses       9052    8973     -79

genesis/src/main.rs Outdated Show resolved Hide resolved
mvines
mvines previously approved these changes Nov 15, 2019
.help("Configure the cluster for development mode where all features are available at epoch 0"),
Arg::with_name("operating_mode")
.long("operating-mode")
.value_name("\"development\"|\"softlaunch\"")
Copy link
Member

Choose a reason for hiding this comment

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

@mergify mergify bot dismissed mvines’s stale review November 15, 2019 16:59

Pull request has been modified.

@danpaul000 danpaul000 merged commit 946e937 into solana-labs:master Nov 15, 2019
@danpaul000 danpaul000 deleted the slp branch November 15, 2019 20:18
@danpaul000
Copy link
Contributor Author

@mvines should this have gone into v0.20 as well?

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