Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

[NC-2110] Removed CLI options for --nodes-whitelist and --accounts-wh… #694

Merged
merged 1 commit into from
Jan 29, 2019

Conversation

mark-terry
Copy link
Contributor

…itelist and associated items.

PR description

The --nodes-whitelist and --accounts-whitelist CLI options have been removed in favour of a separate permissioning configuration file.

Fixed Issue(s)

#NC-2110

Copy link
Contributor

@NicolasMassart NicolasMassart left a comment

Choose a reason for hiding this comment

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

Is /acceptance-tests/src/test/java/tech/pegasys/pantheon/tests/acceptance/dsl/node/ProcessPantheonNodeRunner.java used ? because you made changes but given the other options that are outdated in it, I doubt it can work. So it's probably never called...

@mark-terry mark-terry merged commit 45fea0d into PegaSysEng:master Jan 29, 2019
@mark-terry mark-terry deleted the NC-2110 branch January 29, 2019 14:46
vinistevam pushed a commit to vinistevam/pantheon that referenced this pull request Jan 29, 2019
params.add("--accounts-whitelist");
params.add(String.join(",", permissioningConfiguration.getAccountWhitelist().toString()));
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Now that we have --permissions-nodes-enabled and --permissions-accounts-enabled, we need to set those here instead

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

Successfully merging this pull request may close these issues.

3 participants