Skip to content

Receiver pot #68

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

Closed
wants to merge 31 commits into from
Closed

Receiver pot #68

wants to merge 31 commits into from

Conversation

akshay111meher
Copy link
Member

Add Receiver Pot Feature

uint256[] calldata _payouts,
uint256 _epoch
) external onlyFeeder {
function feed(bytes32 _networkId, address[] calldata _clusters, uint256[] calldata _payouts, uint256 _epoch) external onlyFeeder {
Copy link
Member

Choose a reason for hiding this comment

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

This function can be removed.


bytes32 public constant CLAIMER_ROLE = keccak256("CLAIMER_ROLE");
bytes32 public constant FEEDER_ROLE = keccak256("FEEDER_ROLE");
uint256 public constant RECEIVER_TICKETS_PER_EPOCH = 2**16;
uint256 public constant RECEIVER_TICKETS_PER_EPOCH = 2 ** 16;
uint256 constant SWITCHING_PERIOD = 33 days;
Copy link
Member

Choose a reason for hiding this comment

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

This variable can be removed

@akshay111meher
Copy link
Member Author

All the changes this PR have been re-implemented in PR 77

Hence, closing the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants