Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

[RPC] The return value of function EthHeaderFromTendermint lacks the logical processing of coinbase & receiptHash #813

@banishee

Description

@banishee

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
    Coinbase: common.Address{},

    ReceiptHash: common.Hash{},

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.]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions