Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Conversation

@fmoletta
Copy link
Contributor

@fmoletta fmoletta commented Jun 8, 2023

Also updates cairo-vm to v0.5.2

@fmoletta fmoletta linked an issue Jun 8, 2023 that may be closed by this pull request
@fmoletta fmoletta changed the title Fix how execution resources are handled during ExecuteEntryPoint::_execute Fix how execution resources are handled during ExecuteEntryPoint::execute Jun 9, 2023
@fmoletta fmoletta marked this pull request as ready for review June 12, 2023 13:44
@codecov-commenter
Copy link

codecov-commenter commented Jun 12, 2023

Codecov Report

Merging #634 (e6d4b86) into main (001f22e) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #634      +/-   ##
==========================================
+ Coverage   92.19%   92.21%   +0.01%     
==========================================
  Files          49       49              
  Lines       10214    10235      +21     
==========================================
+ Hits         9417     9438      +21     
  Misses        797      797              
Impacted Files Coverage Δ
.../business_logic/execution/execution_entry_point.rs 97.24% <100.00%> (+0.08%) ⬆️
src/business_logic/transaction/declare.rs 98.73% <100.00%> (+<0.01%) ⬆️
src/testing/state.rs 96.82% <100.00%> (+0.02%) ⬆️

Copy link
Collaborator

@juanbono juanbono left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should wait the merge of your PR in cairo-rs and update this one accordingly instead of enabling the trace

@fmoletta fmoletta requested a review from juanbono June 13, 2023 13:24
@fmoletta fmoletta linked an issue Jun 13, 2023 that may be closed by this pull request
@fmoletta fmoletta enabled auto-merge June 13, 2023 18:31
@fmoletta fmoletta added this pull request to the merge queue Jun 13, 2023
Merged via the queue into main with commit 62f92d6 Jun 13, 2023
@juanbono juanbono deleted the fix-execution-resources-handling branch June 14, 2023 20:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to Cairo 0.5.2 Fix empty ExecutionResources in ExecuteExtryPoint::_execute's output

5 participants