github.com/ethereumproject/go-ethereum@v5.5.2+incompatible/tests/files/RLPTests/invalidRLPTest.json (about) 1 { 2 "int32Overflow": { 3 "in": "INVALID", 4 "out": "bf0f000000000000021111" 5 }, 6 7 "int32Overflow2": { 8 "in": "INVALID", 9 "out": "ff0f000000000000021111" 10 }, 11 12 "wrongSizeList": { 13 "in": "INVALID", 14 "out": "f80180" 15 }, 16 17 "wrongSizeList2": { 18 "in": "INVALID", 19 "out": "f80100" 20 }, 21 22 "incorrectLengthInArray": { 23 "in": "INVALID", 24 "out": "b9002100dc2b275d0f74e8a53e6f4ec61b27f24278820be3f82ea2110e582081b0565df0" 25 }, 26 27 "randomRLP": { 28 "in": "INVALID", 29 "out": "f861f83eb9002100dc2b275d0f74e8a53e6f4ec61b27f24278820be3f82ea2110e582081b0565df027b90015002d5ef8325ae4d034df55d4b58d0dfba64d61ddd17be00000b9001a00dae30907045a2f66fa36f2bb8aa9029cbb0b8a7b3b5c435ab331" 30 }, 31 32 "bytesShouldBeSingleByte00": { 33 "in": "INVALID", 34 "out": "8100" 35 }, 36 37 "bytesShouldBeSingleByte01": { 38 "in": "INVALID", 39 "out": "8100" 40 }, 41 42 "bytesShouldBeSingleByte7F": { 43 "in": "INVALID", 44 "out": "817F" 45 } 46 }