aboutsummaryrefslogtreecommitdiffstats
path: root/ttTransactionTestFiller.json
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2015-02-07 06:13:02 +0800
committerwinsvega <winsvega@mail.ru>2015-02-07 06:13:02 +0800
commitb8a07a22be172b43d062bca46ea5a2cf5401bf5c (patch)
treeac4b59e6039909ca8e1afecfb5bd94b0d2ced52f /ttTransactionTestFiller.json
parent4d760868602ec35e4d6013c854b405d5b6def8a8 (diff)
downloaddexon-solidity-b8a07a22be172b43d062bca46ea5a2cf5401bf5c.tar
dexon-solidity-b8a07a22be172b43d062bca46ea5a2cf5401bf5c.tar.gz
dexon-solidity-b8a07a22be172b43d062bca46ea5a2cf5401bf5c.tar.bz2
dexon-solidity-b8a07a22be172b43d062bca46ea5a2cf5401bf5c.tar.lz
dexon-solidity-b8a07a22be172b43d062bca46ea5a2cf5401bf5c.tar.xz
dexon-solidity-b8a07a22be172b43d062bca46ea5a2cf5401bf5c.tar.zst
dexon-solidity-b8a07a22be172b43d062bca46ea5a2cf5401bf5c.zip
TransactionTest
Incorrect receiver address ength
Diffstat (limited to 'ttTransactionTestFiller.json')
-rw-r--r--ttTransactionTestFiller.json49
1 files changed, 46 insertions, 3 deletions
diff --git a/ttTransactionTestFiller.json b/ttTransactionTestFiller.json
index 6967f428..26f32271 100644
--- a/ttTransactionTestFiller.json
+++ b/ttTransactionTestFiller.json
@@ -10,8 +10,7 @@
"value" : "10",
"v" : "28",
"r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
- "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
-
+ "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
}
},
@@ -255,6 +254,50 @@
"r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
"s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
}
- }
+ },
+
+ "AddressMoreThan20" : {
+ "transaction" :
+ {
+ "data" : "",
+ "gasLimit" : "2000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b1c",
+ "value" : "10",
+ "v" : "28",
+ "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
+ "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
+ }
+ },
+
+ "AddressLessThan20" : {
+ "transaction" :
+ {
+ "data" : "",
+ "gasLimit" : "2000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "to" : "b9331677e6ebf",
+ "value" : "10",
+ "v" : "28",
+ "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
+ "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
+ }
+ },
+ "AddressLessThan20Prefixed0" : {
+ "transaction" :
+ {
+ "data" : "",
+ "gasLimit" : "2000",
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "to" : "0x000000000000000000000000000b9331677e6ebf",
+ "value" : "10",
+ "v" : "28",
+ "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
+ "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
+ }
+ }
}