manifoldfinance / mevETH2

mevETH LST Protocol - Repo has migrated see link
https://github.com/MEV-Protocol/meveth
27 stars 2 forks source link

MevEthShareVault should have payValidatorWithdraw like WagyuStaker #26

Closed sandybradley closed 1 year ago

sandybradley commented 1 year ago

Issue

If MevEthShareVault is used as a validator withdraw address, it should have a payValidatorWithdraw function like WagyuStaker. https://github.com/manifoldfinance/mevETH/blob/7246ebef02baa5f443c32ec866fc90b3bd4d7cb2/src/WagyuStaker.sol#L65C14-L65C34

Solution

Add payValidatorWithdraw function to MevEthShareVault.

ControlCplusControlV commented 1 year ago

Fixed in manifoldfinance/mevETH#166