diff --git a/simulators/ethereum/graphql/testcases/14_eth_getBlock_byHash.json b/simulators/ethereum/graphql/testcases/14_eth_getBlock_byHash.json index dca77109cb..7abda81ac4 100644 --- a/simulators/ethereum/graphql/testcases/14_eth_getBlock_byHash.json +++ b/simulators/ethereum/graphql/testcases/14_eth_getBlock_byHash.json @@ -11,7 +11,7 @@ "transactions" : [ { "hash" : "0x9cc6c7e602c56aa30c554bb691377f8703d778cec8845f4b88c0f72516b304f4" } ], - "timestamp" : "0x561bc336", + "timestamp" : 1444660022, "difficulty" : "0x20740", "totalDifficulty" : "0x3e6cc0", "gasUsed" : 23585, diff --git a/simulators/ethereum/graphql/testcases/16_eth_getBlock_byNumber.json b/simulators/ethereum/graphql/testcases/16_eth_getBlock_byNumber.json index a8c2518bb9..0b50c7e9ee 100644 --- a/simulators/ethereum/graphql/testcases/16_eth_getBlock_byNumber.json +++ b/simulators/ethereum/graphql/testcases/16_eth_getBlock_byNumber.json @@ -10,7 +10,7 @@ "transactions" : [ { "hash" : "0x9cc6c7e602c56aa30c554bb691377f8703d778cec8845f4b88c0f72516b304f4" } ], - "timestamp" : "0x561bc336", + "timestamp" : 1444660022, "difficulty" : "0x20740", "totalDifficulty" : "0x3e6cc0", "gasUsed" : 23585, diff --git a/simulators/ethereum/graphql/testcases/20_eth_getBlockTransactionCount_byNumber.json b/simulators/ethereum/graphql/testcases/20_eth_getBlockTransactionCount_byNumber.json index 789b424657..db2c9bc3ee 100644 --- a/simulators/ethereum/graphql/testcases/20_eth_getBlockTransactionCount_byNumber.json +++ b/simulators/ethereum/graphql/testcases/20_eth_getBlockTransactionCount_byNumber.json @@ -10,7 +10,7 @@ "transactions" : [ { "hash" : "0x9cc6c7e602c56aa30c554bb691377f8703d778cec8845f4b88c0f72516b304f4" } ], - "timestamp" : "0x561bc336", + "timestamp" : 1444660022, "difficulty" : "0x20740", "totalDifficulty" : "0x3e6cc0", "gasUsed" : 23585, diff --git a/simulators/ethereum/graphql/testcases/40_eth_syncing.json b/simulators/ethereum/graphql/testcases/40_eth_syncing.json index 941b54845c..3c9a1997c3 100644 --- a/simulators/ethereum/graphql/testcases/40_eth_syncing.json +++ b/simulators/ethereum/graphql/testcases/40_eth_syncing.json @@ -1,6 +1,6 @@ { "request": - "{ syncing {startingBlock currentBlock highestBlock pulledStates knownStates } }", + "{ syncing {startingBlock currentBlock highestBlock } }", "responses": [{ "data" : {