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] make deposit available for all EVM addresses #5473

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

ramtinms
Copy link
Contributor

@ramtinms ramtinms commented Feb 28, 2024

Depends on #5469
Closes #5468

@ramtinms ramtinms changed the title allow deposit for all EVM addresses [Flow EVM] make deposit available for all EVM addresses Feb 28, 2024
@ramtinms ramtinms marked this pull request as ready for review February 28, 2024 03:48
@ramtinms ramtinms requested a review from turbolent February 28, 2024 03:48
Copy link
Member

@turbolent turbolent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

What was the reasoning for brining this back? We used to have it a while back, and then it got removed in #5280 to resolve #5227. What changed since then?

@ramtinms
Copy link
Contributor Author

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.

@turbolent
Copy link
Member

turbolent commented Feb 28, 2024

Awesome!

Does that mean this PR actually depends on #5469?

Nevermind, I just saw the target branch. I updated the description.

…g' into ramtin/5468-part2-deposit-for-all-evm-addresses
Base automatically changed from ramtin/5468-part1-use-transfer-for-native-token-bridging to master March 5, 2024 20:33
@ramtinms ramtinms enabled auto-merge March 5, 2024 22:31
@codecov-commenter
Copy link

codecov-commenter commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.53%. Comparing base (d3d48b1) to head (db5594c).

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     
Flag Coverage Δ
unittests 55.53% <ø> (-0.32%) ⬇️

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 Mar 5, 2024
Merged via the queue into master with commit 61ee9b4 Mar 5, 2024
51 checks passed
@ramtinms ramtinms deleted the ramtin/5468-part2-deposit-for-all-evm-addresses branch March 5, 2024 23:06
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.

[Flow EVM] make deposit available for any EVM address
4 participants