Skip to content

Commit

Permalink
Transaction WrongRLP tests
Browse files Browse the repository at this point in the history
more rlps with first zeros
  • Loading branch information
winsvega committed Feb 26, 2015
1 parent 667cafc commit 1e07358
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion TransactionTests/ttWrongRLPTransaction.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"RLPElementWithFirstZeros" : {
"RLPNonceWithFirstZeros" : {
"rlp" : "0xf86384000000030182035294095e7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
},

"RLPgasPriceWithFirstZeros" : {
"rlp" : "0xf862808300000182035294095e7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
},

"RLPgasLimitWithFirstZeros" : {
"rlp" : "0xf862800185000000094894095e7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
},

"RLPValueWithFirstZeros" : {
"rlp" : "0xf861800182035294095e7baea6a6c7c4c2dfeb977efac326af552d8782000a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
},

"RLPWrongAddress" : {
"rlp" : "0xf85f800182094894095v7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804"
},
Expand Down

0 comments on commit 1e07358

Please sign in to comment.