From 7a788d6200a3ab35df7cd311ed1c529eafff0152 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Thu, 29 Mar 2018 21:48:12 +0200 Subject: Fill identity_to_small test --- .../identity_to_smaller.json | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 GeneralStateTests/stPreCompiledContracts/identity_to_smaller.json (limited to 'GeneralStateTests/stPreCompiledContracts/identity_to_smaller.json') diff --git a/GeneralStateTests/stPreCompiledContracts/identity_to_smaller.json b/GeneralStateTests/stPreCompiledContracts/identity_to_smaller.json new file mode 100644 index 000000000..25aed6a78 --- /dev/null +++ b/GeneralStateTests/stPreCompiledContracts/identity_to_smaller.json @@ -0,0 +1,74 @@ +{ + "identity_to_smaller" : { + "_info" : { + "comment" : "have a call to e.g. identity built-in that specifies output size less than input size. Check that the long input is totally available with RETURNDATA. CALL is with 100000 as gas, address 4 as destination, 0 as value, 0 as in-offset, 32 as in-size, 16 as out-offset, 16 as out-size. The returndatasize should see 32.", + "filledwith" : "cpp-1.3.0+commit.e327dcb7.Linux.g++", + "lllcversion" : "Version: 0.4.22-develop.2018.3.16+commit.2b2527f3.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stPreCompiledContracts/identity_to_smallerFiller.json", + "sourceHash" : "3cbecb0174f2abebaa9c65118c8f4fca97446f87e3d2606955eaf99ef2b0dc5c" + }, + "env" : { + "currentCoinbase" : "0x3535353535353535353535353535353535353535", + "currentDifficulty" : "0x020000", + "currentGasLimit" : "0x5f5e100", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0xc6745cf3cada515bbfb9573261c82547e0b8f9e3d5dd382e464704a84e47b5ad" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0xe9feb2712fd2e902d649a78742f99f199de5584a8a4f811b1478abf766d74308", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "Constantinople" : [ + { + "hash" : "0xe9feb2712fd2e902d649a78742f99f199de5584a8a4f811b1478abf766d74308", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x82a978b3f5962a5b0957d9ee9eef472ee55b42f1" : { + "balance" : "0x0de0b6b3a761fe12", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + }, + "0xc305c901078781c232a2a521c2af7980f8385ee9" : { + "balance" : "0x00", + "code" : "0x7f112233445566778899aabbccddeeff00112233445566778899aabbccddeeff00600052601060106020600060006004620186a0f1503d600055", + "nonce" : "0x21", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x030d40" + ], + "gasPrice" : "0x01", + "nonce" : "0x01", + "secretKey" : "0x044852b2a670ade5407e78fb2863c51de9fcb96542a07186fe3aeda6bb8a116d", + "to" : "0xc305c901078781c232a2a521c2af7980f8385ee9", + "value" : [ + "0x" + ] + } + } +} \ No newline at end of file -- cgit v1.2.3