test_migrated_valid_invalid()
¶
Documentation for tests/osaka/eip7692_eof_v1/eip3540_eof_v1/test_migrated_valid_invalid.py::test_migrated_valid_invalid@bc691d13
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7692_eof_v1/eip3540_eof_v1/test_migrated_valid_invalid.py::test_migrated_valid_invalid --fork Osaka
Verify EOF container construction and exception.
Source code in tests/osaka/eip7692_eof_v1/eip3540_eof_v1/test_migrated_valid_invalid.py
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 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | eof_code | exception |
---|---|---|
...fork_Osaka-eof_test-EOF1V3540_0001_deployed_code_without_data_section | EOF1V3540_0001 | None |
...fork_Osaka-eof_test-EOF1V3540_0002_deployed_code_with_data_section | EOF1V3540_0002 | None |
...fork_Osaka-eof_test-EOF1I3540_0012_empty_code_section_with_non_empty_data_section | b'\xef\x00\x01\x01\x00\x04\x02\x00\x01\x00\x00\xff\x00\x02\x00\x00\x00\x00\x00\xaa\xbb' | EOFException.ZERO_SECTION_SIZE |
...fork_Osaka-eof_test-EOF1I3540_0020_no_section_terminator_after_data_section_size | 0xef00010100040200010001ff0002 | EOFException.MISSING_HEADERS_TERMINATOR |
...fork_Osaka-eof_test-EOF1I3540_0021_no_type_section_contents | 0xef00010100040200010001ff000200 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-eof_test-EOF1I3540_0022_invalid_type_section_no_outputs_and_max_stack | 0xef00010100040200010001ff00020000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-eof_test-EOF1I3540_0023_invalid_type_section_no_max_stack | 0xef00010100040200010001ff0002000000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-eof_test-EOF1I3540_0024_invalid_type_section_max_stack_incomplete | 0xef00010100040200010001ff000200000000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-eof_test-EOF1I3540_0025_no_code_section_contents | 0xef00010100040200010001ff00020000000000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-eof_test-EOF1I3540_0026_code_section_contents_incomplete | 0xef00010100040200010029ff000000000000027f | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-eof_test-EOF1I3540_0027_trailing_bytes_after_code_section | 0xef00010100040200010001ff00000000800000feaabbcc | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-eof_test-EOF1I3540_0027_trailing_bytes_after_code_section_with_wrong_first_section_type | 0xef00010100040200010001ff00000000000000feaabbcc | [ |
...fork_Osaka-eof_test-EOF1I3540_0028_empty_code_section | 0xef00010100040200010000ff00000000000000 | EOFException.ZERO_SECTION_SIZE |
...fork_Osaka-eof_test-EOF1I3540_0030_code_section_preceding_type_section | 0xef00010200010001010004ff00020000000000feaabb | [ |
...fork_Osaka-eof_test-EOF1I3540_0031_data_section_preceding_type_section | 0xef0001ff000201000402000100010000000000feaabb | [ |
...fork_Osaka-eof_test-EOF1I3540_0032_data_section_preceding_code_section | 0xef0001010004ff000202000100010000000000feaabb | [ |
...fork_Osaka-eof_test-EOF1I3540_0033_data_section_without_code_section | 0xef0001010004ff00020000000000aabb | [ |
...fork_Osaka-eof_test-EOF1I3540_0034_no_data_section | 0xef000101000402000100010000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0035_trailing_bytes_after_data_section | b'\xef\x00\x01\x01\x00\x04\x02\x00\x01\x00\x01\xff\x00\x02\x00\x00\x80\x00\x00\xfe\xaa\xbb\xcc\xdd' | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-eof_test-EOF1I3540_0035_trailing_bytes_after_data_section_with_wrong_first_section_type | 0xef00010100040200010001ff00020000000000feaabbccdd | [ |
...fork_Osaka-eof_test-EOF1I3540_0036_multiple_data_sections | 0xef00010100040200010001ff0002ff00020000000000feaabbaabb | [ |
...fork_Osaka-eof_test-EOF1I3540_0037_multiple_code_and_data_sections | 0xef000101000802000200010001ff0002ff0002000000000000000000fefeaabbaabb | [ |
...fork_Osaka-eof_test-EOF1I3540_0038_unknown_section_id_at_the_beginning_05 | 0xef00010400010100040200010001ff00000000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0039_unknown_section_id_at_the_beginning_06 | 0xef00010500010100040200010001ff00000000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0040_unknown_section_id_at_the_beginning_ff | 0xef0001fe00010100040200010001ff00000000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0041_unknown_section_id_after_types_section_05 | 0xef00010100040400010200010001ff00000000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0042_unknown_section_id_after_types_section_06 | 0xef00010100040500010200010001ff00000000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0043_unknown_section_id_after_types_section_ff | 0xef0001010004fe00010200010001ff00000000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0044_unknown_section_id_after_code_section_05 | 0xef00010100040200010001050001ff00000000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0045_unknown_section_id_after_code_section_06 | 0xef00010100040200010001060001ff00000000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0046_unknown_section_id_after_code_section_04 | 0xef00010100040200010001040001ff00000000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0047_unknown_section_id_after_data_section_05 | 0xef00010100040200010001ff00000500010000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0048_unknown_section_id_after_data_section_06 | 0xef00010100040200010001ff00000600010000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0049_unknown_section_id_after_data_section_04 | 0xef00010100040200010001ff00000400010000000000fe | [ |
...fork_Osaka-eof_test-EOF1I3540_0002_invalid_incorrect_magic_01 | EOF1I3540_0002 (Invalid) Invalid magic | EOFException.INVALID_MAGIC |
...fork_Osaka-eof_test-EOF1I3540_0003_invalid_incorrect_magic_02 | EOF1I3540_0003 | EOFException.INVALID_MAGIC |
...fork_Osaka-eof_test-EOF1I3540_0004_invalid_incorrect_magic_ff | EOF1I3540_0004 | EOFException.INVALID_MAGIC |
...fork_Osaka-eof_test-EOF1I3540_0006_invalid_incorrect_version_00 | EOF1I3540_0006 (Invalid) Invalid version | EOFException.INVALID_VERSION |
...fork_Osaka-eof_test-EOF1I3540_0007_invalid_incorrect_version_02 | EOF1I3540_0007 | EOFException.INVALID_VERSION |
...fork_Osaka-eof_test-EOF1I3540_0008_invalid_incorrect_version_ff | EOF1I3540_0008 | EOFException.INVALID_VERSION |
...fork_Osaka-state_test_from_eof_test-EOF1V3540_0001_deployed_code_without_data_section | EOF1V3540_0001 | None |
...fork_Osaka-state_test_from_eof_test-EOF1V3540_0002_deployed_code_with_data_section | EOF1V3540_0002 | None |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0012_empty_code_section_with_non_empty_data_section | b'\xef\x00\x01\x01\x00\x04\x02\x00\x01\x00\x00\xff\x00\x02\x00\x00\x00\x00\x00\xaa\xbb' | EOFException.ZERO_SECTION_SIZE |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0020_no_section_terminator_after_data_section_size | 0xef00010100040200010001ff0002 | EOFException.MISSING_HEADERS_TERMINATOR |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0021_no_type_section_contents | 0xef00010100040200010001ff000200 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0022_invalid_type_section_no_outputs_and_max_stack | 0xef00010100040200010001ff00020000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0023_invalid_type_section_no_max_stack | 0xef00010100040200010001ff0002000000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0024_invalid_type_section_max_stack_incomplete | 0xef00010100040200010001ff000200000000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0025_no_code_section_contents | 0xef00010100040200010001ff00020000000000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0026_code_section_contents_incomplete | 0xef00010100040200010029ff000000000000027f | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0027_trailing_bytes_after_code_section | 0xef00010100040200010001ff00000000800000feaabbcc | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0027_trailing_bytes_after_code_section_with_wrong_first_section_type | 0xef00010100040200010001ff00000000000000feaabbcc | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0028_empty_code_section | 0xef00010100040200010000ff00000000000000 | EOFException.ZERO_SECTION_SIZE |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0030_code_section_preceding_type_section | 0xef00010200010001010004ff00020000000000feaabb | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0031_data_section_preceding_type_section | 0xef0001ff000201000402000100010000000000feaabb | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0032_data_section_preceding_code_section | 0xef0001010004ff000202000100010000000000feaabb | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0033_data_section_without_code_section | 0xef0001010004ff00020000000000aabb | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0034_no_data_section | 0xef000101000402000100010000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0035_trailing_bytes_after_data_section | b'\xef\x00\x01\x01\x00\x04\x02\x00\x01\x00\x01\xff\x00\x02\x00\x00\x80\x00\x00\xfe\xaa\xbb\xcc\xdd' | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0035_trailing_bytes_after_data_section_with_wrong_first_section_type | 0xef00010100040200010001ff00020000000000feaabbccdd | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0036_multiple_data_sections | 0xef00010100040200010001ff0002ff00020000000000feaabbaabb | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0037_multiple_code_and_data_sections | 0xef000101000802000200010001ff0002ff0002000000000000000000fefeaabbaabb | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0038_unknown_section_id_at_the_beginning_05 | 0xef00010400010100040200010001ff00000000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0039_unknown_section_id_at_the_beginning_06 | 0xef00010500010100040200010001ff00000000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0040_unknown_section_id_at_the_beginning_ff | 0xef0001fe00010100040200010001ff00000000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0041_unknown_section_id_after_types_section_05 | 0xef00010100040400010200010001ff00000000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0042_unknown_section_id_after_types_section_06 | 0xef00010100040500010200010001ff00000000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0043_unknown_section_id_after_types_section_ff | 0xef0001010004fe00010200010001ff00000000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0044_unknown_section_id_after_code_section_05 | 0xef00010100040200010001050001ff00000000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0045_unknown_section_id_after_code_section_06 | 0xef00010100040200010001060001ff00000000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0046_unknown_section_id_after_code_section_04 | 0xef00010100040200010001040001ff00000000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0047_unknown_section_id_after_data_section_05 | 0xef00010100040200010001ff00000500010000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0048_unknown_section_id_after_data_section_06 | 0xef00010100040200010001ff00000600010000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0049_unknown_section_id_after_data_section_04 | 0xef00010100040200010001ff00000400010000000000fe | [ |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0002_invalid_incorrect_magic_01 | EOF1I3540_0002 (Invalid) Invalid magic | EOFException.INVALID_MAGIC |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0003_invalid_incorrect_magic_02 | EOF1I3540_0003 | EOFException.INVALID_MAGIC |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0004_invalid_incorrect_magic_ff | EOF1I3540_0004 | EOFException.INVALID_MAGIC |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0006_invalid_incorrect_version_00 | EOF1I3540_0006 (Invalid) Invalid version | EOFException.INVALID_VERSION |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0007_invalid_incorrect_version_02 | EOF1I3540_0007 | EOFException.INVALID_VERSION |
...fork_Osaka-state_test_from_eof_test-EOF1I3540_0008_invalid_incorrect_version_ff | EOF1I3540_0008 | EOFException.INVALID_VERSION |
...fork_Osaka-blockchain_test_from_eof_test-EOF1V3540_0001_deployed_code_without_data_section | EOF1V3540_0001 | None |
...fork_Osaka-blockchain_test_from_eof_test-EOF1V3540_0002_deployed_code_with_data_section | EOF1V3540_0002 | None |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0012_empty_code_section_with_non_empty_data_section | b'\xef\x00\x01\x01\x00\x04\x02\x00\x01\x00\x00\xff\x00\x02\x00\x00\x00\x00\x00\xaa\xbb' | EOFException.ZERO_SECTION_SIZE |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0020_no_section_terminator_after_data_section_size | 0xef00010100040200010001ff0002 | EOFException.MISSING_HEADERS_TERMINATOR |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0021_no_type_section_contents | 0xef00010100040200010001ff000200 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0022_invalid_type_section_no_outputs_and_max_stack | 0xef00010100040200010001ff00020000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0023_invalid_type_section_no_max_stack | 0xef00010100040200010001ff0002000000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0024_invalid_type_section_max_stack_incomplete | 0xef00010100040200010001ff000200000000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0025_no_code_section_contents | 0xef00010100040200010001ff00020000000000 | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0026_code_section_contents_incomplete | 0xef00010100040200010029ff000000000000027f | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0027_trailing_bytes_after_code_section | 0xef00010100040200010001ff00000000800000feaabbcc | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0027_trailing_bytes_after_code_section_with_wrong_first_section_type | 0xef00010100040200010001ff00000000000000feaabbcc | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0028_empty_code_section | 0xef00010100040200010000ff00000000000000 | EOFException.ZERO_SECTION_SIZE |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0030_code_section_preceding_type_section | 0xef00010200010001010004ff00020000000000feaabb | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0031_data_section_preceding_type_section | 0xef0001ff000201000402000100010000000000feaabb | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0032_data_section_preceding_code_section | 0xef0001010004ff000202000100010000000000feaabb | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0033_data_section_without_code_section | 0xef0001010004ff00020000000000aabb | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0034_no_data_section | 0xef000101000402000100010000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0035_trailing_bytes_after_data_section | b'\xef\x00\x01\x01\x00\x04\x02\x00\x01\x00\x01\xff\x00\x02\x00\x00\x80\x00\x00\xfe\xaa\xbb\xcc\xdd' | EOFException.INVALID_SECTION_BODIES_SIZE |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0035_trailing_bytes_after_data_section_with_wrong_first_section_type | 0xef00010100040200010001ff00020000000000feaabbccdd | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0036_multiple_data_sections | 0xef00010100040200010001ff0002ff00020000000000feaabbaabb | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0037_multiple_code_and_data_sections | 0xef000101000802000200010001ff0002ff0002000000000000000000fefeaabbaabb | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0038_unknown_section_id_at_the_beginning_05 | 0xef00010400010100040200010001ff00000000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0039_unknown_section_id_at_the_beginning_06 | 0xef00010500010100040200010001ff00000000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0040_unknown_section_id_at_the_beginning_ff | 0xef0001fe00010100040200010001ff00000000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0041_unknown_section_id_after_types_section_05 | 0xef00010100040400010200010001ff00000000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0042_unknown_section_id_after_types_section_06 | 0xef00010100040500010200010001ff00000000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0043_unknown_section_id_after_types_section_ff | 0xef0001010004fe00010200010001ff00000000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0044_unknown_section_id_after_code_section_05 | 0xef00010100040200010001050001ff00000000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0045_unknown_section_id_after_code_section_06 | 0xef00010100040200010001060001ff00000000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0046_unknown_section_id_after_code_section_04 | 0xef00010100040200010001040001ff00000000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0047_unknown_section_id_after_data_section_05 | 0xef00010100040200010001ff00000500010000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0048_unknown_section_id_after_data_section_06 | 0xef00010100040200010001ff00000600010000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0049_unknown_section_id_after_data_section_04 | 0xef00010100040200010001ff00000400010000000000fe | [ |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0002_invalid_incorrect_magic_01 | EOF1I3540_0002 (Invalid) Invalid magic | EOFException.INVALID_MAGIC |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0003_invalid_incorrect_magic_02 | EOF1I3540_0003 | EOFException.INVALID_MAGIC |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0004_invalid_incorrect_magic_ff | EOF1I3540_0004 | EOFException.INVALID_MAGIC |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0006_invalid_incorrect_version_00 | EOF1I3540_0006 (Invalid) Invalid version | EOFException.INVALID_VERSION |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0007_invalid_incorrect_version_02 | EOF1I3540_0007 | EOFException.INVALID_VERSION |
...fork_Osaka-blockchain_test_from_eof_test-EOF1I3540_0008_invalid_incorrect_version_ff | EOF1I3540_0008 | EOFException.INVALID_VERSION |