0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
27 stars 23 forks source link

fix: workspace restructure #416

Closed tomyrd closed 5 days ago

tomyrd commented 1 week ago

Addresses changes mentioned in #414

igamigo commented 5 days ago

Looks good! Thank you! Let's check if we could make the crate no_std using my suggestion from https://github.com/0xPolygonMiden/miden-client/pull/416#discussion_r1666972036. But if it proves to be difficult, we can defer it to later.

I know @tomyrd hit a small issue with this (related to the generated RPC code), but it is being addressed separately so we are going to merge this and other outstanding PRs in the meantime.

bobbinth commented 5 days ago

I know @tomyrd hit a small issue with this (related to the generated RPC code), but it is being addressed separately so we are going to merge this and other outstanding PRs in the meantime.

Sounds good!