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: add transient storage methods for the execute context for rust bindings #725

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timi-y
Copy link

@timi-y timi-y commented Dec 13, 2024

Background

Hello community, I am working on a project called Dora written in Rust Integrated into EVMC Rust Bindings, I found that the ExecuteContext is missing methods for tload and tstore, so I opened the PR to add them.

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.41%. Comparing base (6e5766d) to head (c0857a3).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #725   +/-   ##
=======================================
  Coverage   93.41%   93.41%           
=======================================
  Files          26       26           
  Lines        3887     3887           
  Branches      404      404           
=======================================
  Hits         3631     3631           
  Misses        140      140           
  Partials      116      116           

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.

1 participant