You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After opening #741, there are a few optimizations that can be made. The goal of #741 is to provide the option to make initialization of the miden-client as simple as possible. Here are the three main issues (as discussed in the comments of #741) that need to be addressed to optimize the current implementation of the ClientBuilder.
Make handling of KeyStore more generic (so that we could use non-FilesystemKeyStores as well).
Make handling of Rng more generic (so that we could use non-RpoRandomCoin as well).
Modifying rpc/tonic_client/mod.rs to avoid having the #[cfg(feature="std")] guard for the ClientBuilder mod
The text was updated successfully, but these errors were encountered:
After opening #741, there are a few optimizations that can be made. The goal of #741 is to provide the option to make initialization of the miden-client as simple as possible. Here are the three main issues (as discussed in the comments of #741) that need to be addressed to optimize the current implementation of the
ClientBuilder
.The text was updated successfully, but these errors were encountered: