From 38a568e42691742e9845a157895d1a852690ddd1 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 15 Feb 2016 13:49:44 +0100 Subject: [PATCH] Use 1100000 as the homestead transition, fix build instructions. --- README.md | 2 +- ethcore/res/ethereum/frontier.json | 2 +- ethcore/res/ethereum/frontier_like_test.json | 2 +- ethcore/res/ethereum/morden.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ef5dce19..2ffb28f45 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ # install rocksdb add-apt-repository ppa:ethcore/ethcore apt-get update -apt-get install -y --force-yes librocksdb +apt-get install -y --force-yes librocksdb-dev # install multirust curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes diff --git a/ethcore/res/ethereum/frontier.json b/ethcore/res/ethereum/frontier.json index e01c4bb3f..6e31a2fce 100644 --- a/ethcore/res/ethereum/frontier.json +++ b/ethcore/res/ethereum/frontier.json @@ -3,7 +3,7 @@ "engineName": "Ethash", "params": { "accountStartNonce": "0x00", - "frontierCompatibilityModeLimit": "0xf4240fff", + "frontierCompatibilityModeLimit": "0x10c8e0", "maximumExtraDataSize": "0x20", "tieBreakingGas": false, "minGasLimit": "0x1388", diff --git a/ethcore/res/ethereum/frontier_like_test.json b/ethcore/res/ethereum/frontier_like_test.json index 7ab6a58f4..553bb8018 100644 --- a/ethcore/res/ethereum/frontier_like_test.json +++ b/ethcore/res/ethereum/frontier_like_test.json @@ -3,7 +3,7 @@ "engineName": "Ethash", "params": { "accountStartNonce": "0x00", - "frontierCompatibilityModeLimit": "0xf4240fff", + "frontierCompatibilityModeLimit": "0x10c8e0", "maximumExtraDataSize": "0x20", "tieBreakingGas": false, "minGasLimit": "0x1388", diff --git a/ethcore/res/ethereum/morden.json b/ethcore/res/ethereum/morden.json index cdcf8c7dc..0d0c2489d 100644 --- a/ethcore/res/ethereum/morden.json +++ b/ethcore/res/ethereum/morden.json @@ -3,7 +3,7 @@ "engineName": "Ethash", "params": { "accountStartNonce": "0x0100000", - "frontierCompatibilityModeLimit": "0xdbba0", + "frontierCompatibilityModeLimit": "0x10c8e0", "maximumExtraDataSize": "0x20", "tieBreakingGas": false, "minGasLimit": "0x1388",