fvictorio / evm-puzzles

A collection of EVM puzzles
806 stars 158 forks source link

Added A New level #3

Open jeremyfelder opened 2 years ago

jeremyfelder commented 2 years ago

Added a new level. Also added base64 encoded hints at the bottom in case someone gets stuck

jeremyfelder commented 2 years ago

@fvictorio Let me know if I can do something to help get this merged

fvictorio commented 2 years ago

Ugh, sorry for not reviewing this yet @jeremyfelder, and thanks a lot for sending a new level. I promise I'll review it this weekend.

fvictorio commented 2 years ago

Hey @jeremyfelder, I need to take a deeper look at this but... it seems like it can be solved with an empty data and 0 value? That is, it works by default :sweat_smile: Maybe that's what you were going after but my guess is that it wasn't?

jeremyfelder commented 2 years ago

Hey @jeremyfelder, I need to take a deeper look at this but... it seems like it can be solved with an empty data and 0 value? That is, it works by default 😅 Maybe that's what you were going after but my guess is that it wasn't?

@fvictorio 😅 That was not intended indeed, great catch. I added some additional checks to prevent this and other invalid inputs

jeremyfelder commented 2 years ago

@fvictorio I updated the new level to the refactored style and added hint prompts on level defined attempts.