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

1932_better_consensus_patch_timestamp #1933

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

kladkogex
Copy link
Collaborator

@kladkogex kladkogex commented Jul 2, 2024

Improvement in patch handling, that makes sure we always take the timestamp of the previous block and there is not concurrency due to catchup

Currently it takes the lastblock timestamp, which can potentially change due to catchup

This bug never happened in tests, the fix is just to cleanup the code

@kladkogex kladkogex marked this pull request as ready for review July 2, 2024 17:35
@kladkogex kladkogex self-assigned this Jul 2, 2024
@kladkogex kladkogex linked an issue Jul 2, 2024 that may be closed by this pull request
@kladkogex kladkogex added this to the SKALE 2.4 milestone Jul 2, 2024
@kladkogex kladkogex merged commit 2e40040 into develop Jul 3, 2024
7 checks passed
@kladkogex kladkogex deleted the 1932_better_consensus_patch_timestamp branch July 3, 2024 15:11
@github-actions github-actions bot locked and limited conversation to collaborators Jul 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in fast consensus patch enabling
4 participants