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
fix: resolve array validation issues with zero values and redundant logic (#137)
* fix(adapter-evm): clean up redundant ternary in array field validation
# Conflicts:
# packages/adapter-evm/src/mapping/field-generator.ts
* fix(ui): allow zero values in ArrayField required validation
* fix(adapter-evm): use consistent validation for array elements
Apply getDefaultValidationForType to array element validation instead of
hardcoded { required: true } for better consistency and to ensure arrays
of addresses get proper validation.
0 commit comments