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

feat: add mocked resources #111

Closed varex83 closed 1 month ago

rodrigo-pino commented 1 month ago

Can you also add a link to the Juno branch which would come in Tandem with this update

varex83 commented 1 month ago

Can you also add a link to the Juno branch which would come in Tandem with this update

I don't have permissions to push new branches, so I've sent the patch file to the Slack

varex83 commented 1 month ago

Juno branch: bohdan/mocked-resources

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 17.75701% with 88 lines in your changes missing coverage. Please review.

Project coverage is 80.39%. Comparing base (b976dcd) to head (9d21322). Report is 2 commits behind head on native2.6.4.

Files Patch % Lines
crates/blockifier/src/debug.rs 4.68% 61 Missing :warning:
.../blockifier/src/transaction/account_transaction.rs 0.00% 9 Missing and 4 partials :warning:
crates/blockifier/src/transaction/transactions.rs 59.25% 3 Missing and 8 partials :warning:
...lockifier/src/transaction/transaction_execution.rs 0.00% 1 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## native2.6.4 #111 +/- ## =============================================== - Coverage 81.02% 80.39% -0.64% =============================================== Files 77 78 +1 Lines 10872 10853 -19 Branches 10872 10853 -19 =============================================== - Hits 8809 8725 -84 - Misses 1588 1650 +62 - Partials 475 478 +3 ```

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

rodrigo-pino commented 1 month ago

Stale for now