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 /TransactionTests/ttFrontier/RightVRSTest.json | |
parent | 953d6f51c3a54bc9015208a258f5a88841d2b919 (diff) | |
download | tangerine-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar tangerine-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.gz tangerine-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.bz2 tangerine-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.lz tangerine-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.xz tangerine-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.tar.zst tangerine-tests-d7bc1c65afa5112c20e4a4b1d385d1d2e68cae70.zip |
split transaction tests into separate files
Diffstat (limited to 'TransactionTests/ttFrontier/RightVRSTest.json')
-rw-r--r-- | TransactionTests/ttFrontier/RightVRSTest.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/TransactionTests/ttFrontier/RightVRSTest.json b/TransactionTests/ttFrontier/RightVRSTest.json new file mode 100644 index 000000000..8f4443034 --- /dev/null +++ b/TransactionTests/ttFrontier/RightVRSTest.json @@ -0,0 +1,24 @@ +{ + "RightVRSTest" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttFrontier/RightVRSTestFiller.json" + }, + "blocknumber" : "0", + "hash" : "1ae041bfa0b77e66e123cdd53c67d8d4533705b94dc637d27e36ae3f5cf7698b", + "rlp" : "0xf85f030182520894b94f5374fce5edbc8e2a8697c15331677e6ebf0b0a801ca098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa08887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "fa7f04899691becd07dd3081d0a2f3ee7640af52", + "transaction" : { + "data" : "0x", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x03", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "v" : "0x1c", + "value" : "0x0a" + } + } +}
\ No newline at end of file |