NethermindEth / juno

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

Update starknet.go version to fix failing tests #2215

Closed wojciechos closed 1 month ago

wojciechos commented 1 month ago

The tests TestBlockWithTxHashes and TestBlockWithTxs were failing due to outdated starknet.go. Updating starknet.go should resolve these failures, as seen in the failing test sample.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 78.60%. Comparing base (5844141) to head (5f0b4f2). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2215 +/- ## ========================================== + Coverage 78.56% 78.60% +0.04% ========================================== Files 102 102 Lines 9205 9205 ========================================== + Hits 7232 7236 +4 + Misses 1341 1339 -2 + Partials 632 630 -2 ```

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