Describe the bug
The state query gameDaoGovernance.proposalStates delivery for any Proposal Hash the same value (1) even though there should be 7 different states possible. Thats the reason why on the proposal page all proposal seem "active".
To Reproduce
Steps to reproduce the behavior:
Go to polkadot.js wallet > developer > Chain State
Select gameDaoGovernance and select proposalStates(Hash)
enter proposal hash from a proposal which is expired and rejected or accepted
submit query
retrieve 1 back as a result
Expected behavior
If a proposal has expired and was accepted the value 2 should be coming back according to:
Describe the bug The state query gameDaoGovernance.proposalStates delivery for any Proposal Hash the same value (1) even though there should be 7 different states possible. Thats the reason why on the proposal page all proposal seem "active".
To Reproduce Steps to reproduce the behavior:
Expected behavior If a proposal has expired and was accepted the value 2 should be coming back according to:
Additional context probably to be fixed on chain