NethermindEth / juno

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

Fixes compilation of Cairo 2 classes #1757

Closed kirugan closed 3 months ago

kirugan commented 3 months ago

Closes #1748

Original error: "Cannot compile Sierra version 1.5.0 with the current compiler (sierra version: 1.4.0)" for input provided as new unit test

kirugan commented 3 months ago

@IronGauntlets is it ok if I add tests that will run using rust compiled code? to make sure that we solve the issue once and for all

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 72.10%. Comparing base (84a853b) to head (592cc4d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1757 +/- ## ========================================== - Coverage 72.15% 72.10% -0.06% ========================================== Files 90 90 Lines 9698 9698 ========================================== - Hits 6998 6993 -5 - Misses 2178 2181 +3 - Partials 522 524 +2 ```

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