Closed raulk closed 2 years ago
By generalizing the hash function https://github.com/filecoin-project/ref-fvm/issues/270. IIRC, HAMTs perform hashing inside Wasm.
See https://github.com/filecoin-project/ref-fvm/issues/270
See #636.
We also need to remove https://github.com/filecoin-project/builtin-actors/blob/ac3d3e8042ebe1c35e6249798b51f5aafdcd5a74/runtime/src/runtime/fvm.rs#L488.
@Stebalien that line is only enabled with fake proofs. I think we’re good.
Ah.... ok, back to the drawing board.
Fixed.
By generalizing the hash function https://github.com/filecoin-project/ref-fvm/issues/270. IIRC, HAMTs perform hashing inside Wasm.