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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Align genesisSchema and processing with LIP for auth module
The genesisAuthStoreSchema has different names for its items (address and authAccount in the LIP-0041 versus storeKey and storeValue in the implementation). The implementation also lacks the length checks on several fields which are defined in the LIP schema, which means genesis data may be malformed (e.g., the size of the mandatory and optional keys may be malformed).
Which version(s) does this affect? (Environment, OS, etc...)
v6.0.0-beta.6
The text was updated successfully, but these errors were encountered:
Description
Align genesisSchema and processing with LIP for auth module
The genesisAuthStoreSchema has different names for its items (address and authAccount in the LIP-0041 versus
storeKey
andstoreValue
in the implementation). The implementation also lacks the length checks on several fields which are defined in the LIP schema, which means genesis data may be malformed (e.g., the size of the mandatory and optional keys may be malformed).Which version(s) does this affect? (Environment, OS, etc...)
v6.0.0-beta.6
The text was updated successfully, but these errors were encountered: