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

[consensus uncertain] EIP86: initial account abstraction #249

Closed
wants to merge 5 commits into from

Conversation

pirapira
Copy link
Member

When merged, this will fix #231 .

@pirapira
Copy link
Member Author

So far I have implemented points 1. and 2. of ethereum/EIPs#86

@chriseth
Copy link
Contributor

chriseth commented Feb 28, 2017

Interpret the signature (0, 0, 0) as signed by 2^{256} does that mean that anyone can spend the balance at 2^{256}-1? My interpretation was that only the EVM returns that value for tx.origin and msg.sender, but it is not actually the sender of the transaction.

@pirapira
Copy link
Member Author

pirapira commented Feb 28, 2017 via email

@pirapira
Copy link
Member Author

pirapira commented Mar 1, 2017

I still might need to say "the nonce of 2 ** 256 is never incremented".

@chriseth
Copy link
Contributor

chriseth commented Mar 1, 2017

We should probably also disable nonce-checking for that sender address.

@pirapira
Copy link
Member Author

pirapira commented Mar 1, 2017

Nonce-checking?

@pirapira
Copy link
Member Author

pirapira commented Mar 1, 2017

Now I see the nonce-checking. I keep it for now.

@pirapira pirapira changed the title [WIP] EIP86: initial account abstraction EIP86: initial account abstraction Mar 1, 2017
@pirapira
Copy link
Member Author

pirapira commented Mar 1, 2017

This one is the pull-request version of EIP ethereum/EIPs#208

@pirapira
Copy link
Member Author

pirapira commented Mar 1, 2017

@pirapira pirapira changed the title EIP86: initial account abstraction [consensus uncertain] EIP86: initial account abstraction Mar 1, 2017
@pirapira
Copy link
Member Author

pirapira commented Mar 2, 2017

@pirapira
Copy link
Member Author

This PR will be adjusted and reopened on metropolis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[WIP] EIP 86: initial abstraction changes
2 participants