Skip to content

Commit 5fd2a98

Browse files
committed
Added some new test cases for the rlp encoding.
1 parent 4ba1509 commit 5fd2a98

File tree

1 file changed

+105
-5
lines changed

1 file changed

+105
-5
lines changed

rlptest.json

Lines changed: 105 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@
66
"shortstring": {
77
"in": "dog",
88
"out": "83646f67"
9+
},
10+
"shortstring2": {
11+
"in": "Lorem ipsum dolor sit amet, consectetur adipisicing eli",
12+
"out": "b74c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747572206164697069736963696e6720656c69"
913
},
1014
"longstring": {
1115
"in": "Lorem ipsum dolor sit amet, consectetur adipisicing elit",
1216
"out": "b8384c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747572206164697069736963696e6720656c6974"
1317
},
18+
"longstring2": {
19+
"in": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur mauris magna, suscipit sed vehicula non, iaculis faucibus tortor. Proin suscipit ultricies malesuada. Duis tortor elit, dictum quis tristique eu, ultrices at risus. Morbi a est imperdiet mi ullamcorper aliquet suscipit nec lorem. Aenean quis leo mollis, vulputate elit varius, consequat enim. Nulla ultrices turpis justo, et posuere urna consectetur nec. Proin non convallis metus. Donec tempor ipsum in mauris congue sollicitudin. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Suspendisse convallis sem vel massa faucibus, eget lacinia lacus tempor. Nulla quis ultricies purus. Proin auctor rhoncus nibh condimentum mollis. Aliquam consequat enim at metus luctus, a eleifend purus egestas. Curabitur at nibh metus. Nam bibendum, neque at auctor tristique, lorem libero aliquet arcu, non interdum tellus lectus sit amet eros. Cras rhoncus, metus ac ornare cursus, dolor justo ultrices metus, at ullamcorper volutpat",
20+
"out": "b904004c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e73656374657475722061646970697363696e6720656c69742e20437572616269747572206d6175726973206d61676e612c20737573636970697420736564207665686963756c61206e6f6e2c20696163756c697320666175636962757320746f72746f722e2050726f696e20737573636970697420756c74726963696573206d616c6573756164612e204475697320746f72746f7220656c69742c2064696374756d2071756973207472697374697175652065752c20756c7472696365732061742072697375732e204d6f72626920612065737420696d70657264696574206d6920756c6c616d636f7270657220616c6971756574207375736369706974206e6563206c6f72656d2e2041656e65616e2071756973206c656f206d6f6c6c69732c2076756c70757461746520656c6974207661726975732c20636f6e73657175617420656e696d2e204e756c6c6120756c74726963657320747572706973206a7573746f2c20657420706f73756572652075726e6120636f6e7365637465747572206e65632e2050726f696e206e6f6e20636f6e76616c6c6973206d657475732e20446f6e65632074656d706f7220697073756d20696e206d617572697320636f6e67756520736f6c6c696369747564696e2e20566573746962756c756d20616e746520697073756d207072696d697320696e206661756369627573206f726369206c756374757320657420756c74726963657320706f737565726520637562696c69612043757261653b2053757370656e646973736520636f6e76616c6c69732073656d2076656c206d617373612066617563696275732c2065676574206c6163696e6961206c616375732074656d706f722e204e756c6c61207175697320756c747269636965732070757275732e2050726f696e20617563746f722072686f6e637573206e69626820636f6e64696d656e74756d206d6f6c6c69732e20416c697175616d20636f6e73657175617420656e696d206174206d65747573206c75637475732c206120656c656966656e6420707572757320656765737461732e20437572616269747572206174206e696268206d657475732e204e616d20626962656e64756d2c206e6571756520617420617563746f72207472697374697175652c206c6f72656d206c696265726f20616c697175657420617263752c206e6f6e20696e74657264756d2074656c6c7573206c65637475732073697420616d65742065726f732e20437261732072686f6e6375732c206d65747573206163206f726e617265206375727375732c20646f6c6f72206a7573746f20756c747269636573206d657475732c20617420756c6c616d636f7270657220766f6c7574706174"
21+
},
1422
"zero": {
1523
"in": 0,
1624
"out": "80"
@@ -19,26 +27,118 @@
1927
"in": 1,
2028
"out": "01"
2129
},
22-
"mediumint": {
23-
"in": 1000,
24-
"out": "8203e8"
30+
"smallint2": {
31+
"in": 16,
32+
"out": "10"
33+
},
34+
"smallint3": {
35+
"in": 79,
36+
"out": "4f"
37+
},
38+
"smallint4": {
39+
"in": 127,
40+
"out": "7f"
41+
},
42+
"mediumint1": {
43+
"in": 128,
44+
"out": "8180"
45+
},
46+
"mediumint2": {
47+
"in": 1000,
48+
"out": "8203e8"
49+
},
50+
"mediumint3": {
51+
"in": 100000,
52+
"out": "830186a0"
53+
},
54+
"mediumint4": {
55+
"in": "#83729609699884896815286331701780722",
56+
"out": "8F102030405060708090A0B0C0D0E0F2"
57+
},
58+
"mediumint5": {
59+
"in": "#105315505618206987246253880190783558935785933862974822347068935681",
60+
"out": "9C0100020003000400050006000700080009000A000B000C000D000E01"
2561
},
2662
"emptylist": {
2763
"in": [],
28-
"out": "c0"
64+
"out": "c0"
2965
},
3066
"stringlist": {
3167
"in": [ "dog", "god", "cat" ],
3268
"out": "cc83646f6783676f6483636174"
33-
},
69+
},
3470
"multilist": {
3571
"in": [ "zw", [ 4 ], 1 ],
3672
"out": "c6827a77c10401"
3773
},
74+
"shortListMax1": {
75+
"in": [ "asdf", "qwer", "zxcv", "asdf","qwer", "zxcv", "asdf", "qwer", "zxcv", "asdf", "qwer"],
76+
"out": "F784617364668471776572847a78637684617364668471776572847a78637684617364668471776572847a78637684617364668471776572"
77+
},
78+
"longList1" : {
79+
"in" : [
80+
["asdf","qwer","zxcv"],
81+
["asdf","qwer","zxcv"],
82+
["asdf","qwer","zxcv"],
83+
["asdf","qwer","zxcv"]
84+
],
85+
"out": "F840CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376"
86+
},
87+
"longList2" : {
88+
"in" : [
89+
["asdf","qwer","zxcv"],
90+
["asdf","qwer","zxcv"],
91+
["asdf","qwer","zxcv"],
92+
["asdf","qwer","zxcv"],
93+
["asdf","qwer","zxcv"],
94+
["asdf","qwer","zxcv"],
95+
["asdf","qwer","zxcv"],
96+
["asdf","qwer","zxcv"],
97+
["asdf","qwer","zxcv"],
98+
["asdf","qwer","zxcv"],
99+
["asdf","qwer","zxcv"],
100+
["asdf","qwer","zxcv"],
101+
["asdf","qwer","zxcv"],
102+
["asdf","qwer","zxcv"],
103+
["asdf","qwer","zxcv"],
104+
["asdf","qwer","zxcv"],
105+
["asdf","qwer","zxcv"],
106+
["asdf","qwer","zxcv"],
107+
["asdf","qwer","zxcv"],
108+
["asdf","qwer","zxcv"],
109+
["asdf","qwer","zxcv"],
110+
["asdf","qwer","zxcv"],
111+
["asdf","qwer","zxcv"],
112+
["asdf","qwer","zxcv"],
113+
["asdf","qwer","zxcv"],
114+
["asdf","qwer","zxcv"],
115+
["asdf","qwer","zxcv"],
116+
["asdf","qwer","zxcv"],
117+
["asdf","qwer","zxcv"],
118+
["asdf","qwer","zxcv"],
119+
["asdf","qwer","zxcv"],
120+
["asdf","qwer","zxcv"]
121+
],
122+
"out": "F90200CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376CF84617364668471776572847a786376"
123+
},
124+
38125
"listsoflists": {
39126
"in": [ [ [], [] ], [] ],
40127
"out": "c4c2c0c0c0"
41128
},
129+
"listsoflists2": {
130+
"in": [ [], [[]], [ [], [[]] ] ],
131+
"out": "c7c0c1c0c3c0c1c0"
132+
},
133+
"dictTest1" : {
134+
"in" : [
135+
["key1", "val1"],
136+
["key2", "val2"],
137+
["key3", "val3"],
138+
["key4", "val4"]
139+
],
140+
"out" : "ECCA846b6579318476616c31CA846b6579328476616c32CA846b6579338476616c33CA846b6579348476616c34"
141+
},
42142
"bigint": {
43143
"in": "#115792089237316195423570985008687907853269984665640564039457584007913129639936",
44144
"out": "a1010000000000000000000000000000000000000000000000000000000000000000"

0 commit comments

Comments
 (0)