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

Some blocks produced in Mumbai can't be correctly fetched by ethclient #1663

Closed
ws4charlie opened this issue Jan 29, 2024 · 0 comments · Fixed by #1665
Closed

Some blocks produced in Mumbai can't be correctly fetched by ethclient #1663

ws4charlie opened this issue Jan 29, 2024 · 0 comments · Fixed by #1665
Assignees
Labels
zetaclient Issues related to ZetaClient

Comments

@ws4charlie
Copy link
Contributor

Example problematic Mumbai block: https://mumbai.polygonscan.com/block/44854832
ethclient library has sanity check on block and returned error message server returned non-empty transaction list but block header indicates no transactions.

For inbound observation, we can just skip the block if ethclient returns above error because there is no transactions to observe for that block.

@ws4charlie ws4charlie self-assigned this Jan 29, 2024
@lumtis lumtis added the zetaclient Issues related to ZetaClient label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
zetaclient Issues related to ZetaClient
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants