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

Amendment: transaction sender might not exists #822

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

yperbasis
Copy link
Member

Currently the Yellow Paper states that transactions from a non-existing sender are invalid. However, historically there've been such transactions with 0 gas price, for example https://etherscan.io/tx/0x0874e15fd07f92bf1143f9abd289c7c0737330782457b9c15d51666021b1194a.

Also, geth does allow such transactions (see preCheck and statedb.go).

This change amends the Yellow Paper to account for such transactions.
Before:
Screenshot 2021-11-01 at 13 23 21 png
After:
Screenshot 2021-11-01 at 13 22 13 png

Copy link

@holiman holiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yperbasis yperbasis merged commit c4a5d73 into ethereum:master Nov 1, 2021
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

Successfully merging this pull request may close these issues.

2 participants