feat(incentives): add implementation#1681
Merged
0xClandestine merged 62 commits intorelease-dev/incentive-councilfrom Jan 9, 2026
Merged
feat(incentives): add implementation#16810xClandestine merged 62 commits intorelease-dev/incentive-councilfrom
0xClandestine merged 62 commits intorelease-dev/incentive-councilfrom
Conversation
9883f5b to
30bc2aa
Compare
Base automatically changed from
feat/interface-design
to
release-dev/incentive-council
December 17, 2025 18:34
d0b6992 to
b80bdfd
Compare
0xClandestine
commented
Dec 19, 2025
0xClandestine
commented
Dec 19, 2025
elhajin
requested changes
Jan 8, 2026
better ux, simpler checks
elhajin
reviewed
Jan 9, 2026
elhajin
reviewed
Jan 9, 2026
elhajin
approved these changes
Jan 9, 2026
ypatil12
reviewed
Jan 9, 2026
| uint256 currentEpoch = getCurrentEpoch(); | ||
|
|
||
| // Check if the distribution is disabled. | ||
| if (distribution.distributionType == DistributionType.Disabled) { |
Collaborator
There was a problem hiding this comment.
Nit: if revert should be changed to require(revert) for styling
0xClandestine
added a commit
that referenced
this pull request
Jan 14, 2026
**Motivation:** We need to implement the ELIP-012 proposed implementation. **Modifications:** - Adds new `EmissionsController`. **Result:** New contract with owner who sets incentive council, an address privileged with configuring EIGEN emissions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation:
We need to implement the ELIP-012 proposed implementation.
Modifications:
EmissionsController.Result:
New contract with owner who sets incentive council, an address privileged with configuring EIGEN emissions.