-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ACI): Implement arguments validation for generic sophia types(li…
…st, map, tuple, record) (#384) * feat(ACI): Add base validation for sophia list type * feat(ACI): Add error object deep filtering and parsing. * fix(ACI): Install Joi schema validator. Implement validation for all base types and list, tuple Refactor arguments validation. Prepare an error structure. * feat(ACI): Add argument transformation and validaton for sophia type `MAP` * feat(ACI): Add test for base type of arguments Validator * feat(ACI): Add custom erorr messages to Joi validation. Add test for most of sophia types * chore(TEST): Enable Contract tests * test(ACI): Add test for Map type
- Loading branch information
Showing
4 changed files
with
327 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.