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

Message relayer is too slow to keep up with the latest block #831

Open
boyuan-chen opened this issue May 17, 2023 · 1 comment
Open

Message relayer is too slow to keep up with the latest block #831

boyuan-chen opened this issue May 17, 2023 · 1 comment

Comments

@boyuan-chen
Copy link
Contributor

Issue Type

[x] bug report
[ ] feature request

Current Behavior

The BNB L2 generates block too fast so that our message relayer can't keep up with the latest block. The syncing time is much slower than the block generation.

Expected Behavior

Increase the speed of message relayer

Steps to Reproduce

Suggested Fix

@boyuan-chen
Copy link
Contributor Author

We can fix this by querying events from a block range instead of a single block. The event is from graph node, so ideally we can get events from a large block range and filter the block that has the exit transaction.

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

No branches or pull requests

1 participant