System info: [Include Ethermint commit, operating system name, and other relevant details]
Steps to reproduce:
- The value
miner & receiptsRoot processed from function EthBlockFromTendermint are default value
|
"miner": common.Address{}, |
|
"receiptsRoot": common.Hash{}, |
Expected behavior: [What you expected to happen]
- Developer should get a block proposal validator of a certain height, based on
miner
- Developer should verify the authenticity of transaction receipts, based on
receiptsRoot
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.]