Replies: 1 comment
-
I think the tests should also include what happens when the relay goes down in either direction during various steps in a transfer. This may already be covered by what you describe as fail transfer cases. It should also include what the possible outcomes are when an external user calls any public methods in the smart contracts. You mentioned handleBTPMessage and handleRelayMessage. Are there any others? Are there multiple possible inputs and control flows in each? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion will include checklist for smoke test cases on the primary icon-bridge functionalities. Please make suggestions on comments.
Following flow tests should include:
Native Token Transfers
Non-Native Token Transfers
Wrapped Token Transfers
Blacklist Checks
Token Limit Checks
Fee Verification
Other cases
handleBTPMessage
handleRelayMessage
Beta Was this translation helpful? Give feedback.
All reactions