Skip to content
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

feat(cu): implement hash chain validation on messages received from SU #1113

Closed
wants to merge 1 commit into from

Conversation

TillaTheHun0
Copy link
Member

Closes #1112

This PR implements hash chain validation in the CU as described in #1112.

The implementation accommodates the SU changes portion, to include the previous_assignment portion of the response, not yet being rolled out. In this case, the CU skips it's hash chain validation. In other words, the CU's hashchain validation is feature flagged, such to only be turned on when the SU changes are live. This enables flexible deployment of either unit -- the CU before the SU or vice-versa

@TillaTheHun0 TillaTheHun0 force-pushed the tillathehun0/cu-hashchain-validation branch from a7dac85 to a87db6a Compare January 16, 2025 16:00
@TillaTheHun0
Copy link
Member Author

The requirements have changes, and thus requires a different approach. Closing this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(cu): implement hash chain validation
1 participant