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

validate validator metadata #4036

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

Conversation

tzemanovic
Copy link
Member

Describe your changes

fixes #4033

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 added a commit that referenced this pull request Nov 15, 2024
@tzemanovic tzemanovic force-pushed the tomas/validate-validator-metadata branch from 4c3b72a to 34b7aaa Compare November 15, 2024 12:33
@tzemanovic tzemanovic marked this pull request as ready for review November 15, 2024 12:33
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

Attention: Patch coverage is 76.92308% with 18 lines in your changes missing coverage. Please review.

Project coverage is 74.32%. Comparing base (39889ae) to head (34b7aaa).

Files with missing lines Patch % Lines
crates/proof_of_stake/src/types/mod.rs 68.57% 11 Missing ⚠️
crates/proof_of_stake/src/vp.rs 76.92% 3 Missing ⚠️
crates/apps_lib/src/config/genesis/transactions.rs 50.00% 2 Missing ⚠️
crates/proof_of_stake/src/error.rs 0.00% 1 Missing ⚠️
crates/proof_of_stake/src/storage.rs 95.83% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4036      +/-   ##
==========================================
+ Coverage   74.09%   74.32%   +0.23%     
==========================================
  Files         341      341              
  Lines      107204   107216      +12     
==========================================
+ Hits        79428    79692     +264     
+ Misses      27776    27524     -252     

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

@brentstone brentstone added this to the v0.46.0 milestone Nov 18, 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.

validate validator metadata changes from on-chain tx
2 participants