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
If we would have had more tests that use the cli to generate transactions, then we would have noticed #132 sooner. The way we generate MsgWirePayForMessages is atypical for an cosmos-sdk chain in that we are actually generating and signing multiple iterations of the same transaction. We need to have better testing for this.
This should be completed either when completing #132 or directly after, as completing that will require a refactor of the current way we generate transactions using the cli.
The text was updated successfully, but these errors were encountered:
evan-forbes
changed the title
Add more tests using the cli
Add more tests for generating transactions via the CLI
Oct 8, 2021
If we would have had more tests that use the cli to generate transactions, then we would have noticed #132 sooner. The way we generate
MsgWirePayForMessage
s is atypical for an cosmos-sdk chain in that we are actually generating and signing multiple iterations of the same transaction. We need to have better testing for this.This should be completed either when completing #132 or directly after, as completing that will require a refactor of the current way we generate transactions using the cli.
The text was updated successfully, but these errors were encountered: