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: opt in and out of strategy rewards #14

Merged
merged 7 commits into from
May 30, 2024

Conversation

haythemsellami
Copy link
Member

Fix LEND-394.

@haythemsellami haythemsellami self-assigned this May 29, 2024
Copy link

linear bot commented May 29, 2024

Base automatically changed from feat/fees to main May 29, 2024 13:13
bytes32 public constant PERFORMANCE_FEE_MANAGER_ROLE = keccak256("PERFORMANCE_FEE_MANAGER_ROLE");
bytes32 public constant PERFORMANCE_FEE_MANAGER_ROLE_ADMIN_ROLE =
keccak256("PERFORMANCE_FEE_MANAGER_ROLE_ADMIN_ROLE");
bytes32 public constant TREASURY_MANAGER_ROLE = keccak256("TREASURY_MANAGER_ROLE");
Copy link
Member Author

Choose a reason for hiding this comment

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

I updated the role here, called it TREASURY to basically manage performance fee and interact with strategy underlying reward stream.

@haythemsellami haythemsellami changed the title [WIP]Feat: opt in and out of strategy rewards Feat: opt in and out of strategy rewards May 30, 2024
@haythemsellami haythemsellami merged commit ced8cc3 into main May 30, 2024
1 check passed
@haythemsellami haythemsellami deleted the feat/opt-in-strategy-rewards branch May 30, 2024 11:57
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.

1 participant