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/ttHomestead/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/ttHomestead/RightVRSTest.json')
-rw-r--r-- | TransactionTests/ttHomestead/RightVRSTest.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/TransactionTests/ttHomestead/RightVRSTest.json b/TransactionTests/ttHomestead/RightVRSTest.json new file mode 100644 index 000000000..c2d112505 --- /dev/null +++ b/TransactionTests/ttHomestead/RightVRSTest.json @@ -0,0 +1,24 @@ +{ + "RightVRSTest" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.9cee17ad.Linux.g++", + "source" : "/src/TransactionTestsFiller/ttHomestead/RightVRSTestFiller.json" + }, + "blocknumber" : "1150000", + "hash" : "1cbb233404f49e96cb795d0ea74f485eca2c41a216e0ce80694cef4dd7a45b50", + "rlp" : "0xf85f030182520894b94f5374fce5edbc8e2a8697c15331677e6ebf0b0a801ca098ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4aa01887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "sender" : "58d79230fc81a042315da7d243272798e27cb40c", + "transaction" : { + "data" : "0x", + "gasLimit" : "0x5208", + "gasPrice" : "0x01", + "nonce" : "0x03", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x1887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3", + "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "v" : "0x1c", + "value" : "0x0a" + } + } +}
\ No newline at end of file |