aboutsummaryrefslogtreecommitdiffstats
path: root/test/RPCSession.cpp
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-01-18 23:56:10 +0800
committerchriseth <chris@ethereum.org>2017-04-25 22:47:43 +0800
commitf6f271df8a192fbc74b0c7afe37d8de89b682fc2 (patch)
treea80725efcfdbbe531dcd9cf5c82b3d11e2315862 /test/RPCSession.cpp
parenta1da03328ae41595c0c03bf050d0a4d950238290 (diff)
downloaddexon-solidity-f6f271df8a192fbc74b0c7afe37d8de89b682fc2.tar.gz
dexon-solidity-f6f271df8a192fbc74b0c7afe37d8de89b682fc2.tar.zst
dexon-solidity-f6f271df8a192fbc74b0c7afe37d8de89b682fc2.zip
test: change RPC settings to see if they have effects during testing
Diffstat (limited to 'test/RPCSession.cpp')
-rw-r--r--test/RPCSession.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/RPCSession.cpp b/test/RPCSession.cpp
index f8b364d1..3ea3b1fe 100644
--- a/test/RPCSession.cpp
+++ b/test/RPCSession.cpp
@@ -220,7 +220,10 @@ void RPCSession::test_setChainParams(vector<string> const& _accounts)
"accountStartNonce": "0x",
"maximumExtraDataSize": "0x1000000",
"blockReward": "0x",
- "allowFutureBlocks": "1"
+ "allowFutureBlocks": "1",
+ "homsteadForkBlock": "0x00",
+ "EIP150ForkBlock": "0x00",
+ "EIP158ForkBlock": "0x00"
},
"genesis": {
"author": "0000000000000010000000000000000000000000",