Content
@
https://opensea.io/collection/nouns
0 reply
1 recast
1 reaction
0xdusk
@0xdusk
@rocketman is this by design?
5 replies
1 recast
25 reactions
rocketman
@rocketman
unfortunately gas usage for these cross chain proofs scales linearly because there's a proof for every storage slot of tokenId ownership
2 replies
0 recast
4 reactions
wiz
@wiz
i believe there is a slot for current voting power. @sams did some federation work where we were able to solve for this
3 replies
0 recast
1 reaction
Sam
@sams
Yeah, here's the relevant code I used The balance slot is 4 and the delegation slot is 11 https://github.com/nounish/federation-protocol/blob/0ac7780ca8932988540a24eb79ebb1c83efa3cb7/src/module/l2-governance/nouns/NounsGovernor.sol#L264
1 reply
0 recast
3 reactions
rocketman
@rocketman
ah ok nvm the issue is we store votes on a per tokenId basis to avoid the need to re-snapshot votes so we need to verify ownership of each individual token actually
0 reply
0 recast
1 reaction
rocketman
@rocketman
oh bet will check it out / add to list for next upgrade, not sure how i missed this
0 reply
0 recast
0 reaction