These are the steps that I took to remove a delegation on the Nouns Build UI and it still says I don’t hold votes. What can I do?
is it something about not being able to delegate to yourself (the address that holds the nft)? is there no “removeDelegate” thing in the UI or protocol level? I can look into this more if no luck
Not sure, I am wondering if even when token is in your wallet the snapshot doesn’t consider it a vote if it is delegated to someone else
Hey @valcoholics, The FE says you don’t hold votes because Delegation doesn’t actually put the token in your wallet.
The FE on the nouns builder in the proposals sections, last I checked, went off of token ownership not vote count. It queries the nftCount
for a token holder from the graphql API, which is the cause of some of the proposal problems.
This is the logs for the delegation transaction.
Delegation emits 3 events at the smart contract level:
- 1 for the the change of delegation called
DelegateChanged
with arguments for thedelegator
,from
and,to
addresses. - 1 for the change in total vote count of the
from
address - 1 for the change in total vote count for the
to
address
Delegation should of went through change went through, it’s just the FE logic that’s off.
thx for taking the time to dig in. Will send over to nouns builder team
@valcoholics just sent it in slack. nb team told me fastest way to get a response is the report-bugs-and-issues channel of the builder discord
thanks for flagging this @valcoholics ! We’re gonna make a ticket to prioritize a fix for this ASAP
just tested this out. It looks like you should still be able to vote on a proposal but you’re not able to create one without a token. We’ll have to update the copy to not say “you have no votes” when you’re a delegate
okay team!! love the quick help
I have no proposals to test it in now but its been buggy for awhile, will send over my other issues
blobitty in the forum its over