CommandContext class for client cli #307
Labels
code-quality
Task related to the code quality (refactor, enhancements etc.)
python
Task related to the Python part of the code base
wallet
Task related to the wallet implementation
In
zeth.cli.utils
, several classes depend on configurations and data in local files. To ensure that files, clients and configurations are used efficiently (to avoid unnecessary file loading, object creationg, requests to servers etc), create aCommandContext
class which can cache this data, and move util functiond such ascreate_prover_client
to be methods of this.The text was updated successfully, but these errors were encountered: