You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, submitting even a small amount of Ether to the pool consumes a lot of gas, see #82 (comment). This can be fixed by moving staking to a separate function in Lido.sol:
When a user submits Ether to the pool, it gets buffered and tokens are minted.
Actual staking of the buffered Ether happens in a separate function (which can be called by anyone).
The text was updated successfully, but these errors were encountered:
Currently, submitting even a small amount of Ether to the pool consumes a lot of gas, see #82 (comment). This can be fixed by moving staking to a separate function in Lido.sol:
The text was updated successfully, but these errors were encountered: