You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Given a governance proposal If the proposal is rejected Then the existing Deposit (if any) amount should be transfer to the CommunityPool
AC2
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
AC3
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
The text was updated successfully, but these errors were encountered:
Summary of Bug
The
DeleteDeposit
should be renamed and the funds from rejected proposals should go to the community pool.Quoting the whitepaper:
Steps to Reproduce
See line 448:
cosmos-sdk/x/gov/keeper.go
Lines 438 to 455 in 21e0d3c
cc: @alessio @sunnya97
For Admin Use
Acceptance Criteria
AC1
Given a governance proposal
If the proposal is rejected
Then the existing Deposit (if any) amount should be transfer to the
CommunityPool
AC2
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
AC3
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
The text was updated successfully, but these errors were encountered: