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

Start scraper message_dispatch sync from high watermark #2377

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

asaj
Copy link
Contributor

@asaj asaj commented Jun 12, 2023

Description

This PR addresses an issue in which BSC RPC providers have a very hard time providing very old transactions.

This caused BSC scraping to fail, since the scraper had never actually indexed very early BSC messages (e.g. nonce 0).

By starting at the latest scraped nonce - 1, the scraper will bypass this issue.

Drive-by changes

None

@asaj asaj marked this pull request as ready for review June 12, 2023 19:57
@asaj asaj requested a review from mattiekat as a code owner June 12, 2023 19:57
@asaj asaj merged commit b75cfc4 into main Jun 12, 2023
@asaj asaj deleted the asaj/scraper-watermark branch June 12, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants