Skip to content

Conversation

@cll-gg
Copy link
Contributor

@cll-gg cll-gg commented Aug 14, 2025

Improve data id validation

@cll-gg cll-gg changed the title DF-21546 WIP DF-21546 Update deployment validation for data id Aug 25, 2025
@cll-gg cll-gg marked this pull request as ready for review August 25, 2025 16:26
@cll-gg cll-gg requested review from a team as code owners August 25, 2025 16:26
mxiao-cll
mxiao-cll previously approved these changes Aug 25, 2025
attributeBucket := [2]byte{bytes[5], bytes[6]}
attributeBucketHex := hex.EncodeToString(attributeBucket[:])
if attributeBucketHex != "0003" && attributeBucketHex != "0700" {
if attributeBucketHex != "0003" && attributeBucketHex != "0700" && attributeBucketHex != "0201" {

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@cl-sonarqube-production
Copy link

@cll-gg cll-gg added this pull request to the merge queue Aug 25, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 25, 2025
@cll-gg cll-gg added this pull request to the merge queue Aug 26, 2025
Merged via the queue into develop with commit dedf6ae Aug 26, 2025
150 checks passed
@cll-gg cll-gg deleted the DF-21546-update-df-setfeedconfigchangeset-secure-mint branch August 26, 2025 10:48
@cll-gg cll-gg mentioned this pull request Sep 12, 2025
cll-gg added a commit that referenced this pull request Sep 12, 2025
cll-gg added a commit that referenced this pull request Sep 15, 2025
github-merge-queue bot pushed a commit that referenced this pull request Sep 16, 2025
* 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.
cll-gg added a commit that referenced this pull request Sep 16, 2025
* 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.
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.

3 participants