-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore: deprecate an option platform-user
in favour of whitelist
#6209
Conversation
1d6e86a
to
668efc4
Compare
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.
utACK 668efc4
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.
LGTM; gonna wait to review until 21.2 is branched off to approve / merge
668efc4
to
70068df
Compare
70068df
to
e2c66ae
Compare
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.
utACK e2c66ae
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.
utACK e2c66ae
* docs(api): update whitelist description * docs(rpc): deprecate platform user Related to dashpay/dash#6209 * docs(rpc): change example formatting * docs(rpc): add rpc queue info Describes the new "external user" queue from dashpay/dash#6045 * fix(rpc): correct code block type * style: filename * docs(rpc): link to whitelist settings from deprecated platform-user section
Issue being fixed or feature implemented
Hard-coded restrictions for platform-user are super-seeded by whitelist feature.
What was done?
Before actually removing feature, let's make it deprecated for now
Split from #6105
6105 - to close and re-open for next major release.
It deprecates old command line argument
-platform-user
by renaming to-deprecated-platform-user
How Has This Been Tested?
See new 2 functional tests:
rpc_deprecated_platform_filter.py
andrpc_external_queue.py
which are split fromrpc_platform_filter.py
Breaking Changes
Command line argument
-platform-user
is renamed to-deprecated-platform-user
Checklist: