We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EMM should only mark tx as finalized when corresponding exit tx is really landed into root chain.
Given:
Expected: transaction should not be marked as finalized in EMM database
Actual: transaction is marked as finalized
Consequences: when failed tx marked as processed, EMM won't retry exit and money will struck in exit handler.
Manual workaround: to push stuck txs through, set finalized attribute to 0 for corresponding database record
finalized
0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
EMM should only mark tx as finalized when corresponding exit tx is really landed into root chain.
Given:
Expected:
transaction should not be marked as finalized in EMM database
Actual:
transaction is marked as finalized
Consequences:
when failed tx marked as processed, EMM won't retry exit and money will struck in exit handler.
Manual workaround:
to push stuck txs through, set
finalized
attribute to0
for corresponding database recordThe text was updated successfully, but these errors were encountered: