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
The validations here have a context that holds data and then used to have all the functions conform to same sig - somewhat nicer in the main func and maybe to cluster the tests.
However its not flexible, its weird to copy data just to have a single sig for funcs and anyways i've added functions that just don't conform.
Consider removing the rxValidtorContext and txValidatorContext and just calling the functions with the data they need.
The text was updated successfully, but these errors were encountered:
The validations here have a context that holds data and then used to have all the functions conform to same sig - somewhat nicer in the main func and maybe to cluster the tests.
However its not flexible, its weird to copy data just to have a single sig for funcs and anyways i've added functions that just don't conform.
Consider removing the rxValidtorContext and txValidatorContext and just calling the functions with the data they need.
The text was updated successfully, but these errors were encountered: