Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: access initial state in the middle of a transaction #249

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

obatirou
Copy link
Contributor

Close #32

@obatirou obatirou marked this pull request as ready for review December 11, 2024 12:40
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

Attention: Patch coverage is 84.21053% with 6 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@1e13f2e). Learn more about missing BASE report.

Files with missing lines Patch % Lines
cairo/src/instructions/system_operations.cairo 0.00% 4 Missing ⚠️
cairo/src/instructions/memory_operations.cairo 96.00% 1 Missing ⚠️
cairo/src/interpreter.cairo 80.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #249   +/-   ##
=======================================
  Coverage        ?   66.30%           
=======================================
  Files           ?       44           
  Lines           ?     7561           
  Branches        ?        0           
=======================================
  Hits            ?     5013           
  Misses          ?     2548           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@obatirou obatirou force-pushed the access-initial-state-mid-tx branch from ff29eac to 024ca30 Compare December 11, 2024 14:35
@ClementWalter ClementWalter merged commit f7577b7 into kkrt-labs:main Dec 11, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: access initial state in the middle of a transaction
2 participants