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

gov-tx.go in wasmd needs a flag added #1254

Closed
4 tasks
arnabmitra opened this issue Dec 6, 2022 · 1 comment
Closed
4 tasks

gov-tx.go in wasmd needs a flag added #1254

arnabmitra opened this issue Dec 6, 2022 · 1 comment
Assignees
Milestone

Comments

@arnabmitra
Copy link
Contributor

arnabmitra commented Dec 6, 2022

Summary of Bug

Craig Berry(Figure) while trying to submit a wasm-store gov proposal found that we get this error

pd --home=build/node0 -t tx gov submit-legacy-proposal wasm-store dcc.wasm --title "Store DCC Smart Contract" --description "Faciliate mint/burn/transfer of restricted marker between consortium of banks" --run-as $(pd keys show -a bank1 -t --home build/node0) --instantiate-everybody "true" --deposit "1nhash" --from bank1

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

this has been fixed here CosmWasm/wasmd#1084 , we need it on our notional wasm fork

This only affect cli so is minor fix imo, but it does prevent cli users from submitting wasm store on testnet/mainnet.

Version

v1.13.0

Steps to Reproduce


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@nullpointer0x00
Copy link
Contributor

This flag has been added to our branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

4 participants