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 was archived by the owner on Dec 21, 2023. It is now read-only.
The import/export functionality of the application only performs minimal schema validation for json and no semantic validation. For example, it is possible to modify the configuration so that a coin uses a non-existent wallet, or that two wallets share the same id, or mining time is a negative number.
We should update the schema to be more stringent about data validation and create a set of "rules" to make sure that the data makes semantic sense as well.
The text was updated successfully, but these errors were encountered:
The import/export functionality of the application only performs minimal schema validation for json and no semantic validation. For example, it is possible to modify the configuration so that a coin uses a non-existent wallet, or that two wallets share the same id, or mining time is a negative number.
We should update the schema to be more stringent about data validation and create a set of "rules" to make sure that the data makes semantic sense as well.
The text was updated successfully, but these errors were encountered: