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

Fetch current block heihgt on node start. #919

Open
volovyks opened this issue Nov 5, 2024 · 0 comments
Open

Fetch current block heihgt on node start. #919

volovyks opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
Emerging Tech Emerging Tech flying formation at Pagoda Near BOS NEAR BOS team at Pagoda

Comments

@volovyks
Copy link
Collaborator

volovyks commented Nov 5, 2024

Description

Now we are saving the last processed block in storage. If the node is offline for a long time, it starts 100500 signature generation protocols at once, which greatly affects our success rate.
@ppca proposition is to start at latest block on chain - 200 (max yield resume time).

We can index all blocks again if we add async requests that can wait indefinitely.

@volovyks volovyks added Near BOS NEAR BOS team at Pagoda Emerging Tech Emerging Tech flying formation at Pagoda labels Nov 5, 2024
@volovyks volovyks moved this from Backlog to Selected in Emerging Technologies Nov 5, 2024
@volovyks volovyks self-assigned this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Emerging Tech Emerging Tech flying formation at Pagoda Near BOS NEAR BOS team at Pagoda
Projects
Status: In Progress
Development

No branches or pull requests

1 participant