diff options
author | winsvega <winsvega@mail.ru> | 2015-01-22 17:00:01 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-01-22 17:05:03 +0800 |
commit | 7bf407dbe4cb0e2197c6ce626ceed69ac548b44e (patch) | |
tree | 38927debcf715bfb8129f87325d703cddb2bb546 /ttTransactionTestFiller.json | |
parent | 91ccc1b7ab56af5ecb94b0c9741067db0e5c8443 (diff) | |
download | dexon-solidity-7bf407dbe4cb0e2197c6ce626ceed69ac548b44e.tar.gz dexon-solidity-7bf407dbe4cb0e2197c6ce626ceed69ac548b44e.tar.zst dexon-solidity-7bf407dbe4cb0e2197c6ce626ceed69ac548b44e.zip |
some test
Diffstat (limited to 'ttTransactionTestFiller.json')
-rw-r--r-- | ttTransactionTestFiller.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ttTransactionTestFiller.json b/ttTransactionTestFiller.json index 6c68bd75..6c429b34 100644 --- a/ttTransactionTestFiller.json +++ b/ttTransactionTestFiller.json @@ -30,6 +30,21 @@ } }, + "WrongVRSTestVl31" : { + "transaction" : + { + "data" : "", + "gasLimit" : "2000", + "gasPrice" : "1", + "nonce" : "0", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "10", + "v" : "31", + "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", + "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3" + } + }, + "SenderTest" : { "//" : "sender a94f5374fce5edbc8e2a8697c15331677e6ebf0b", "transaction" : @@ -63,6 +78,19 @@ } }, + "TransactionWithTooFewRLPElements" : { + "transaction" : + { + "data" : "", + "gasPrice" : "1", + "nonce" : "0", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "v" : "27", + "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", + "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + } + }, + "TransactionWithHihghValue" : { "transaction" : { |