__System info:__ [Include Ethermint commit, operating system name, and other relevant details] * branch `dev` __Steps to reproduce:__ 1. The value `miner` & `receiptsRoot` processed from function EthHeaderFromTendermint are default value https://github.com/cosmos/ethermint/blob/fae8147352e65b86f0755a081f3b59b1e25d48bf/rpc/types/utils.go#L102 https://github.com/cosmos/ethermint/blob/fae8147352e65b86f0755a081f3b59b1e25d48bf/rpc/types/utils.go#L105 __Expected behavior:__ [What you expected to happen] * Developer should get the value of `coinbase` * Developer should verify the authenticity of transaction receipts, based on `receiptHash` __Actual behavior:__ [What actually happened] * For now, we cannot get any information about these two values. __Additional info:__ [Include gist of relevant config, logs, etc.] * Linked to #812
System info: [Include Ethermint commit, operating system name, and other relevant details]
devSteps to reproduce:
miner&receiptsRootprocessed from function EthHeaderFromTendermint are default valueethermint/rpc/types/utils.go
Line 102 in fae8147
ethermint/rpc/types/utils.go
Line 105 in fae8147
Expected behavior: [What you expected to happen]
coinbasereceiptHashActual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]