NethermindEth / blockifier

Blockifier is a Rust implementation for the transaction-executing component in the StarkNet sequencer, in charge of creating state diffs and blocks.
Apache License 2.0
1 stars 4 forks source link

fix: remove U256 workarounds #110

Closed xrvdg closed 2 months ago

xrvdg commented 2 months ago

Fix: https://github.com/NethermindEth/blockifier/issues/97

Cairo native has fixed the byte order of U256 and in this PR we incorporate the fix and remove our workaround.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 80.62%. Comparing base (e9d149f) to head (62c4532).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## native2.6.4 #110 +/- ## =============================================== - Coverage 80.63% 80.62% -0.02% =============================================== Files 77 77 Lines 10587 10579 -8 Branches 10587 10579 -8 =============================================== - Hits 8537 8529 -8 Misses 1584 1584 Partials 466 466 ```

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