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
|
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(), |
|
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. |
Review GateCommit:
|
|
Closing: unresolved semantic bug flagged across multiple review rounds. |



No description provided.