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: use the ZEVM address pulled from memo as Receiver in MsgVoteInbound #3267

Merged
merged 5 commits into from
Dec 16, 2024

unit test

5c1a95d
Select commit
Loading
Failed to load commit list.
Merged

fix: use the ZEVM address pulled from memo as Receiver in MsgVoteInbound #3267

unit test
5c1a95d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

62.69% (-0.02%) compared to 2ca464a

View this Pull Request on Codecov

62.69% (-0.02%) compared to 2ca464a

Details

Codecov Report

Attention: Patch coverage is 51.72414% with 14 lines in your changes missing coverage. Please review.

Project coverage is 62.69%. Comparing base (2ca464a) to head (5c1a95d).

Files with missing lines Patch % Lines
zetaclient/types/event.go 40.00% 6 Missing and 3 partials ⚠️
zetaclient/chains/solana/observer/inbound.go 64.28% 4 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##           release/v23    #3267      +/-   ##
===============================================
- Coverage        62.70%   62.69%   -0.02%     
===============================================
  Files              424      425       +1     
  Lines            30322    30348      +26     
===============================================
+ Hits             19014    19027      +13     
- Misses           10466    10475       +9     
- Partials           842      846       +4     
Files with missing lines Coverage Δ
zetaclient/chains/solana/observer/inbound.go 32.87% <64.28%> (+1.62%) ⬆️
zetaclient/types/event.go 40.00% <40.00%> (ø)