filecoin-project / ref-fvm

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

`fvm_ipld_hamt` uses the deprecated `forest_hash_utils` crate #958

Open lemmih opened 1 year ago

lemmih commented 1 year ago

The forest_hash_utils crate is no longer maintained and should not be used. Ideally fvm_ipld_hamt would copy the hashing code or find another crate to serve the same purpose.

Stebalien commented 1 year ago

Yep, I agree. It's a tiny crate anyways.