filecoin-project / ref-fvm

Reference implementation of the Filecoin Virtual Machine
https://fvm.filecoin.io/
Other
384 stars 139 forks source link

EVM runtime: GetStorageAt param uses wrong type + return error when key doesn't exist #912

Closed raulk closed 2 years ago

raulk commented 2 years ago

See https://github.com/filecoin-project/lotus/pull/9397

Stebalien commented 2 years ago

So, we were also storing these as strings in our HAMTs. Hm....