NethermindEth / juno

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

General function for commitement parallel processing #2169

Closed AnkushinDaniil closed 1 month ago

AnkushinDaniil commented 2 months ago

Add a generic calculateCommitment function and use it to calculate the commitment

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 97.22222% with 2 lines in your changes missing coverage. Please review.

Project coverage is 78.62%. Comparing base (6b683d8) to head (26da3eb). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
core/transaction.go 96.61% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2169 +/- ## ========================================== + Coverage 78.47% 78.62% +0.14% ========================================== Files 100 100 Lines 9240 9191 -49 ========================================== - Hits 7251 7226 -25 + Misses 1351 1339 -12 + Partials 638 626 -12 ```

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