-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluate alternative library to replace joy-browser #756
Comments
hey @tarasherasymchuk, any findings on this one? |
@noandrea there is a library like this: https://www.npmjs.com/package/validator |
There are some results of the investigation that was targeted to find an alternative for joi-browser. Currently, it looks pointless to spend some time for the development of our own schema validator, because it might have the same size as joi-browser has + we will spend enormous a great deal of time for development and testing instead of just using joi-browser that is a mature and well-tested library that also generates error messages with the desired object depth. |
|
I'm submitting a ...
What is the current behavior?
the library joy-browser is very heavy in terms of dependency size
What is the motivation / use case for changing the behavior?
Evaluate another library to validate arguments of contract calls.
Otherwise explore the possibility to add the checks on the compiler side (preferred)
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. forum, telegram, etc)
related to #435
The text was updated successfully, but these errors were encountered: