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

fix: RPC v0.8 now doesn't support broadcasted transaction less than v3 #2544

Merged
merged 4 commits into from
Feb 25, 2025

Rename from validateVersion to validateVersion03

37dbd51
Select commit
Loading
Failed to load commit list.
Merged

fix: RPC v0.8 now doesn't support broadcasted transaction less than v3 #2544

Rename from validateVersion to validateVersion03
37dbd51
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 25, 2025 in 0s

73.61% (target 70.00%)

View this Pull Request on Codecov

73.61% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 73.61%. Comparing base (7239e37) to head (37dbd51).

Files with missing lines Patch % Lines
validator/validator.go 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2544      +/-   ##
==========================================
+ Coverage   73.57%   73.61%   +0.04%     
==========================================
  Files         137      137              
  Lines       16662    16659       -3     
==========================================
+ Hits        12259    12264       +5     
+ Misses       3537     3531       -6     
+ Partials      866      864       -2     

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