0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
32 stars 28 forks source link

feat: add re exports from base used in public api #394

Closed mFragaBA closed 3 months ago

mFragaBA commented 3 months ago

closes #280

Tested with:

I think testing against real use cases instead of just looking at the api will avoid some missing re-exports problems. We can still iterate on this as users of the crate can decide when they remove the dependency and just use the re-exports instead.

bobbinth commented 3 months ago

I think this is the next PR that should be merged. And then #407 could follow shortly thereafter. Or, if it is ready we could merge #402 after this one and then merge #407.