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 Apr 4, 2024. It is now read-only.
There are some message like editValidator that should accept nil values. If we send nil with eip712 it will error with
failed to pack and hash typedData primary type: provided data '<nil>' doesn't match type 'string'
To replicate a simple test can be created on app/ante/utils_tests.go
And call the function in app/ante/ante_test.go inside the TestAnteHandler function
The text was updated successfully, but these errors were encountered: