kabocha-network/pallet_supersig

approve_call worst case scenario consume too much wieght

gdnathan opened this issue · 1 comments

the function, after it validated the vote, will check if the proposal have a SimpleMajority, and if yes, execute the call. the worst case scenario is when this SimpleMajority is reached, so the weigh will have two problems:

-It depends on a unknown function call that have its own weight
-The function will have hight weight just for giving a vote

Out of date