The DeleteDeposit
should be renamed and the funds from rejected proposals should go to the community pool.
Quoting the whitepaper:
If more than half of the voters choose to take the deposit (e.g. because the proposal was spam), the deposit goes to the reserve pool, except any atoms which are burned.
See line 448:
cc: @alessio @sunnya97
Given a governance proposal
If the proposal is rejected
Then the existing Deposit (if any) amount should be transfer to the CommunityPool
Given a governance proposal P
Given P is rejected
When I query the CommunityPool using gaiacli q distr community-pool
Then it should return the updated amount of coins
Given a governance proposal P
Given P is rejected
When I query the CommunityPool using GET /distribution/community_pool
Then it should return the updated amount of coins
/cc @zmanian
Per Zaki's suggestion, which I think is obvious, this should be implemented given the approval of a text governance proposal.
merged to master #4373
Most helpful comment
Per Zaki's suggestion, which I think is obvious, this should be implemented given the approval of a text governance proposal.