-
Notifications
You must be signed in to change notification settings - Fork 1.9k
DF-21546 Update deployment validation for data id #18972
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
DF-21546 Update deployment validation for data id #18972
Conversation
| attributeBucket := [2]byte{bytes[5], bytes[6]} | ||
| attributeBucketHex := hex.EncodeToString(attributeBucket[:]) | ||
| if attributeBucketHex != "0003" && attributeBucketHex != "0700" { | ||
| if attributeBucketHex != "0003" && attributeBucketHex != "0700" && attributeBucketHex != "0201" { |
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.
Can we add a comment on what these number are
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.
Done!
|
* Revert "DF-21815 Use seqNr as timestamp in secure mint report (#19152)" This reverts commit b464a4a. * Revert "DF-21546 Allow configuring secure mint data id in workflow (#19106)" This reverts commit db51db1. * Revert "DF-21518 Use latest sm aggregator without seq nr issue (#18926)" This reverts commit 28fcb5c. * Revert "DF-21518 Use correct data id in SM aggregator (#18870)" This reverts commit dc659a0. * Revert "DF-21518 Use the secure mint aggregator in the consensus capability (#18841)" This reverts commit 7311de5. * Lagging merge conflict resolutions * Keep secure mint in aggregator factory to let solana secure_mint test run * see #19091 * Run make tidy * Fix duplicate import * Run make tidy once more * Add changeset * Revert "DF-21546 Update deployment validation for data id (#18972)" This reverts commit dedf6ae.
* Revert "DF-21815 Use seqNr as timestamp in secure mint report (#19152)" This reverts commit b464a4a. * Revert "DF-21546 Allow configuring secure mint data id in workflow (#19106)" This reverts commit db51db1. * Revert "DF-21518 Use latest sm aggregator without seq nr issue (#18926)" This reverts commit 28fcb5c. * Revert "DF-21518 Use correct data id in SM aggregator (#18870)" This reverts commit dc659a0. * Revert "DF-21518 Use the secure mint aggregator in the consensus capability (#18841)" This reverts commit 7311de5. * Lagging merge conflict resolutions * Keep secure mint in aggregator factory to let solana secure_mint test run * see #19091 * Run make tidy * Fix duplicate import * Run make tidy once more * Add changeset * Revert "DF-21546 Update deployment validation for data id (#18972)" This reverts commit dedf6ae.




Improve data id validation