NethermindEth / juno

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

Remove ForceFetchingTracesForBlocks feature #1910

Closed wojciechos closed 1 day ago

wojciechos commented 1 week ago

The ForceFetchingTracesForBlocks logic has been removed. Traces are now fallback for all blocks up to Starknet version v0.13.1, making the previous logic redundant.

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 75.43%. Comparing base (d9e6410) to head (bda6e61).

Files Patch % Lines
rpc/trace.go 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1910 +/- ## ========================================== + Coverage 75.40% 75.43% +0.03% ========================================== Files 97 97 Lines 8342 8341 -1 ========================================== + Hits 6290 6292 +2 + Misses 1522 1520 -2 + Partials 530 529 -1 ```

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