Skip to content

Allow Usage of Client Provided Account Number/Sequence in Context Query #1903

Closed

Description

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions