NethermindEth / juno

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

Replace Goerli network with Sepolia in the test TestBlockTransactionCount #1793

Closed stefanalfbo closed 2 months ago

stefanalfbo commented 2 months ago

This PR is fixing the issue #1792, includes making a copy of necessary testdata used from the goerli directory to the sepolia directory.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 74.20%. Comparing base (84669c3) to head (1e8e516).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1793 +/- ## ========================================== - Coverage 74.29% 74.20% -0.10% ========================================== Files 90 90 Lines 8206 8206 ========================================== - Hits 6097 6089 -8 - Misses 1586 1591 +5 - Partials 523 526 +3 ```

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

stefanalfbo commented 2 months ago

Ok, I will do that for both PR\s, thanks for the links and the feedback!