update HF-meta for Metropolis to Byzantium

This commit is contained in:
cdetrio 2017-08-13 10:28:36 -04:00
parent c601c391ea
commit 5b93f6cdf3
1 changed files with 8 additions and 9 deletions

View File

@ -1,27 +1,25 @@
## Preamble ## Preamble
EIP: <to be assigned> EIP: 609
Title: Hardfork Meta: Metropolis Title: Hardfork Meta: Byzantium
Author: Alex Beregszaszi Author: Alex Beregszaszi
Type: Standard Track Type: Standard Track
Category: Core Category: Core
Status: Draft Status: Draft
Created: 23/04/2017 Created: 2017-04-23
Requires: 86, 96, 98, 100, 140, 196, 197, 198, 211, 214 Requires: 100, 140, 196, 197, 198, 211, 214
## Abstract ## Abstract
This specifies the changes included in the hard fork named Metropolis. This specifies the changes included in the hard fork named Byzantium.
## Specification ## Specification
- Codename: Metropolis - Codename: Byzantium
- Aliases: Metropolis/Byzantium, Metropolis part 1
- Activation: - Activation:
- Block not specified yet - Block not specified yet
- Included EIPs: - Included EIPs:
- EIP 86 (Abstraction of transaction origin and signature)
- EIP 96 (Blockhash refactoring)
- EIP 98 (Removal of intermediate state roots from receipts)
- EIP 100 (Change difficulty adjustment to target mean block time including uncles) - EIP 100 (Change difficulty adjustment to target mean block time including uncles)
- EIP 140 (REVERT instruction in the Ethereum Virtual Machine) - EIP 140 (REVERT instruction in the Ethereum Virtual Machine)
- EIP 196 (Precompiled contracts for addition and scalar multiplication on the elliptic curve alt_bn128) - EIP 196 (Precompiled contracts for addition and scalar multiplication on the elliptic curve alt_bn128)
@ -29,6 +27,7 @@ This specifies the changes included in the hard fork named Metropolis.
- EIP 198 (Precompiled contract for bigint modular exponentiation) - EIP 198 (Precompiled contract for bigint modular exponentiation)
- EIP 211 (New opcodes: RETURNDATASIZE and RETURNDATACOPY) - EIP 211 (New opcodes: RETURNDATASIZE and RETURNDATACOPY)
- EIP 214 (New opcode STATICCALL) - EIP 214 (New opcode STATICCALL)
- EIP 658 (Embedding transaction return data in receipts)
## Copyright ## Copyright