Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facilitator is fails to confirm some of the messages if the on chain status of message is not known. #373

Open
deepesh-kn opened this issue Mar 22, 2020 · 0 comments

Comments

@deepesh-kn
Copy link
Contributor

Following is the test scenario:
Account A tries deposit token (outboxNonce is x) on the origin chain.
The facilitator is down. The confirm deposit is not done on the metachain.
The facilitator is up and running now.
Account A does the deposit again (outboxNonce is x+1) on the origin chain.
The facilitator get the depositIntentDeclare entity, and with all the flow it tries to confirm the deposit.
In this case, the transaction will fail, because the inboxNonce on ERC20Cogateway is still x
This will happen for withdraw flow too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant