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/V_overflow32bitSignedFiller.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/TransactionTestsFiller/ttEip158/V_overflow32bitSignedFiller.json (limited to 'src/TransactionTestsFiller/ttEip158/V_overflow32bitSignedFiller.json') diff --git a/src/TransactionTestsFiller/ttEip158/V_overflow32bitSignedFiller.json b/src/TransactionTestsFiller/ttEip158/V_overflow32bitSignedFiller.json new file mode 100644 index 000000000..eb53bbc44 --- /dev/null +++ b/src/TransactionTestsFiller/ttEip158/V_overflow32bitSignedFiller.json @@ -0,0 +1,18 @@ +{ + "V_overflow32bitSigned" : { + "expect" : "invalid", + "blocknumber" : "2675000", + "transaction" : + { + "data" : "0x5544", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "3", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "2147483647", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + } +} -- cgit v1.2.3