Skip to content

Problem: sender address recovery is heavy #355

@yihuang

Description

@yihuang
  • Require the client set the From field in MsgEthereumTx when sending the transaction
    • so we can decouple the sender address validation from the tx execution which use the From field directly.
  • Validate the From field against the signature somewhere
    • the transactions can be validated in parallel, because the logic is stateless.
    • it could be done in FinalizeBlock or in ProcessProposal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions