Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cannot estimate gasPrice on previewnet #345

Merged
merged 2 commits into from
Jul 20, 2022
Merged

Conversation

ar-conmit
Copy link
Collaborator

@ar-conmit ar-conmit commented Jul 19, 2022

Signed-off-by: Anton Rusev anton.rusev.code@gmail.com

Description:

  • Upgrade to newer sdk version - 2.17.0

Related issue(s):

Fixes #344

Notes for reviewer:
Fees file on previewnet contains a new fee type(hederaFunctionality=86) which does not exists in the older sdk versions and cannot be parsed by the sdk

added in v. 2.17.0:

case 86:
     return RequestType.Prng;

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Anton Rusev <anton.rusev.code@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #345 (81409da) into main (bbc34c6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #345   +/-   ##
=======================================
  Coverage   62.29%   62.29%           
=======================================
  Files           9        9           
  Lines         870      870           
  Branches      142      142           
=======================================
  Hits          542      542           
  Misses        290      290           
  Partials       38       38           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bbc34c6...81409da. Read the comment docs.

Signed-off-by: nikolay <n.atanasow94@gmail.com>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Collaborator

@natanasow natanasow left a comment

Choose a reason for hiding this comment

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

LG

@Nana-EC Nana-EC requested review from lukelee-sl and shemnon July 19, 2022 13:21
@Nana-EC Nana-EC merged commit cc9ba38 into main Jul 20, 2022
@Nana-EC Nana-EC deleted the 344-gasPrice-previewnet-error branch July 20, 2022 05:01
@Nana-EC Nana-EC added enhancement New feature or request P2 process Build, test and deployment-process related tasks labels Jul 26, 2022
@Nana-EC Nana-EC added this to the 0.4.0 milestone Jul 26, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request P2 process Build, test and deployment-process related tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot estimate gasPrice on previewnet
5 participants