NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
371 stars 157 forks source link

Support starknet 0.13.1.1 #1770

Closed kirugan closed 3 months ago

kirugan commented 3 months ago

Closes #1761

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 72.00%. Comparing base (bb79fde) to head (3549b6d). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1770 +/- ## ========================================== - Coverage 72.17% 72.00% -0.17% ========================================== Files 90 90 Lines 9691 9691 ========================================== - Hits 6994 6978 -16 - Misses 2176 2187 +11 - Partials 521 526 +5 ```

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

IronGauntlets commented 3 months ago

The supported starknet version should also be increased to 0.13.1.1

kirugan commented 3 months ago

The supported starknet version should also be increased to 0.13.1.1

I tried it semver.MustParse(...) won't handle this version because it's not compliant with semver. Technically blocks from 0.13.1.1 are the same as 0.13.1 - there is no change in structure