-
Notifications
You must be signed in to change notification settings - Fork 215
WIP: Support for TW in SR #1009
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
Conversation
Hardhat Unit Tests Coverage Summary
Diff against master
Results for commit: 3ea1bff Minimum allowed coverage is ♻️ This comment has been updated with latest results |
…ngModule interfaces
…XITED_VALIDATORS_STATUS_ROLE for clarity
…Router and IStakingModule interfaces
uint256 _exitType | ||
) | ||
external | ||
onlyRole(REPORT_EXITED_VALIDATORS_ROLE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe rename from REPORT_EXITED_VALIDATORS_ROLE
to REPORT_VALIDATOR_TRIGGERABLE_EXIT_ROLE
bytes calldata _eligibleToExitInSec | ||
) | ||
external | ||
onlyRole(REPORT_EXITED_VALIDATORS_STATUS_ROLE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "REPORT_EXITING_VALIDATOR_STATUS_ROLE"
WIP