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

feat: Add new rpc query function to check validators' liveness(uptime) #3899

Merged

Update crates/sdk/src/queries/vp/pos.rs

6dbf635
Select commit
Loading
Failed to load commit list.
Merged

feat: Add new rpc query function to check validators' liveness(uptime) #3899

Update crates/sdk/src/queries/vp/pos.rs
6dbf635
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 11, 2024 in 0s

73.00% (-0.04%) compared to 36ca7c3

View this Pull Request on Codecov

73.00% (-0.04%) compared to 36ca7c3

Details

Codecov Report

Attention: Patch coverage is 5.00000% with 38 lines in your changes missing coverage. Please review.

Project coverage is 73.00%. Comparing base (36ca7c3) to head (6dbf635).
Report is 58 commits behind head on main.

Files with missing lines Patch % Lines
crates/sdk/src/queries/vp/pos.rs 0.00% 33 Missing ⚠️
crates/sdk/src/rpc.rs 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3899      +/-   ##
==========================================
- Coverage   73.04%   73.00%   -0.04%     
==========================================
  Files         340      340              
  Lines      104816   104856      +40     
==========================================
- Hits        76559    76554       -5     
- Misses      28257    28302      +45     

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