fix: avoid endless tx rescan when the inbound vote message is invalid #3184
Codecov / codecov/project
succeeded
Nov 22, 2024 in 1s
62.41% (-0.34%) compared to cda3398
View this Pull Request on Codecov
62.41% (-0.34%) compared to cda3398
Details
Codecov Report
Attention: Patch coverage is 83.33333%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 62.41%. Comparing base (
cda3398
) to head (c933432
).
Additional details and impacted files
@@ Coverage Diff @@
## develop #3184 +/- ##
===========================================
- Coverage 62.74% 62.41% -0.34%
===========================================
Files 425 426 +1
Lines 30231 30258 +27
===========================================
- Hits 18969 18885 -84
- Misses 10425 10542 +117
+ Partials 837 831 -6
Files with missing lines | Coverage Δ | |
---|---|---|
x/crosschain/types/message_vote_inbound.go | 100.00% <ø> (ø) |
|
zetaclient/chains/base/observer.go | 85.36% <100.00%> (+0.25%) |
⬆️ |
zetaclient/compliance/compliance.go | 14.28% <ø> (+3.86%) |
⬆️ |
zetaclient/chains/bitcoin/observer/event.go | 95.65% <92.30%> (-0.10%) |
⬇️ |
zetaclient/chains/bitcoin/observer/inbound.go | 32.92% <50.00%> (+0.86%) |
⬆️ |
zetaclient/chains/bitcoin/signer/signer.go | 18.15% <0.00%> (ø) |
|
zetaclient/chains/evm/observer/v2_inbound.go | 0.00% <0.00%> (ø) |
|
...taclient/chains/evm/observer/v2_inbound_tracker.go | 0.00% <0.00%> (ø) |
|
zetaclient/types/event.go | 89.65% <89.65%> (ø) |
|
zetaclient/chains/solana/observer/inbound.go | 37.05% <87.09%> (+4.55%) |
⬆️ |
- Flaky Tests Detection - Detect and resolve failed and flaky tests
Loading