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 --- .../TransactionWithGasLimitxPriceOverflow.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TransactionTests/ttHomestead/TransactionWithGasLimitxPriceOverflow.json (limited to 'TransactionTests/ttHomestead/TransactionWithGasLimitxPriceOverflow.json') diff --git a/TransactionTests/ttHomestead/TransactionWithGasLimitxPriceOverflow.json b/TransactionTests/ttHomestead/TransactionWithGasLimitxPriceOverflow.json new file mode 100644 index 000000000..1f2ed7b9f --- /dev/null +++ b/TransactionTests/ttHomestead/TransactionWithGasLimitxPriceOverflow.json @@ -0,0 +1,24 @@ +{ + "TransactionWithGasLimitxPriceOverflow" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttHomestead/TransactionWithGasLimitxPriceOverflowFiller.json" + }, + "blocknumber" : "1150000", + "hash" : "86f02cba2fb6a2327ddfe9dc06c6cc4200d8bc572a86071115ab3dca18d130bc", + "rlp" : "0xf8858088016345785d8a0000a0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff94095e7baea6a6c7c4c2dfeb977efac326af552d8780801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "23be87da91219226620903a2e4b7da694c93bcab", + "transaction" : { + "data" : "", + "gasLimit" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "gasPrice" : "0x016345785d8a0000", + "nonce" : "0x00", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1b", + "value" : "0x00" + } + } +} \ No newline at end of file -- cgit