RPC eth_getBlockByNumber does not work as expected
banishee opened this issue · 1 comments
banishee commented
System info: [Include Ethermint commit, operating system name, and other relevant details]
- branch
dev
Steps to reproduce:
- If a developer calls this api, he will only get all
the hashes of the transactions
in a block, notthe full transaction objects
Expected behavior: [What you expected to happen]
- Based on document from https://eth.wiki/json-rpc/API, a developer can theoretically choose what type of return results to get
Actual behavior: [What actually happened]
- In
ethermint
project, it only returns one type of result ——the hashes of the transactions
Line 181 in fae8147
Additional info: [Include gist of relevant config, logs, etc.]
github-actions commented
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.