diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-10-25 21:17:19 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-10-25 21:17:19 +0800 |
commit | 491dd494191a7795b7dbd59a28cc76c1cb6ddd13 (patch) | |
tree | c70d9507e641a84b1bceaa8f416cc93808187b41 /tests/files/VMTests/vmtests.json | |
parent | c43db8a2ee99df6649d017772e1eb70cc9842c6c (diff) | |
parent | 145366c07e7a3a5a9021bd5c3fd6b1ed950d2680 (diff) | |
download | go-tangerine-491dd494191a7795b7dbd59a28cc76c1cb6ddd13.tar go-tangerine-491dd494191a7795b7dbd59a28cc76c1cb6ddd13.tar.gz go-tangerine-491dd494191a7795b7dbd59a28cc76c1cb6ddd13.tar.bz2 go-tangerine-491dd494191a7795b7dbd59a28cc76c1cb6ddd13.tar.lz go-tangerine-491dd494191a7795b7dbd59a28cc76c1cb6ddd13.tar.xz go-tangerine-491dd494191a7795b7dbd59a28cc76c1cb6ddd13.tar.zst go-tangerine-491dd494191a7795b7dbd59a28cc76c1cb6ddd13.zip |
Merge pull request #1928 from Gustav-Simonsson/common_tests
tests: update JSON files, add new wrappers
Diffstat (limited to 'tests/files/VMTests/vmtests.json')
-rw-r--r-- | tests/files/VMTests/vmtests.json | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/files/VMTests/vmtests.json b/tests/files/VMTests/vmtests.json index be2a21fe0..c46da6773 100644 --- a/tests/files/VMTests/vmtests.json +++ b/tests/files/VMTests/vmtests.json @@ -5,8 +5,7 @@ "currentDifficulty" : "0x0100", "currentGasLimit" : "0x0f4240", "currentNumber" : "0x00", - "currentTimestamp" : "0x01", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + "currentTimestamp" : "0x01" }, "exec" : { "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", @@ -34,8 +33,7 @@ "currentDifficulty" : "0x0100", "currentGasLimit" : "0x0f4240", "currentNumber" : "0x00", - "currentTimestamp" : "0x01", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + "currentTimestamp" : "0x01" }, "exec" : { "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", @@ -63,8 +61,7 @@ "currentDifficulty" : "0x0100", "currentGasLimit" : "0x0f4240", "currentNumber" : "0x00", - "currentTimestamp" : "0x01", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + "currentTimestamp" : "0x01" }, "exec" : { "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", @@ -94,8 +91,7 @@ "currentDifficulty" : "0x0100", "currentGasLimit" : "0x0f4240", "currentNumber" : "0x00", - "currentTimestamp" : "0x01", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + "currentTimestamp" : "0x01" }, "exec" : { "address" : "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6", |