aboutsummaryrefslogtreecommitdiffstats
path: root/ttTransactionTestFiller.json
blob: e9ae2718812c77ad2591257020a54d6df595e8d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
{
    "RightVRSTest" : {
        "transaction" :
        {
            "data" : "0x5544",
            "gasLimit" : "2000",
            "gasPrice" : "1",
            "nonce" : "3",
            "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
            "value" : "10",
            "v" : "28",
            "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
            "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
        }
    },

    "WrongVRSTestVl27" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "2000",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
            "value" : "10",
            "v" : "26",
            "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
            "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
        }
    },

    "WrongVRSTestVge31" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "2000",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
            "value" : "10",
            "v" : "31",
            "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
            "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
        }
    },

    "WrongVRSTestIncorrectSize" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "2000",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
            "value" : "10",
            "v" : "28",
            "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a02c3",
            "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a302c3"
        }
    },

    "SenderTest" : {
        "//" : "sender a94f5374fce5edbc8e2a8697c15331677e6ebf0b",
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "850",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "10",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "secretkey 45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
        }
    },

    "TransactionWithTooManyRLPElements" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "850",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "10",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804",
            "extrafield" : "128472387293"
        }
    },

    "TransactionWithTooFewRLPElements" : {
        "transaction" :
        {
            "data" : "",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
        }
    },

    "TransactionWithHihghValue" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "850",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "115792089237316195423570985008687907853269984665640564039457584007913129639935",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
        }
    },


    "TransactionWithHihghValueOverflow" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "850",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "115792089237316195423570985008687907853269984665640564039457584007913129639936",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
        }
    },

    "TransactionWithSvalueOverflow" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "850",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "11",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"
        }
    },

    "TransactionWithRvalueOverflow" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "850",
            "gasPrice" : "1",
            "nonce" : "0",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "11",
            "v" : "27",
            "r" : "0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
        }
    },

    "TransactionWithNonceOverflow" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "850",
            "gasPrice" : "1",
            "nonce" : "115792089237316195423570985008687907853269984665640564039457584007913129639936",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "11",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
        }
    },

    "TransactionWithGasPriceOverflow" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "850",
            "gasPrice" : "115792089237316195423570985008687907853269984665640564039457584007913129639936",
            "nonce" : "0",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "11",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
        }
    },

    "TransactionWithGasLimitOverflow" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "115792089237316195423570985008687907853269984665640564039457584007913129639936",
            "gasPrice" : "123",
            "nonce" : "0",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "11",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
        }
    },

    "AddressMoreThan20PrefixedBy0" : {
        "transaction" :
        {
            "data" : "0x12",
            "gasLimit" : "1000",
            "gasPrice" : "123",
            "nonce" : "54",
            "to" : "0x0000000000000000095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "11",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
        }
    },

    "EmptyTransaction" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "",
            "gasPrice" : "",
            "nonce" : "",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
            "value" : "",
            "v" : "27",
            "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353",
            "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
        }
    },

    "WrongAddress" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "",
            "gasPrice" : "",
            "nonce" : "",
            "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d8v",
            "value" : "",
            "v" : "27",
            "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"
        }
    },

    "ValuesAsHex" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "0xadc053",
            "gasPrice" : "1",
            "nonce" : "0xffdc5",
            "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
            "value" : "0xfffdc12c",
            "v" : "28",
            "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
            "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
        }
    },

    "ValuesAsDec" : {
        "transaction" :
        {
            "data" : "",
            "gasLimit" : "11386963",
            "gasPrice" : "1",
            "nonce" : "1048005",
            "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b",
            "value" : "4501151495864620",
            "v" : "28",
            "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a",
            "s" : "0x8887321be575c8095f789dd4c743dfe42c1820f9231f98a962b210e3ac2452a3"
        }
    }
}