snapshot-labs / sx-evm

Core smart contracts of Snapshot X for EVM
https://docs.snapshotx.xyz
20 stars 10 forks source link

Change `address voter` to `uint256 voter` for interop with other chains #222

Closed pscott closed 1 year ago

pscott commented 1 year ago

If we want to remnain modular with other chains, we need to alleviate this restriction on the voter address. We need to change that in the getVotingPower interface also

pscott commented 1 year ago

and author: https://github.com/snapshot-labs/sx-evm/blob/9f5f1fe49bb10c3b63f15ffd892ba0a578d67a43/src/Space.sol#L204

pscott commented 1 year ago

Decided not to follow through on this one as we will priority SX-SN for multichain