diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-02-24 22:38:26 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-02-25 21:18:50 +0800 |
commit | edc5050a4b3fbb3f61f894ab7d737a5c80bfb6f6 (patch) | |
tree | aaec24036ac13cd669f2dcf6a10752f0cdf6841f /ttTransactionTestFiller.json | |
parent | 704474b361d6f06875d857c08d59784f2ed3d774 (diff) | |
download | dexon-solidity-edc5050a4b3fbb3f61f894ab7d737a5c80bfb6f6.tar.gz dexon-solidity-edc5050a4b3fbb3f61f894ab7d737a5c80bfb6f6.tar.zst dexon-solidity-edc5050a4b3fbb3f61f894ab7d737a5c80bfb6f6.zip |
add wrong v value tx test
Diffstat (limited to 'ttTransactionTestFiller.json')
-rw-r--r-- | ttTransactionTestFiller.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/ttTransactionTestFiller.json b/ttTransactionTestFiller.json index c54da4db..04289f37 100644 --- a/ttTransactionTestFiller.json +++ b/ttTransactionTestFiller.json @@ -14,7 +14,7 @@ } }, - "WrongVRSTestVl27" : { + "WrongVRSTestVl26" : { "transaction" : { "data" : "", @@ -29,6 +29,21 @@ } }, + "WrongVRSTestVl29" : { + "transaction" : + { + "data" : "", + "gasLimit" : "2000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "29", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + }, + "WrongVRSTestVge31" : { "transaction" : { |