-
## Problem
Slither has reported the following issues with the current codebase found in main. We should
review those and apply fixes (or ignore them where applicable).
https://github.com/mani…
-
## ManifoldLSD does not seem to mint or burn any of it's own tokens, only `mevETH`
Is ManifoldLSD token needed?
-
## Issue
If MevEthShareVault is used as a validator withdraw address, it should have a payValidatorWithdraw function like WagyuStaker.
https://github.com/manifoldfinance/mevETH/blob/7246ebef02baa5…
-
## Issue
If WagyuStaker is used as a validator withdraw address, it should have a payRewards function, like MevEthShareVault.
https://github.com/manifoldfinance/mevETH/blob/7246ebef02baa5f443c32…
-
## Issue
MevEthShareVault and WagyuStaker can be used as vaildator withdraw addresses. They should inherit Auth for the following reasons:
- `payValidatorWithdraw` requires care when calling as it…
-
**Is your feature request related to a problem? Please describe.**
Currently in `MevETH` contract we can find the following `TODO`:
```solidity
todo: send event with nonce - check opengate
```…
-
## Status
Reported
## Type
Vulnerability
## Severity
High
## Code Snippet:
```js
function grantValidatorWithdraw() external payable {
// Check that the sender is the staking module …
-
## Introduction
0xBeans was in charge of the development of [mevETH](https://github.com/0xbeans/mevETH) up until recently. He might not continue developing the mevETH smart contracts.
On 0xBeans…
-
## Status
Addressed
## Type
Vulnerability
## Severity
High
## Code Snippet:
```js
function grantRewards() external payable {
// Process the withdrawal queue, paying out any pen…
-
## Problem
In a similar fashion to `grantRewards`, a function is needed to refund validator exits. This cannot be the same as grantRewards because it should not increase the value of elastic balance …