starknet-jvm icon indicating copy to clipboard operation
starknet-jvm copied to clipboard

Support RPC 0.8.1

Open franciszekjob opened this issue 7 months ago • 1 comments

Describe your changes

Support RPC 0.8.1

Linked issues

Closes

Breaking changes

  • [x] This issue contains breaking changes

EstimateFeeResponse:

  • gas amount fields are now of type Uint64
  • gas price fields are now of type Uint128
  • overallFee fields is not of type Uint128

franciszekjob avatar Apr 11 '25 10:04 franciszekjob

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.19%. Comparing base (d5b8753) to head (5e01f93). Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #551      +/-   ##
==========================================
- Coverage   67.66%   65.19%   -2.47%     
==========================================
  Files          91       94       +3     
  Lines        3260     3066     -194     
  Branches      373      374       +1     
==========================================
- Hits         2206     1999     -207     
- Misses        877      886       +9     
- Partials      177      181       +4     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Apr 11 '25 22:04 codecov-commenter

note: Change for type of websockets subscription id doesn't apply to us, as there's no support for it ATM.

franciszekjob avatar Apr 14 '25 08:04 franciszekjob