starknet-jvm
starknet-jvm copied to clipboard
Support RPC 0.8.1
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 overallFeefields is not of typeUint128
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.
note: Change for type of websockets subscription id doesn't apply to us, as there's no support for it ATM.