Skip to content
New issue

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

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

Already on GitHub? # to your account

EIP-1891: Contract-based Account Versioning #1891

Closed
wants to merge 7 commits into from

Conversation

sorpaas
Copy link
Contributor

@sorpaas sorpaas commented Mar 31, 2019

Moved to 46-VER.

Provide an alternative proposal compared with EIP-1702 / ECIP-1040 /
EIP-1707, with the following advantages:

  • We don't need to modify existing account state format.
  • We don't need to modify how precompiled contracts are invoked.
  • The version bytes cannot be forged.

The basic idea is that we use a contract address' storage to store an
account's version bytes. Note that it is also possible to extend this
scheme to store other information about an account.

@sorpaas sorpaas changed the title Contract-based Account Versioning EIP-1891: Contract-based Account Versioning Mar 31, 2019
Copy link
Member

@axic axic left a comment

Choose a reason for hiding this comment

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

This is missing a lot of sections. Also please rebase it on master.

@sorpaas
Copy link
Contributor Author

sorpaas commented Jun 28, 2019

@axic Moved this to abandoned as well, and added superseded-by tag to 1702.

@sorpaas
Copy link
Contributor Author

sorpaas commented Nov 8, 2019

Moved to 46-VER.

@sorpaas sorpaas closed this Nov 8, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants