Page MenuHomePhabricator

refactor: Use move semantics in `CCheckQueue::Loop`
ClosedPublic

Authored by PiRK on May 13 2024, 06:52.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC600ecb007d3a: refactor: Use move semantics in `CCheckQueue::Loop`
Summary

refactor: Use move semantics in CCheckQueue::Loop

Co-authored-by: Martin Leitner-Ankerl <martin.ankerl@gmail.com>

https://github.com/bitcoin/bitcoin/pull/26749/commits/d8427cc28e3a9ac3319fb452b16661957c812b8f

Drop no longer used CScriptCheck() default constructor

https://github.com/bitcoin/bitcoin/pull/26749/commits/b4bed5c1f98c0eed18f52fdcea11a420c10ed98d

This is a partial backport of core#26479
Depends on D16144

Test Plan

ninja all check bitcoin-fuzzers bench-bitcoin

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable