NethermindEth / juno

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

Update trace fallback to v0.13.1 #1890

Closed wojciechos closed 3 weeks ago

wojciechos commented 3 weeks ago

This PR updates the trace fallback version to v0.13.1 to address discrepancies in transaction traces. Some transactions traced using the buggy blockifier version showed different results due to changes in the blockifier between Starknet v0.13.1 and v0.13.1.1. By updating the fallback version, we aim to ensure consistency in transaction tracing.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 75.42%. Comparing base (e8f8d38) to head (0e0759e).

Files Patch % Lines
rpc/trace.go 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1890 +/- ## ======================================= Coverage 75.42% 75.42% ======================================= Files 97 97 Lines 8342 8343 +1 ======================================= + Hits 6292 6293 +1 Misses 1519 1519 Partials 531 531 ```

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