EkuboProtocol/governance

governor: support multiple stakers

Open

#62 opened on Dec 1, 2024

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Cairo (33 forks)auto 404
good first issue

Repository metrics

Stars
 (68 stars)
PR merge metrics
 (PR metrics pending)

Description

in the governor we need to support migration to improved staker contracts. the governor needs to be able to point to multiple staker contracts and add utilize voting weights from any of them.

e.g. you can specify any 'allowed' staker address when voting, and then voters can vote with all of the allowed stakers for which they have staked tokens

keep the old methods so that the contract is backwards compatible by using the current staker as a default staker

Contributor guide