-
Notifications
You must be signed in to change notification settings - Fork 1.2k
refactor: use more ranges #4956
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
base: develop
Are you sure you want to change the base?
refactor: use more ranges #4956
Conversation
|
This pull request has conflicts, please rebase. |
cf80c88 to
7c1c9e0
Compare
|
pls rebase to include #4957 |
7c1c9e0 to
741fb50
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.
pls see 1bef0b21d697b02a673e3af5fa434cb0e2b90739 (ok, I see why it's not the right way to fix it) and a125cb4f9c914b2d4653b63fd76c62335838dabf
|
Why the first commit? |
|
741fb50 to
9d9a4d1
Compare
|
This pull request has conflicts, please rebase. |
# Conflicts: # src/validation.cpp
9d9a4d1 to
f23439c
Compare
|
@UdjinM6 I've revived this, please review |
|
|
||
| if (std::equal(vecAllowedParam.begin(), vecAllowedParam.end(), | ||
| request.params.getValues().begin(), | ||
| if (ranges::equal(vecAllowedParam, request.params.getValues(), |
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.
this broke rpc_platform_filter.py
|
This pull request has conflicts, please rebase. |
❌ Backport Verification - CATASTROPHIC FAILUREOriginal Bitcoin commit: Critical violations:
Analysis:
The verification system is designed specifically for Bitcoin Core backports to Dash Core. PRs that are not proper Bitcoin backports should not go through this verification process. Recommendation:
If this is a standalone Dash improvement, it should be processed outside the backport verification system. This PR has been automatically closed due to catastrophic validation failures. Please create a new PR with proper backport documentation if this is indeed a Bitcoin backport. |
|
Automatically closed due to catastrophic validation failures. Please see the detailed analysis above and create a new PR with a proper backport implementation. |



No description provided.