-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
basecli: allow tx args #100
Comments
related: tendermint/light-client#22 |
Completely overhauled tx cmds as part of #107 |
liamsi
pushed a commit
to liamsi/cosmos-sdk
that referenced
this issue
Jun 26, 2018
Remove outdated non-building code in _nano
Raumo0
pushed a commit
to mapofzones/cosmos-sdk
that referenced
this issue
Feb 13, 2022
* Test: add test for fund ValidateBasic * Test: add test for Airdrop Drip * Tidy: Goimports-ed * Test: add test for MsgValidateBasic * Refactor: remove junk test code
patiee
referenced
this issue
in figment-networks/cosmos-sdk
May 18, 2022
feat: upgrade iavl with fast storage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great to be able to add arguments to plugin txs defined within basecli. Not vital because we can always just define a new flag for what would normally be an arg, but it would be nice to implement this versatility eventually.
The text was updated successfully, but these errors were encountered: