-
Notifications
You must be signed in to change notification settings - Fork 184
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] make deposit available for all EVM addresses #5473
[Flow EVM] make deposit available for all EVM addresses #5473
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
previously we were not sure how to deal with deposits to the smart contract addresses, I found a solution for it #5469, and using a two-step process makes it possible now. |
Awesome!
Nevermind, I just saw the target branch. I updated the description. |
…g' into ramtin/5468-part2-deposit-for-all-evm-addresses
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5473 +/- ##
==========================================
- Coverage 55.84% 55.53% -0.32%
==========================================
Files 1030 957 -73
Lines 100803 95126 -5677
==========================================
- Hits 56295 52829 -3466
+ Misses 40178 38117 -2061
+ Partials 4330 4180 -150
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Depends on #5469
Closes #5468