diff options
author | Dimitry <winsvega@mail.ru> | 2017-08-29 02:41:03 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-08-30 04:27:23 +0800 |
commit | d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70 (patch) | |
tree | 61359400214914325803ff382a69fc293b327304 /src/TransactionTestsFiller/ttEip158/WrongVRSTestVOverflowFiller.json | |
parent | 953d6f51c3a54bc9015208a258f5a88841d2b919 (diff) | |
download | dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.gz dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.bz2 dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.lz dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.xz dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.zst dexon-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.zip |
split transaction tests into separate files
Diffstat (limited to 'src/TransactionTestsFiller/ttEip158/WrongVRSTestVOverflowFiller.json')
-rw-r--r-- | src/TransactionTestsFiller/ttEip158/WrongVRSTestVOverflowFiller.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/TransactionTestsFiller/ttEip158/WrongVRSTestVOverflowFiller.json b/src/TransactionTestsFiller/ttEip158/WrongVRSTestVOverflowFiller.json new file mode 100644 index 000000000..218a792b7 --- /dev/null +++ b/src/TransactionTestsFiller/ttEip158/WrongVRSTestVOverflowFiller.json @@ -0,0 +1,18 @@ +{ + "WrongVRSTestVOverflow" : { + "expect" : "invalid", + "blocknumber" : "2675000", + "transaction" : + { + "data" : "", + "gasLimit" : "21000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "310", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + } +} |