huff-language / huff-project-template

Foundry Repository Template that supports writing contracts in Huff using the foundry-huff library.
The Unlicense
212 stars 45 forks source link

Bug fix on `SimpleStore.huff` #17

Closed EperezOk closed 9 months ago

EperezOk commented 1 year ago

The SET_VALUE() macro is missing a stop instruction to end execution, resulting in the GET_VALUE() macro being accidentally executed afterwards.

AmazingAng commented 1 year ago

just found the same bug today: https://github.com/huff-language/huff-project-template/pull/18