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

Account Abstraction #203

Closed
3 tasks done
hwwhww opened this issue Dec 6, 2017 · 5 comments
Closed
3 tasks done

Account Abstraction #203

hwwhww opened this issue Dec 6, 2017 · 5 comments

Comments

@hwwhww
Copy link
Contributor

hwwhww commented Dec 6, 2017

Subtasks

@hwwhww hwwhww added the eth2.0 label Dec 6, 2017
@pipermerriam pipermerriam mentioned this issue Dec 6, 2017
15 tasks
@pipermerriam pipermerriam changed the title STUB: Account Abstraction Account Abstraction Dec 6, 2017
@NIC619
Copy link
Contributor

NIC619 commented Dec 13, 2017

I will start to work on the implementation of Account Abstraction #203
and starts with CREATE2 opcode.

@NIC619
Copy link
Contributor

NIC619 commented Dec 20, 2017

I'm half way on adding CREATE2(#224) and PAYGAS opcode(#234) but since CREATE2 involves ENTRY_POINT address( b'ffff…ffff') and other account abstraction implementations like removing nonce(this is still under debate), checking tx.sender address (must be ENTRY_POINT) and different transaction validation function, it seems better to start from fundamental changes first and add those opcodes on top.

@hwwhww
Copy link
Contributor Author

hwwhww commented Jan 31, 2018

Notes for nonce abstraction:

  • no nonce in account
  • no nonce in tx

@NIC619
Copy link
Contributor

NIC619 commented Feb 24, 2018

Implement PAYGAS opcode: checked.

@hwwhww
Copy link
Contributor Author

hwwhww commented Sep 26, 2018

deactivate

@hwwhww hwwhww closed this as completed Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants