From d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 28 Aug 2017 21:41:03 +0300 Subject: split transaction tests into separate files --- .../ttEip158/TransactionWithRvalue1.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TransactionTests/ttEip158/TransactionWithRvalue1.json (limited to 'TransactionTests/ttEip158/TransactionWithRvalue1.json') diff --git a/TransactionTests/ttEip158/TransactionWithRvalue1.json b/TransactionTests/ttEip158/TransactionWithRvalue1.json new file mode 100644 index 000000000..055d34cfd --- /dev/null +++ b/TransactionTests/ttEip158/TransactionWithRvalue1.json @@ -0,0 +1,24 @@ +{ + "TransactionWithRvalue1" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttEip158/TransactionWithRvalue1Filler.json" + }, + "blocknumber" : "2675000", + "hash" : "2b119a7115433e5562109646abccd4ff6f3e713d4616278fd72ba76832f03ba5", + "rlp" : "0xf83f800182520894095e7baea6a6c7c4c2dfeb977efac326af552d870b801b01a01fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "54df0af0fd1d8ad90b5a13ff1f95463aec055bab", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x00", + "r" : "0x01", + "s" : "0x1fffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1b", + "value" : "0x0b" + } + } +} \ No newline at end of file -- cgit v1.2.3