-
Notifications
You must be signed in to change notification settings - Fork 29
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
Implement default max-block-count value #552
Labels
enhancement
New feature or request
Comments
kauri-hero
moved this from 🆕 New
to 🔖 Awaiting Development (Prioritized)
in MASQ Node v2
Nov 17, 2024
masqrauder
moved this from 🔖 Awaiting Development (Prioritized)
to 🏗 Development In Progress
in MASQ Node v2
Nov 19, 2024
masqrauder
changed the title
Implement default max-start-block value
Implement default max-block-count value
Nov 24, 2024
masqrauder
added a commit
that referenced
this issue
Dec 1, 2024
masqrauder
added a commit
that referenced
this issue
Dec 1, 2024
masqrauder
added a commit
that referenced
this issue
Dec 1, 2024
masqrauder
added a commit
that referenced
this issue
Dec 1, 2024
masqrauder
added a commit
that referenced
this issue
Dec 3, 2024
kauri-hero
moved this from 🏗 Development In Progress
to 👀 Review + QA in Progress
in MASQ Node v2
Dec 8, 2024
masqrauder
added a commit
that referenced
this issue
Dec 13, 2024
masqrauder
added a commit
that referenced
this issue
Dec 16, 2024
kauri-hero
pushed a commit
that referenced
this issue
Dec 17, 2024
github-project-automation
bot
moved this from 👀 Review + QA in Progress
to ✅ Done
in MASQ Node v2
Dec 17, 2024
masqrauder
added a commit
that referenced
this issue
Jan 19, 2025
masqrauder
added a commit
that referenced
this issue
Jan 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most of the feedback from the RPC providers has indicated that not having a smaller max block count will be a regular timeout issue as the range of scans increases. This will occur if the user is offline for more that a few days.
Implement max_block_count value of 100,000 as default value.
if the RPC response provides another value, then the logic will handle adjusting for that anyways.
GH-606 has made good improvements with this aspect, allowing startBlock for new database to be brought in from head of chain.
This card will further reduce scanning issues in future for serving Nodes
The text was updated successfully, but these errors were encountered: