hyperledger / iroha

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

[WASM] Reproducible WASM builds #3304

Open appetrosyan opened 1 year ago

appetrosyan commented 1 year ago

Feature request

We should find a way to make WASM builds reproducible.

Motivation

Peers need to be able to verify that WASM is the same across them.

Users need to be able to verify that the source code that they see corresponds to the WASM that they see in the blockchain.

Solutions

Ignore the reproducibility aspect

Direct code submission

Pinned dependency reproducible builds

appetrosyan commented 1 year ago

Continuation of #3168

mversic commented 1 year ago

This might be of some help