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
Describe the Issue
Currently cmd/zetaclientd has to much logic:
Initialization of ZetaBridge, Signers, clients
TSS generation
Initiazation logic in start.go
We should keep the logic in cmd as minimal as possible. Making an interface interaction with packages in zetaclient
We also don't include the logic in cmd for the code coverage scope, which is decreasing coverage of potentially imporant logic.
We should move relevant logic in packages in ZetaClient and keep cmd minimal
The text was updated successfully, but these errors were encountered:
Describe the Issue
Currently
cmd/zetaclientd
has to much logic:start.go
We should keep the logic in
cmd
as minimal as possible. Making an interface interaction with packages inzetaclient
We also don't include the logic in
cmd
for the code coverage scope, which is decreasing coverage of potentially imporant logic.We should move relevant logic in packages in ZetaClient and keep cmd minimal
The text was updated successfully, but these errors were encountered: