Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distribution module is not setup correctly for the community pool proposal #421

Closed
ryuash opened this issue May 14, 2021 · 1 comment · Fixed by #431
Closed

Distribution module is not setup correctly for the community pool proposal #421

ryuash opened this issue May 14, 2021 · 1 comment · Fixed by #431
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@ryuash
Copy link
Contributor

ryuash commented May 14, 2021

Bug description

I was trying to test all proposal types and came across the following for community pool proposal

image

Steps to reproduce

Run in cli

desmos tx gov submit-proposal community-pool-spend ~/proposals/pool.json --from your-key --chain-id morpheus-apollo-1 --gas auto --gas-adjustment 1.3 --gas-prices 0.0001udaric

pool.json

{
  "title": "Community Pool Spend",
  "description": "Pay me some Atoms!",
  "recipient": "desmos124xa66ghhq5hrgv28slhmszgvcqa0skcfwphh3",
  "amount": "100000000udaric",
  "deposit": "1000udaric"
}

Expected behavior

To work.

@ryuash ryuash added the kind/bug Something isn't working label May 14, 2021
@kwunyeung
Copy link
Contributor

Missing the community pool spend proposal handler in x/gov. https://github.com/cosmos/gaia/blob/830c0ca8d23b6447e276771c1ecf556880dc1d51/app/app.go#L278

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants