-
Notifications
You must be signed in to change notification settings - Fork 8
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
Refactoring consensus feature #1713
Conversation
Pull reviewers statsStats of the last 30 days for popstellar:
|
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.
I've reviewed a good chunk of it but I can't say much about some parts. Could you also have a look @simone-kalbermatter ? :)
[PoP - PoPCHA-Web-Client] Kudos, SonarCloud Quality Gate passed! |
[PoP - Be1-Go] Kudos, SonarCloud Quality Gate passed! |
[PoP - Be2-Scala] Kudos, SonarCloud Quality Gate passed! |
[PoP - Fe2-Android] Kudos, SonarCloud Quality Gate passed! |
[PoP - Fe1-Web] Kudos, SonarCloud Quality Gate passed! |
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.
Finally finished the review, minor remarks, otherwise LGTM
// TODO uncomment that when consensus does not rely on call by reference | ||
// Optional<ElectInstance> optional = lao.getElectInstance(messageId); | ||
// return optional.map(ElectInstance::new); // If empty returns empty optional, if not | ||
// returns optional with copy of retrieved ElectInstance |
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.
outdated 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.
Yes it is, I'll update it
…oring' into work-fe2-matteo-consensus-refactoring merge commmit
Quality Gate passed for 'PoP - PoPCHA-Web-Client'Kudos, no new issues were introduced! 0 New issues |
Quality Gate passed for 'PoP - Be1-Go'Kudos, no new issues were introduced! 0 New issues |
Quality Gate passed for 'PoP - Be2-Scala'Kudos, no new issues were introduced! 0 New issues |
Quality Gate passed for 'PoP - Fe2-Android'The SonarCloud Quality Gate passed, but some issues were introduced. 2 New issues |
Quality Gate passed for 'PoP - Fe1-Web'Kudos, no new issues were introduced! 0 New issues |
This PR fixes #1374 by removing the consensus feature from the LAO object, using instead a dedicated repository.