IRISxiaowang / substrate-bank

MIT No Attribution
0 stars 0 forks source link

Bug: All aughorities has to vote again after authority rotation #48

Closed syan095 closed 8 months ago

syan095 commented 9 months ago

Reproduction step: Create a proposal in the Governance pallet. Have part of the council vote (e.g. A and B voted). Rotate to a new set of authority that contains A and B

Expected: A and B's vote are kept. Actual: All votes are cleared

We can keep the previous member's vote if they are still a member of the council.