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

fix(consensus): prevent double entry in new height #728

Merged
merged 4 commits into from
Oct 3, 2023

Conversation

themantre
Copy link
Contributor

Description

This PR prevents double entry in the new height state within the consensus engine.

@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #728 (9d40f1b) into main (da821e1) will decrease coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #728      +/-   ##
==========================================
- Coverage   83.13%   83.05%   -0.09%     
==========================================
  Files         172      172              
  Lines        8011     8020       +9     
==========================================
+ Hits         6660     6661       +1     
- Misses       1037     1043       +6     
- Partials      314      316       +2     

@b00f b00f merged commit a25efe2 into main Oct 3, 2023
12 checks passed
@themantre themantre deleted the new-height-double-entry branch October 3, 2023 17:18
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.

2 participants