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

[Flow EVM] COA ownership proofs - part 1 #5341

Merged
merged 6 commits into from
Feb 8, 2024

Conversation

ramtinms
Copy link
Member

@ramtinms ramtinms commented Feb 1, 2024

This PR defines an interface for Invoke function in the FVM interface and exposes it to the EVM. This method is used by the Cadence Arch smart contract to query EVM.

Note that I think the way Invoke works is we still track computation, so this might result in double counting.

@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7d7a9ab) 56.00% compared to head (f889b61) 55.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5341      +/-   ##
==========================================
- Coverage   56.00%   55.98%   -0.03%     
==========================================
  Files        1021     1021              
  Lines       98524    98524              
==========================================
- Hits        55183    55162      -21     
- Misses      39211    39229      +18     
- Partials     4130     4133       +3     
Flag Coverage Δ
unittests 55.98% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ramtinms ramtinms marked this pull request as ready for review February 1, 2024 22:17
@ramtinms ramtinms added this pull request to the merge queue Feb 8, 2024
Merged via the queue into master with commit 7400952 Feb 8, 2024
51 checks passed
@ramtinms ramtinms deleted the ramtin/5197-part1-expose-invoke branch February 8, 2024 17:34
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.

4 participants