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
The current refactor of #1741 contains utils.SendTx which does a lookup of an account number and sequence if the respective provided CLI arguments are 0. Majority of all CLI command implementations use utils.SendTx.
Problem Definition
A client should be able to specify 0 as an account number and/or sequence without utils.SendTx automatically doing a lookup.
Proposal
Implement some notion of determining when a user actually specified these values via the command line and allowing them through. This will most likely involve moving this logic out of utils and some some viper work somewhere else.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
The current refactor of #1741 contains
utils.SendTx
which does a lookup of an account number and sequence if the respective provided CLI arguments are0
. Majority of all CLI command implementations useutils.SendTx
.Problem Definition
A client should be able to specify
0
as an account number and/or sequence withoututils.SendTx
automatically doing a lookup.Proposal
Implement some notion of determining when a user actually specified these values via the command line and allowing them through. This will most likely involve moving this logic out of
utils
and some someviper
work somewhere else.For Admin Use
The text was updated successfully, but these errors were encountered: