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

Add "EVM Improvements" section in Istanbul for account versioning #2156

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions EIPS/eip-1679.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,30 @@ This meta-EIP specifies the changes included in the Ethereum hardfork named Ista
- [EIP-2045](https://eips.ethereum.org/EIPS/eip-2045): Particle gas costs for EVM opcodes
- [EIP-2046](https://eips.ethereum.org/EIPS/eip-2046): Reduced gas cost for static calls made to precompiles

### EVM Improvements

Below we list all EVM improvement EIPs, where they're r to account versioning (EIP-1702).

#### Version 0

Apply the following EIPs on version 0 based on Petersburg EVM, and freeze version 0 *after those EIPs are applied*.

- TBD

### Version 1

Apply the following EIPs via a new account version `1`, as specified in EIP-1702 "Specification" section:

- EIP-1283: Net gas metering for SSTORE without dirty maps
- EIP-1706: Disable SSTORE with gasleft lower than call stipend
- TBD

Specifically, with definition from EIP-1702 "Usage Template" section:

- **Version**: `1`.
- **Parent version**: `0`.
- **Features**: EIP-1283, EIP-1702, TBD.

## Timeline

* 2019-05-17 (Fri) hard deadline to accept proposals for "Istanbul"
Expand Down