Closed knst closed 2 weeks ago
pls drop https://github.com/dashpay/dash/commit/24027f8e0e220d09dce2b1a4b5bfb73b7b1af02c
can you be consistent? https://github.com/dashpay/dash/pull/6336#issuecomment-2429469257 previous review you blocked my PR because you didn't like my negative condition, and here: https://github.com/dashpay/dash/pull/6336#issuecomment-2429444025
Guix Automation has began to build this PR tagged as v22.0.0-devpr6375.dde1edf3. A new comment will be made when the image is pushed.
pls drop 24027f8
can you be consistent? #6336 (comment) previous review you blocked my PR because you didn't like my negative condition, and here: #6336 (comment)
These are 2 completely different cases.
if (A) {
do_smth_related_to_A
} else {
do_smth_else
}
vs
if (not A) {
bail_out
}
btw If you still want to keep 24027f8e0e220d09dce2b1a4b5bfb73b7b1af02c, you should fix its title - it doesn't match the code rn
pls drop https://github.com/dashpay/dash/commit/24027f8e0e220d09dce2b1a4b5bfb73b7b1af02c
I created new PR https://github.com/dashpay/dash/pull/6376 I will give later quick view to src/llmq, src/evo code, maybe there's some more functions can be hidden from global namespace also.
Guix Automation has completed; a release should be present here: https://github.com/dashpay/dash-dev-branches/releases/tag/v22.0.0-devpr6375.dde1edf3. The image should be on dockerhub soon.
Issue being fixed or feature implemented
Failure on devnet:
+extra logs haven't got to screenshot:
Locally similar error is caught with stacktrace:
What was done?
Added check if DIP0003 is indeed activated before retrieving Chainlock of previous block.
How Has This Been Tested?
No crash observed locally
Breaking Changes
N/A
Checklist: