0xPolygonMiden / miden-client

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

feat: add timeout to rpc config #298

Closed mFragaBA closed 2 months ago

mFragaBA commented 2 months ago

Adds a timeout config to the rpc configuration. This is a small breaking change as now TonicRpcClient constructor takes the full rpc config. I checked tonic endpoint's documentation and didn't see any other relevant settings.