diff options
author | winsvega <winsvega@mail.ru> | 2015-03-01 01:57:01 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-03-04 01:06:04 +0800 |
commit | af6b44fb905fccf82aa3bdb36126a385ebb70d1f (patch) | |
tree | 9a53d6aa4f0ea91770789792d646b83fc9ac690f /ttTransactionTestFiller.json | |
parent | 102c8a530178ea87f64af938f7c4639250428d54 (diff) | |
download | dexon-solidity-af6b44fb905fccf82aa3bdb36126a385ebb70d1f.tar dexon-solidity-af6b44fb905fccf82aa3bdb36126a385ebb70d1f.tar.gz dexon-solidity-af6b44fb905fccf82aa3bdb36126a385ebb70d1f.tar.bz2 dexon-solidity-af6b44fb905fccf82aa3bdb36126a385ebb70d1f.tar.lz dexon-solidity-af6b44fb905fccf82aa3bdb36126a385ebb70d1f.tar.xz dexon-solidity-af6b44fb905fccf82aa3bdb36126a385ebb70d1f.tar.zst dexon-solidity-af6b44fb905fccf82aa3bdb36126a385ebb70d1f.zip |
Transaction Tests
A few changes
Diffstat (limited to 'ttTransactionTestFiller.json')
-rw-r--r-- | ttTransactionTestFiller.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ttTransactionTestFiller.json b/ttTransactionTestFiller.json index 23a384d5..96e4c78a 100644 --- a/ttTransactionTestFiller.json +++ b/ttTransactionTestFiller.json @@ -59,6 +59,21 @@ } }, + "WrongVRSTestVOverflow" : { + "transaction" : + { + "data" : "", + "gasLimit" : "2000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "310", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + }, + "WrongVRSTestIncorrectSize" : { "transaction" : { @@ -91,6 +106,22 @@ } }, + "DataTest" : { + "transaction" : + { + "data" : "0x0358ac39584bc98a7c979f984b03", + "gasLimit" : "850", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "10", + "v" : "27", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "secretkey 45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804" + } + }, + "TransactionWithTooManyRLPElements" : { "transaction" : { |