From 1492062f415987a8028c5c225d1bbb1607387b8b Mon Sep 17 00:00:00 2001 From: Afri <5chdn@users.noreply.github.com> Date: Fri, 3 Jun 2016 10:29:53 +0200 Subject: [PATCH] Update EIP2 status to 'final'. --- EIPS/eip-2.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-2.mediawiki b/EIPS/eip-2.mediawiki index 0a2e1bc2..3ac2a3fc 100644 --- a/EIPS/eip-2.mediawiki +++ b/EIPS/eip-2.mediawiki @@ -2,7 +2,7 @@ EIP: 2 Title: Homestead Hard-fork Changes Author: Vitalik Buterin - Status: Accepted + Status: Final Type: Standard Layer: Consensus (hard-fork) Created: 2015-11-15 @@ -10,7 +10,7 @@ ==Specification== -If block.number >= HOMESTEAD_FORK_BLKNUM (eg. 1.150.000 (NOT YET SET IN STONE!) on livenet and Morden, 0 on future testnets), do the following: +If block.number >= HOMESTEAD_FORK_BLKNUM (e.g., 1.150.000 on livenet, 494.000 on Morden and 0 on future testnets), do the following: # The gas cost ''for creating contracts via a transaction'' is increased from 21000 to 53000, ie. if you send a transaction and the to address is the empty string, the initial gas subtracted is 53000 plus the gas cost of the tx data, rather than 21000 as is currently the case. Contract creation from a contract using the CREATE opcode is unaffected. # All transaction signatures whose s-value is greater than secp256k1n/2 are now considered invalid. The ECDSA recover precompiled contract remains unchanged and will keep accepting high s-values - this is useful if e.g. a contract recovers old Bitcoin signatures.