Skip to content

Using NULL_SENDER tx to send vote tx #6

Open
@changwu-tw

Description

Using NULL_SENDER tx to send vote tx, it's a new transaction format defined in EIP86.

  1. If the signature of a transaction is (0, 0, 0) (ie. v = r = s = 0), then treat it as valid and set the sender address to 2**160 - 1
  2. nonce = gasprice = value = 0

See: https://github.com/karlfloersch/pyethereum/blob/develop/ethereum/transactions.py#L82-L85

Related discussions:

  1. Proposed initial abstraction changes for Metropolis EIPs#86
  2. Abstraction of transaction origin and signature.md EIPs#208

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