-
## Status
Reported
## Type
Vulnerability
## Severity
High
## Code Snippet:
```js
function payRewards() external onlyOperator {
// Cache the rewards balance.
uint256 …
-
## 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…
-
**Is your feature request related to a problem? Please describe.**
receive() function currently only accepts weth withdraws. Should allow rewards to be sent, and validator withdrawls.
**Describe t…
-
## 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…
-
## 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 …
-
**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
```…
-
## Problem
Currently, there are no events being emitted, making it difficult for an off-chain app to keep tabs on when a validator was registered.
## Solution
Emit an event.
-
## Status
Addressed
## Type
Vulnerability
## Severity
High
## Code Snippet:
```js
function grantRewards() external payable {
// Process the withdrawal queue, paying out any pen…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…