From 30777f5058d51feaa44e14234ed90c4daed9c017 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Tue, 29 Aug 2017 17:48:26 +0300 Subject: refill transaction tests --- .../TransactionWithHihghGasPrice.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TransactionTests/ttConstantinople/TransactionWithHihghGasPrice.json (limited to 'TransactionTests/ttConstantinople/TransactionWithHihghGasPrice.json') diff --git a/TransactionTests/ttConstantinople/TransactionWithHihghGasPrice.json b/TransactionTests/ttConstantinople/TransactionWithHihghGasPrice.json new file mode 100644 index 000000000..4a95e6aea --- /dev/null +++ b/TransactionTests/ttConstantinople/TransactionWithHihghGasPrice.json @@ -0,0 +1,24 @@ +{ + "TransactionWithHihghGasPrice" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.d0cf8659.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttConstantinople/TransactionWithHihghGasPriceFiller.json" + }, + "blocknumber" : "3094218", + "hash" : "a8e3bf6467c82377db6cad795ed8063430f17a0ab45ce2fce65ee849fd8582a0", + "rlp" : "0xf87f80a0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82520894095e7baea6a6c7c4c2dfeb977efac326af552d8780801ba098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "e2e601b6c0cc72dbc610dae99ff255fd36cb52e8", + "transaction" : { + "data" : "", + "gasLimit" : "0x5208", + "gasPrice" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "nonce" : "0x00", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "0x1b", + "value" : "0x00" + } + } +} \ No newline at end of file -- cgit