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
I'd recommend coming up with a similar scheme to the solidity fixtures so that you never have to unmarshall the relayer response in golang, only deserializing cosmos-sdk messages in the rust test
Add (back) the capability for the e2e tests to generate fixtures that can be used in the rust unit test.
The previous rust fixtures were removed in e43dc14
We can probably reuse most of the generation code, but will need some changes to the new setup suites.
The text was updated successfully, but these errors were encountered: