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

Shrink proposerVM minRecentlyAcceptedWindowSize to 0 #3431

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

iansuvak
Copy link
Contributor

@iansuvak iansuvak commented Oct 1, 2024

Why this should be merged

Currently there's a big wallclock delay between other chains proposer VM heights and P-chain tip. This is an issue for brand new L1s being deployed on Fuji since chain operator needs to wait 16 P-chain blocks before being able to do any interop or warp message signing from their L1.

Additionally messages signed by c-chain are also likely to be invalid for a while if there is any recent change in it's validator set which can happen often during bounty activity.

The issue mostly exists on Fuji right now since there is more frequent block production on the mainnet but this should hopefully be a safe change.

How this works

Shrinks the minRecentlyAcceptedWindowSize to 0 and recentlyAcceptedWindowTL to 30 seconds.

How this was tested

CI

@iansuvak iansuvak self-assigned this Oct 1, 2024
@StephenButtolph StephenButtolph added this pull request to the merge queue Oct 3, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 3, 2024
@StephenButtolph StephenButtolph added this pull request to the merge queue Oct 3, 2024
Merged via the queue into master with commit f45245a Oct 3, 2024
22 checks passed
@StephenButtolph StephenButtolph deleted the shrink-min-lookback branch October 3, 2024 16:11
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

Successfully merging this pull request may close these issues.

3 participants