evmos / evmos

Evmos is the canonical EVM chain on Cosmos. Evmos is the flagship implementation of evmOS, a stack to build forward compatible EVMs
https://evmos.org
Other
1.66k stars 855 forks source link

Query tx with `--type=acc_seq` is not working #802

Closed JoowonYun closed 2 years ago

JoowonYun commented 2 years ago

Summary of Bug

The tx lookup option supported by cosmos by default does not work in EthereumTx.

Version

v1.1.3

Steps to Reproduce

evmosd query tx --type=acc_seq evmos1dx4c47wkm4nh8ya2h0kw5wu557axrjx0dqmxxg/5 --node https://tendermint.bd.evmos.org:26657

Screenshots

Error: found no txs matching given address and sequence combination

Additional context


For Admin Use

WallamGate commented 2 years ago

Yes @RandyHarold i contact them yesterday and they really helped

fedekunze commented 2 years ago

must be because of the node configuration, can you try using another node? I'll close this in the meantime

JoowonYun commented 2 years ago

@fedekunze Which setting on the node is the problem? It's the same when I tested it by making it on a local network.

JoowonYun commented 2 years ago

@fedekunze It doesn't seem to be a config issue. Please reopen this issue.