Use wasmvm.CreateChecksum
instead of duplicating it.
#5071
Labels
08-wasm
type: refactor
Architecture, code or CI improvements that may or may not tackle technical debt.
Feedback from Simon's peer review:
generateWasmCodeHash
is available in wasmvm and can be reused: wasmvm.CreateChecksum.there's additional places throughout code where we directly call into the
sha256
pkg that can additionally be replaced.Can be done after feature branch is merged.
For Admin Use
The text was updated successfully, but these errors were encountered: