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

Take block reorgs in consideration in message relayer #110

Open
mertwole opened this issue Aug 22, 2024 · 0 comments
Open

Take block reorgs in consideration in message relayer #110

mertwole opened this issue Aug 22, 2024 · 0 comments

Comments

@mertwole
Copy link
Member

Message relayer works on chain head for now, so if it will submit some message to ethereum and block containing merkle root which references this message will get pruned, relayer will try to relay it again with the same(already pruned) block

To address this issue, latest_merkle_root shall be replaced with one that's included into latest not pruned block in the case described above

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