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(node): throw clear error message if unsupported protocol #1898

Merged
merged 1 commit into from Sep 19, 2023

Conversation

davidyuk
Copy link
Member

closes #1878

This PR is supported by the Æternity Crypto Foundation

@davidyuk davidyuk added this to the v13.2.2 milestone Sep 16, 2023
@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Patch coverage: 83.33% and project coverage change: +0.04% 🎉

Comparison is base (dec62a4) 81.37% compared to head (21dfe34) 81.42%.
Report is 14 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1898      +/-   ##
===========================================
+ Coverage    81.37%   81.42%   +0.04%     
===========================================
  Files           94       94              
  Lines         3361     3370       +9     
  Branches       671      672       +1     
===========================================
+ Hits          2735     2744       +9     
  Misses         303      303              
  Partials       323      323              
Files Changed Coverage Δ
src/tx/builder/field-types/fee.ts 95.55% <0.00%> (ø)
src/tx/builder/field-types/gas-price.ts 77.77% <0.00%> (ø)
src/utils/crypto.ts 95.74% <ø> (ø)
src/Node.ts 92.98% <100.00%> (+1.31%) ⬆️
src/contract/Contract.ts 75.28% <100.00%> (ø)
src/utils/autorest.ts 90.66% <100.00%> (ø)

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

@davidyuk davidyuk merged commit 6d9c757 into develop Sep 19, 2023
5 checks passed
@davidyuk davidyuk deleted the feature/check-consensus branch September 19, 2023 04:30
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.

Correct error message if unsupported protocol version
1 participant