Skip to content
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

feat(ethexe): symbiotic middleware for ethexe #4318

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

grishasobol
Copy link
Member

No description provided.

@grishasobol grishasobol added the A0-pleasereview PR is ready to be reviewed by the team label Oct 30, 2024
@grishasobol grishasobol self-assigned this Oct 30, 2024
function getActiveOperatorsStakeAt(uint48 ts)
public
view
returns (address[] memory active_operators, uint256[] memory stakes)
Copy link
Member

@StackOverflowExcept1on StackOverflowExcept1on Nov 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use camel case (everywhere)

Suggested change
returns (address[] memory active_operators, uint256[] memory stakes)
returns (address[] memory activeOperators, uint256[] memory stakes)

view
returns (address[] memory active_operators, uint256[] memory stakes)
{
_checkTimestamp(ts);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview PR is ready to be reviewed by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants