hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

fix: Serialize WASM code for snapshots #5009

Closed dima74 closed 2 months ago

dima74 commented 2 months ago

Context

See https://github.com/hyperledger/iroha/pull/4955#issuecomment-2309382255 for details

Solution

Use WASM code for snapshot instead of wasmtime::Module

Review notes (optional)

Checklist

github-actions[bot] commented 2 months ago

@BAStos525