-
Notifications
You must be signed in to change notification settings - Fork 512
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
Conversation
The function \Lambda now takes the new address as a parameter
So far I have implemented points 1. and 2. of ethereum/EIPs#86 |
|
I believe so at the moment. EDIT: this comment was ambiguous. I believe that anybody can spend the balance at that address.
|
I still might need to say "the nonce of 2 ** 256 is never incremented". |
We should probably also disable nonce-checking for that sender address. |
Nonce-checking? |
Now I see the nonce-checking. I keep it for now. |
This one is the pull-request version of EIP ethereum/EIPs#208 |
|
|
This PR will be adjusted and reopened on |
When merged, this will fix #231 .