0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
25 stars 22 forks source link

WASM-related dependencies and feature cleanup #383

Open igamigo opened 2 weeks ago

igamigo commented 2 weeks ago

After #367 gets merged, we need to address the following:

bobbinth commented 2 weeks ago
default = ["std", "dep:hex", "dep:thiserror", "dep:prost"]

None of these should be included by default. For this, we need to get rid of the Miden node's duplicate code (see context).

One small correction: we should include only std by default. This way, --no-default-features flag would enable no_std mode.