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

refactor: move more methods out of ValidatorSigner #12500

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

pugachAG
Copy link
Contributor

@pugachAG pugachAG commented Nov 21, 2024

This PR finalises the effort started in #12422: all unnecessary methods are moved out of ValidatorSigner to the client code.

@pugachAG pugachAG marked this pull request as ready for review November 21, 2024 19:50
@pugachAG pugachAG requested a review from a team as a code owner November 21, 2024 19:50
Copy link
Contributor

@shreyan-gupta shreyan-gupta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🫶

Copy link
Contributor

@tayfunelmas tayfunelmas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for more cleanup! lgtm

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.96%. Comparing base (9e4933b) to head (c81185c).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12500      +/-   ##
==========================================
+ Coverage   69.84%   69.96%   +0.11%     
==========================================
  Files         838      838              
  Lines      169410   169132     -278     
  Branches   169410   169132     -278     
==========================================
+ Hits       118323   118326       +3     
+ Misses      45840    45678     -162     
+ Partials     5247     5128     -119     
Flag Coverage Δ
backward-compatibility 0.16% <0.00%> (+<0.01%) ⬆️
db-migration 0.16% <0.00%> (+<0.01%) ⬆️
genesis-check 1.28% <0.00%> (-0.01%) ⬇️
linux 69.28% <100.00%> (+0.11%) ⬆️
linux-nightly 69.51% <100.00%> (+0.08%) ⬆️
macos 51.11% <94.87%> (+0.11%) ⬆️
pytests 1.59% <0.00%> (-0.01%) ⬇️
sanity-checks 1.40% <0.00%> (-0.01%) ⬇️
unittests 69.78% <100.00%> (+0.11%) ⬆️
upgradability 0.20% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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


🚨 Try these New Features:

@pugachAG pugachAG added this pull request to the merge queue Nov 22, 2024
Merged via the queue into master with commit af0c1f2 Nov 22, 2024
23 checks passed
@pugachAG pugachAG deleted the clean-up-validator-signer branch November 22, 2024 10:15
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.

3 participants