Skip to content

Commit 48276be

Browse files
committed
Merge pull request #68 from winsvega/develop
Transaction WrongRLP tests
2 parents a0cfe0d + 1e07358 commit 48276be

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

TransactionTests/ttWrongRLPTransaction.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
2-
"RLPElementWithFirstZeros" : {
2+
"RLPNonceWithFirstZeros" : {
3+
"rlp" : "0xf86384000000030182035294095e7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
4+
},
5+
6+
"RLPgasPriceWithFirstZeros" : {
7+
"rlp" : "0xf862808300000182035294095e7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
8+
},
9+
10+
"RLPgasLimitWithFirstZeros" : {
311
"rlp" : "0xf862800185000000094894095e7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
412
},
513

14+
"RLPValueWithFirstZeros" : {
15+
"rlp" : "0xf861800182035294095e7baea6a6c7c4c2dfeb977efac326af552d8782000a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
16+
},
17+
618
"RLPWrongAddress" : {
719
"rlp" : "0xf85f800182094894095v7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
820
},

0 commit comments

Comments
 (0)