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

fix: adjust evm outbound tracker reporter to avoid submitting invalid hashes #2628

Merged
merged 15 commits into from
Aug 14, 2024

try fixing tss migration E2E failure by increase timeout

8a834d4
Select commit
Loading
Failed to load commit list.
Merged

fix: adjust evm outbound tracker reporter to avoid submitting invalid hashes #2628

try fixing tss migration E2E failure by increase timeout
8a834d4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2024 in 0s

70.60% (+0.25%) compared to de6ed7b

View this Pull Request on Codecov

70.60% (+0.25%) compared to de6ed7b

Details

Codecov Report

Attention: Patch coverage is 22.75449% with 129 lines in your changes missing coverage. Please review.

Project coverage is 70.60%. Comparing base (de6ed7b) to head (8a834d4).

Files Patch % Lines
zetaclient/chains/evm/observer/outbound.go 0.00% 65 Missing ⚠️
...ent/chains/evm/signer/outbound_tracker_reporter.go 34.28% 20 Missing and 3 partials ⚠️
zetaclient/chains/evm/rpc/rpc.go 0.00% 18 Missing ⚠️
.../chains/solana/signer/outbound_tracker_reporter.go 0.00% 16 Missing ⚠️
zetaclient/chains/evm/signer/signer.go 70.00% 2 Missing and 1 partial ⚠️
zetaclient/orchestrator/orchestrator.go 0.00% 3 Missing ⚠️
zetaclient/chains/solana/observer/outbound.go 90.90% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2628      +/-   ##
===========================================
+ Coverage    70.35%   70.60%   +0.25%     
===========================================
  Files          338      340       +2     
  Lines        18599    18533      -66     
===========================================
+ Hits         13085    13086       +1     
+ Misses        4922     4857      -65     
+ Partials       592      590       -2     
Files Coverage Δ
zetaclient/chains/base/observer.go 86.09% <100.00%> (ø)
zetaclient/chains/base/signer.go 95.74% <100.00%> (+0.29%) ⬆️
zetaclient/chains/evm/observer/observer.go 60.34% <ø> (+2.19%) ⬆️
zetaclient/chains/evm/signer/outbound_data.go 82.19% <ø> (+10.42%) ⬆️
zetaclient/chains/solana/observer/outbound.go 27.74% <90.90%> (ø)
zetaclient/chains/evm/signer/signer.go 58.60% <70.00%> (+5.67%) ⬆️
zetaclient/orchestrator/orchestrator.go 22.34% <0.00%> (-0.12%) ⬇️
.../chains/solana/signer/outbound_tracker_reporter.go 0.00% <0.00%> (ø)
zetaclient/chains/evm/rpc/rpc.go 0.00% <0.00%> (ø)
...ent/chains/evm/signer/outbound_tracker_reporter.go 34.28% <34.28%> (ø)
... and 1 more