Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 610 Bytes

File metadata and controls

18 lines (17 loc) · 610 Bytes

solc < 0.4.5 produced unexpected behavior with out-of-range enums. Check enum conversion or use a newer compiler. (see here)


Slide Screenshot

071.jpg


Slide Text

  • Out-of-range Enums
  • enum E{2}
  • E(1) -> Out-of-range
  • solc < 0.4.5 Unexpected Behavior
  • Compiler Bug -> Fixed Check Enums

References


Tags