-
Notifications
You must be signed in to change notification settings - Fork 725
[Refactor] Move zerocoin checks out of main #1342
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
[Refactor] Move zerocoin checks out of main #1342
Conversation
69d541c to
a7ea3a9
Compare
a7ea3a9 to
15d8f3f
Compare
furszy
left a comment
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.
Side from the minor object type change, utACK 15d8f3f.
This moves all zerocoin checking methods out of main.cpp/h into two new files in the `consensus` subdir: zerocoin_verify.cpp/h
15d8f3f to
bd49362
Compare
|
rebased |
random-zebra
left a comment
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.
utACK bd49362
furszy
left a comment
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.
rebase utACK bd49362.
This is PR is the final part of breaking up #1209 into individual narrow-focused PRs. For this one, the original commit had too many merge conflicts, so it was easier/faster for me to just start from a clean slate and re-do the commit. (reference branch is at https://github.com/Fuzzbawls/PIVX/commits/pr-1209)
Reference Commit:
Fuzzbawls@547ca6c
This moves all zerocoin checking methods out of main.cpp/h into two new
files in the
consensussubdir: zerocoin_verify.cpp/h