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
my account does not create until after 1000 blocks were created,but i can query it's account when i use --height 1.i used
'gaiacli query account --height 1 cosmos1mt3zl9hveal9rnqd5w5sr8v9t8q5y7ag3wjmk4',
it returned "Account:
Address: cosmos1mt3zl9hveal9rnqd5w5sr8v9t8q5y7ag3wjmk4
Pubkey: cosmospub1addwnpepqwer0m3xpzjee4aancqtxdy5ydewt50heds39hsxtrlwvkjh4qhaxznqqu4
Coins: 999881skn,9032772stake
AccountNumber: 1
Sequence: 11"
Steps to Reproduce
when you send some token from A to B,query account of A and B,add --height int. int is the block number before the send tx and after the send tx.you will find the balance is same
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:
We should remove this option from the CLI. Height queries do not work at present, and will not generally work unless the full node servicing the query stores all past state versions.
Summary of Bug
my account does not create until after 1000 blocks were created,but i can query it's account when i use --height 1.i used
'gaiacli query account --height 1 cosmos1mt3zl9hveal9rnqd5w5sr8v9t8q5y7ag3wjmk4',
it returned "Account:
Address: cosmos1mt3zl9hveal9rnqd5w5sr8v9t8q5y7ag3wjmk4
Pubkey: cosmospub1addwnpepqwer0m3xpzjee4aancqtxdy5ydewt50heds39hsxtrlwvkjh4qhaxznqqu4
Coins: 999881skn,9032772stake
AccountNumber: 1
Sequence: 11"
Steps to Reproduce
when you send some token from A to B,query account of A and B,add --height int. int is the block number before the send tx and after the send tx.you will find the balance is same
For Admin Use
The text was updated successfully, but these errors were encountered: