You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change cluster_index field to cluster_id
For the Order hash to be equivalent to the one accessible by the user both type of Order strings have to be equivalent:
the integer field cluster_index should become a String field cluster_id.
also needs to be changed in simplyr-lib dependency
to be clarified: should we integrate a field hash_version?
to be clarified: we might add a salt of type Char with length=32 to create non-guessable orders
The text was updated successfully, but these errors were encountered:
j-ti
changed the title
Change order_index field to order_id
Refactor order input for comparable hashes
Jul 31, 2023
Change cluster_index field to cluster_id
For the Order hash to be equivalent to the one accessible by the user both type of Order strings have to be equivalent:
cluster_index
should become a String fieldcluster_id
.simplyr-lib
dependencyto be clarified: should we integrate a fieldhash_version
?The text was updated successfully, but these errors were encountered: