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] fix tx hash bug for direct calls (deposit, withdraw) #5454

Merged
merged 4 commits into from
Feb 26, 2024

Conversation

ramtinms
Copy link
Contributor

@ramtinms ramtinms commented Feb 23, 2024

This PR fixes the tx hash missing for some of the direct calls.

@ramtinms ramtinms marked this pull request as ready for review February 23, 2024 23:45
@ramtinms ramtinms requested a review from sideninja February 23, 2024 23:45
@codecov-commenter
Copy link

codecov-commenter commented Feb 23, 2024

Codecov Report

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

Project coverage is 55.99%. Comparing base (9ca5a55) to head (05e4140).

Files Patch % Lines
fvm/evm/types/call.go 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5454      +/-   ##
==========================================
- Coverage   60.75%   55.99%   -4.77%     
==========================================
  Files         771     1026     +255     
  Lines       74931    99937   +25006     
==========================================
+ Hits        45526    55955   +10429     
- Misses      25986    39690   +13704     
- Partials     3419     4292     +873     
Flag Coverage Δ
unittests 55.99% <57.14%> (-4.77%) ⬇️

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 added this pull request to the merge queue Feb 26, 2024
Merged via the queue into master with commit c4831ee Feb 26, 2024
50 of 51 checks passed
@ramtinms ramtinms deleted the ramtin/flow-evm-fix-tx-hash-issue branch February 26, 2024 15:02
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