Follow-up to #30906 which made it possible by removing external usage of the enum.
Move-only change, reviewable using:
--color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
Follow-up to #30906 which made it possible by removing external usage of the enum.
Move-only change, reviewable using:
--color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31496.
See the guideline for information on the review process. A summary of reviews will appear here.
m_fresh
boolean. IsDirty()
can return coin.IsSpent() || m_fresh
.
Well, what about a PR with that approach to remove the flags bitfield and replace with a boolean for fresh only?
I’d prefer someone else more knowledgeable/active in this area take the initiative on such a transform.
I’d prefer someone else more knowledgeable/active in this area take the initiative on such a transform.
We can help with the reviews - or even with describing the problem in more detail, but removing the flags (as described by @andrewtoth above) would be a lot more meaningful than just moving the flags.