Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using NULL_SENDER tx to send vote tx #6

Open
changwu-tw opened this issue Apr 10, 2018 · 0 comments
Open

Using NULL_SENDER tx to send vote tx #6

changwu-tw opened this issue Apr 10, 2018 · 0 comments

Comments

@changwu-tw
Copy link

changwu-tw commented Apr 10, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant