From c200d9beebed39296c2e3cf09c2472e836ef8f30 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 30 Nov 2017 04:39:45 +0300 Subject: convert Frontier and Homestead ttTests to new format --- .../TransactionWithGasLimitOverflow2.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 TransactionTests/ttGasLimit/TransactionWithGasLimitOverflow2.json (limited to 'TransactionTests/ttGasLimit/TransactionWithGasLimitOverflow2.json') diff --git a/TransactionTests/ttGasLimit/TransactionWithGasLimitOverflow2.json b/TransactionTests/ttGasLimit/TransactionWithGasLimitOverflow2.json new file mode 100644 index 000000000..663ee29e8 --- /dev/null +++ b/TransactionTests/ttGasLimit/TransactionWithGasLimitOverflow2.json @@ -0,0 +1,36 @@ +{ + "TransactionWithGasLimitOverflow2" : { + "Byzantium" : { + "hash" : "02be3027114ab9c6ae816874a27cfe931fe1bb41bd4b3cd53c88d2d5580bc9f6", + "sender" : "d28c6f0aca6656e828d1bc21a01904aa514932db" + }, + "Constantinople" : { + "hash" : "02be3027114ab9c6ae816874a27cfe931fe1bb41bd4b3cd53c88d2d5580bc9f6", + "sender" : "d28c6f0aca6656e828d1bc21a01904aa514932db" + }, + "EIP150" : { + "hash" : "02be3027114ab9c6ae816874a27cfe931fe1bb41bd4b3cd53c88d2d5580bc9f6", + "sender" : "d28c6f0aca6656e828d1bc21a01904aa514932db" + }, + "EIP158" : { + "hash" : "02be3027114ab9c6ae816874a27cfe931fe1bb41bd4b3cd53c88d2d5580bc9f6", + "sender" : "d28c6f0aca6656e828d1bc21a01904aa514932db" + }, + "Frontier" : { + "hash" : "02be3027114ab9c6ae816874a27cfe931fe1bb41bd4b3cd53c88d2d5580bc9f6", + "sender" : "d28c6f0aca6656e828d1bc21a01904aa514932db" + }, + "Homestead" : { + "hash" : "02be3027114ab9c6ae816874a27cfe931fe1bb41bd4b3cd53c88d2d5580bc9f6", + "sender" : "d28c6f0aca6656e828d1bc21a01904aa514932db" + }, + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.f0141ab0.Linux.g++", + "lllcversion" : "Version: 0.4.18-develop.2017.10.11+commit.81f9f86c.Linux.g++", + "source" : "src/TransactionTestsFiller/ttGasLimit/TransactionWithGasLimitOverflow2Filler.json", + "sourceHash" : "27ff655cbc5f3f674b305b42cd2eba60132b260e7a7bc4b4e0debedbbd2dcabe" + }, + "rlp" : "0xf865800188800000000000000094095e7baea6a6c7c4c2dfeb977efac326af552d870b801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804" + } +} \ No newline at end of file -- cgit