-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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(protocol): enable ETH deposit from L1 to L2 using withdrawalsRoot [1] #13617
Conversation
Agreed, the current cap is there to force people to pay more fees :) |
This PR enables depositing from Ethereum to Taiko using the new
withdrawalsRoot
field.A potential attack is that someone uses this approach to deposit large amount of Ether then use the Bridge to take Ether back to L1, then repeat this process until the Ether balance of an account overflows. Therefore, we cap the amount of Ether that can be deposited per L2 block.
Future optimizations are stated here: #13621