-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: deprecate an option platform-user in favour of whitelist
#6209
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
Conversation
1d6e86a to
668efc4
Compare
UdjinM6
left a comment
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 668efc4f1a2d700b56334f2d439ea7135223caf5
PastaPastaPasta
left a comment
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
UdjinM6
left a comment
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
PastaPastaPasta
left a comment
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
* 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-userby renaming to-deprecated-platform-userHow Has This Been Tested?
See new 2 functional tests:
rpc_deprecated_platform_filter.pyandrpc_external_queue.pywhich are split fromrpc_platform_filter.pyBreaking Changes
Command line argument
-platform-useris renamed to-deprecated-platform-userChecklist: