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 --- .../TransactionWithGasLimitxPriceOverflow2Filler.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow2Filler.json (limited to 'src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow2Filler.json') diff --git a/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow2Filler.json b/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow2Filler.json new file mode 100644 index 000000000..36cbe2887 --- /dev/null +++ b/src/TransactionTestsFiller/ttVRuleEip158/TransactionWithGasLimitxPriceOverflow2Filler.json @@ -0,0 +1,18 @@ +{ + "TransactionWithGasLimitxPriceOverflow2" : { + "expect" : "valid", + "blocknumber" : "2675000", + "transaction" : + { + "data" : "", + "gasLimit" : "10000000", + "gasPrice" : "16769767339735900", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0", + "v" : "37", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + } +} -- cgit