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
We have a code_hash which is extremely useful to recognise current application code for the given account.
Could you introduce a similar hash to determine account storage (data)?
Right now we have a continuous bug when 2FA is trying to overwrite account state and makes account invalid. We can't recognise if account has existing state using code_hash only.
Same approach may be used to verify if account state was modified (could be useful for many apps).
The text was updated successfully, but these errors were encountered:
We have a
code_hash
which is extremely useful to recognise current application code for the given account.Could you introduce a similar hash to determine account storage (data)?
Right now we have a continuous bug when 2FA is trying to overwrite account state and makes account invalid. We can't recognise if account has existing state using
code_hash
only.Same approach may be used to verify if account state was modified (could be useful for many apps).
The text was updated successfully, but these errors were encountered: