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 --- .../ttFrontier/TransactionWithHighGasPrice.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TransactionTests/ttFrontier/TransactionWithHighGasPrice.json (limited to 'TransactionTests/ttFrontier/TransactionWithHighGasPrice.json') diff --git a/TransactionTests/ttFrontier/TransactionWithHighGasPrice.json b/TransactionTests/ttFrontier/TransactionWithHighGasPrice.json new file mode 100644 index 000000000..83d59b194 --- /dev/null +++ b/TransactionTests/ttFrontier/TransactionWithHighGasPrice.json @@ -0,0 +1,24 @@ +{ + "TransactionWithHighGasPrice" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttFrontier/TransactionWithHighGasPriceFiller.json" + }, + "blocknumber" : "0", + "hash" : "087cd92eb14d7ebb2bf3d094415f99074bc749f2e09846090db5dc6bf2945836", + "rlp" : "0xf87f80a0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82520894095e7baea6a6c7c4c2dfeb977efac326af552d8780801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "sender" : "b10eac078276dc8dbf1753715396d480156236f8", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1b", + "value" : "0x00" + } + } +} \ No newline at end of file -- cgit