cosmos/ethermint

RPC eth_getBlockByNumber does not work as expected

banishee opened this issue · 1 comments

System info: [Include Ethermint commit, operating system name, and other relevant details]

  • branch dev

Steps to reproduce:

  1. If a developer calls this api, he will only get all the hashes of the transactions in a block, not the full transaction objects

Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened]

  • In ethermint project, it only returns one type of result —— the hashes of the transactions
    "transactions": transactions.([]common.Hash),

Additional info: [Include gist of relevant config, logs, etc.]

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days.