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

Register any-of-address flag for gov #1085

Closed
wants to merge 1 commit into from
Closed

Register any-of-address flag for gov #1085

wants to merge 1 commit into from

Conversation

alpe
Copy link
Contributor

@alpe alpe commented Nov 8, 2022

Resolves #1078
Fixes the missing flag registration for cli gov

Tested manually with a custom wasmd that has '-X github.com/CosmWasm/wasmd/app.ProposalsEnabled=true' set:

wasmd tx gov submit-proposal wasm-store "$DIR/../../x/wasm/keeper/testdata/hackatom.wasm" \
  --title "testing" --description "Testing" --deposit "1000000000stake" \
  --run-as $(wasmd keys show -a validator) \
  --from validator --gas auto --gas-adjustment=1.5 -y  --chain-id=testing --node=http://localhost:26657 -b block -o json

@alpe alpe requested a review from pinosu November 8, 2022 11:55
@alpe
Copy link
Contributor Author

alpe commented Nov 8, 2022

@Mergifyio backport 0.29.x

@mergify
Copy link
Contributor

mergify bot commented Nov 8, 2022

backport 0.29.x

🟠 Waiting for conditions to match

  • merged [:pushpin: backport requirement]

@alpe
Copy link
Contributor Author

alpe commented Nov 8, 2022

There was #1084 already. I am closing this now

@alpe alpe closed this Nov 8, 2022
@alpe alpe deleted the 1078_fix branch November 8, 2022 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: flag any of: flag accessed but not defined: instantiate-anyof-addresses
2 participants