Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(zetaclient): move app context update from zetacore client #3131

Merged
merged 10 commits into from
Nov 12, 2024

Merge branch 'develop' into refactor/zetacore-worker

c487ace
Select commit
Loading
Failed to load commit list.
Merged

refactor(zetaclient): move app context update from zetacore client #3131

Merge branch 'develop' into refactor/zetacore-worker
c487ace
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 12, 2024 in 0s

63.14% (+0.05%) compared to f8df512

View this Pull Request on Codecov

63.14% (+0.05%) compared to f8df512

Details

Codecov Report

Attention: Patch coverage is 32.39437% with 96 lines in your changes missing coverage. Please review.

Project coverage is 63.14%. Comparing base (f8df512) to head (c487ace).

Files with missing lines Patch % Lines
zetaclient/orchestrator/contextupdater.go 41.28% 54 Missing and 10 partials ⚠️
zetaclient/tss/generate.go 0.00% 17 Missing ⚠️
zetaclient/orchestrator/orchestrator.go 0.00% 10 Missing ⚠️
zetaclient/tss/tss_signer.go 0.00% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3131      +/-   ##
===========================================
+ Coverage    63.08%   63.14%   +0.05%     
===========================================
  Files          423      423              
  Lines        29875    29874       -1     
===========================================
+ Hits         18848    18864      +16     
+ Misses       10186    10170      -16     
+ Partials       841      840       -1     
Files with missing lines Coverage Δ
pkg/rpc/clients.go 68.57% <ø> (ø)
pkg/rpc/clients_cosmos.go 62.50% <ø> (ø)
zetaclient/zetacore/client.go 66.02% <100.00%> (+13.22%) ⬆️
zetaclient/tss/tss_signer.go 21.51% <0.00%> (+0.09%) ⬆️
zetaclient/orchestrator/orchestrator.go 18.48% <0.00%> (-0.08%) ⬇️
zetaclient/tss/generate.go 0.00% <0.00%> (ø)
zetaclient/orchestrator/contextupdater.go 41.28% <41.28%> (ø)