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

feat: add Whitelist message ability to whitelist SPL tokens on Solana #2984

Merged
merged 26 commits into from
Nov 4, 2024

PR comments

051b30f
Select commit
Loading
Failed to load commit list.
Merged

feat: add Whitelist message ability to whitelist SPL tokens on Solana #2984

PR comments
051b30f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 1s

63.51% (-0.31%) compared to a35a571

View this Pull Request on Codecov

63.51% (-0.31%) compared to a35a571

Details

Codecov Report

Attention: Patch coverage is 20.53232% with 209 lines in your changes missing coverage. Please review.

Project coverage is 63.51%. Comparing base (a35a571) to head (051b30f).

Files with missing lines Patch % Lines
zetaclient/chains/solana/signer/whitelist.go 0.00% 82 Missing ⚠️
zetaclient/chains/solana/signer/signer.go 0.00% 73 Missing ⚠️
pkg/contracts/solana/gateway_message.go 50.00% 24 Missing ⚠️
pkg/contracts/solana/instruction.go 0.00% 22 Missing ⚠️
zetaclient/chains/solana/observer/outbound.go 0.00% 3 Missing ⚠️
pkg/chains/chain.go 0.00% 2 Missing ⚠️
zetaclient/chains/solana/signer/withdraw.go 0.00% 2 Missing ⚠️
zetaclient/chains/solana/observer/inbound.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2984      +/-   ##
===========================================
- Coverage    63.82%   63.51%   -0.31%     
===========================================
  Files          422      423       +1     
  Lines        29700    29906     +206     
===========================================
+ Hits         18955    18995      +40     
- Misses        9909    10075     +166     
  Partials       836      836              
Files with missing lines Coverage Δ
pkg/contracts/solana/gateway.go 0.00% <ø> (ø)
x/crosschain/keeper/msg_server_whitelist_erc20.go 73.15% <100.00%> (+3.22%) ⬆️
x/crosschain/types/message_whitelist_erc20.go 100.00% <100.00%> (ø)
zetaclient/chains/solana/observer/inbound.go 41.00% <0.00%> (ø)
pkg/chains/chain.go 85.00% <0.00%> (-1.24%) ⬇️
zetaclient/chains/solana/signer/withdraw.go 0.00% <0.00%> (ø)
zetaclient/chains/solana/observer/outbound.go 26.74% <0.00%> (-0.34%) ⬇️
pkg/contracts/solana/instruction.go 26.53% <0.00%> (-19.90%) ⬇️
pkg/contracts/solana/gateway_message.go 49.47% <50.00%> (+0.53%) ⬆️
zetaclient/chains/solana/signer/signer.go 29.94% <0.00%> (-9.91%) ⬇️
... and 1 more