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

go/consensus/cometbft: Fail ImmutableState creation if version is missing #6040

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented Feb 5, 2025

Fixes: #6039

Copy link

netlify bot commented Feb 5, 2025

Deploy Preview for oasisprotocol-oasis-core canceled.

Name Link
🔨 Latest commit 14f4641
🔍 Latest deploy log https://app.netlify.com/sites/oasisprotocol-oasis-core/deploys/67aa240cf540970008618eb4

@ptrus ptrus force-pushed the ptrus/fix/state-missing-version branch 7 times, most recently from 0483506 to d5ba3b2 Compare February 7, 2025 16:10
@ptrus ptrus changed the title go/consensus/cmetbft: Fail ImmutableState creation if version is missing go/consensus/cometbft: Fail ImmutableState creation if version is missing Feb 7, 2025
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.15%. Comparing base (7a3d8fc) to head (14f4641).
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6040      +/-   ##
==========================================
+ Coverage   64.69%   65.15%   +0.46%     
==========================================
  Files         635      635              
  Lines       64624    64634      +10     
==========================================
+ Hits        41809    42113     +304     
+ Misses      17907    17597     -310     
- Partials     4908     4924      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ptrus ptrus force-pushed the ptrus/fix/state-missing-version branch 6 times, most recently from 3b052c1 to 0eb80e6 Compare February 8, 2025 12:42
@ptrus ptrus marked this pull request as ready for review February 8, 2025 12:52
@ptrus ptrus force-pushed the ptrus/fix/state-missing-version branch 2 times, most recently from 0e95d83 to bec3784 Compare February 10, 2025 15:26
@ptrus ptrus force-pushed the ptrus/fix/state-missing-version branch from bec3784 to 6eaafdb Compare February 10, 2025 16:04
@ptrus ptrus force-pushed the ptrus/fix/state-missing-version branch from 6eaafdb to 14f4641 Compare February 10, 2025 16:06
@ptrus ptrus merged commit 7059cbd into master Feb 10, 2025
5 checks passed
@ptrus ptrus deleted the ptrus/fix/state-missing-version branch February 10, 2025 16:41
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.

Inconsistent state response when (explicitly) querying the latest block
2 participants