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

migration fixes #4135

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

migration fixes #4135

wants to merge 8 commits into from

Conversation

tzemanovic
Copy link
Member

@tzemanovic tzemanovic commented Dec 2, 2024

Describe your changes

Checklist before merging

  • If this PR has some consensus breaking changes, I added the corresponding breaking:: labels
    • This will require 2 reviewers to approve the changes
  • If this PR requires changes to the docs or specs, a corresponding PR is opened in the namada-docs repo
    • Relevant PR if applies:
  • If this PR affects services such as namada-indexer or namada-masp-indexer, a corresponding PR is opened in that repo
    • Relevant PR if applies:

@tzemanovic tzemanovic added the backport-libs-0.46 Backport libraries to 0.46 maintenance branch label Dec 2, 2024
tzemanovic added a commit that referenced this pull request Dec 2, 2024
@tzemanovic
Copy link
Member Author

ah, an integration test is failing

@tzemanovic tzemanovic marked this pull request as draft December 4, 2024 15:53
tzemanovic added a commit that referenced this pull request Dec 5, 2024
@tzemanovic tzemanovic force-pushed the bat+tiago/atomic-commit-migrations branch from 0c27441 to 4c20ff8 Compare December 5, 2024 18:36
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

Attention: Patch coverage is 41.69492% with 172 lines in your changes missing coverage. Please review.

Project coverage is 74.51%. Comparing base (18d2ef0) to head (ffefc11).
Report is 42 commits behind head on main.

Files with missing lines Patch % Lines
crates/sdk/src/migrations.rs 32.20% 80 Missing ⚠️
crates/storage/src/mockdb.rs 0.00% 62 Missing ⚠️
crates/node/src/storage/rocksdb.rs 67.07% 27 Missing ⚠️
crates/node/src/lib.rs 0.00% 2 Missing ⚠️
crates/node/src/shell/mod.rs 94.44% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4135      +/-   ##
==========================================
- Coverage   74.56%   74.51%   -0.05%     
==========================================
  Files         341      341              
  Lines      107495   107638     +143     
==========================================
+ Hits        80152    80206      +54     
- Misses      27343    27432      +89     

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

@tzemanovic tzemanovic force-pushed the bat+tiago/atomic-commit-migrations branch from 4c20ff8 to c1f2b14 Compare December 6, 2024 11:58
@tzemanovic tzemanovic marked this pull request as ready for review December 6, 2024 11:59
@tzemanovic tzemanovic added breaking: protocol and removed backport-libs-0.46 Backport libraries to 0.46 maintenance branch labels Dec 6, 2024
@tzemanovic tzemanovic requested review from yito88 and grarco December 6, 2024 12:00
@brentstone
Copy link
Collaborator

@tzemanovic what's the latest with this branch?

@tzemanovic
Copy link
Member Author

@tzemanovic what's the latest with this branch?

it's rdy to merge whenever we want to include it

@brentstone brentstone added this to the v1.1.0 milestone Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid MerkleTreeStoresRead after restarting a 0.45 to 0.46 upgraded validator
5 participants