ethereum / hevm

symbolic EVM evaluator
https://hevm.dev
GNU Affero General Public License v3.0
225 stars 46 forks source link

Fix foundry JSON reading that was dependent on locale #451

Closed msooseth closed 6 months ago

msooseth commented 6 months ago

Description

This was a VERY weird and annoying bug. See full description here: https://github.com/ethereum/hevm/issues/450

We never caught it because nix happens to set the right locale.

Checklist