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: withdraw SOL from ZEVM to Solana #2560

Merged
merged 21 commits into from
Aug 1, 2024

replace contex.TODO() with context.Background()

134238a
Select commit
Loading
Failed to load commit list.
Merged

feat: withdraw SOL from ZEVM to Solana #2560

replace contex.TODO() with context.Background()
134238a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 1, 2024 in 0s

70.12% (-1.47%) compared to aed7caa

View this Pull Request on Codecov

70.12% (-1.47%) compared to aed7caa

Details

Codecov Report

Attention: Patch coverage is 26.60550% with 560 lines in your changes missing coverage. Please review.

Project coverage is 70.12%. Comparing base (aed7caa) to head (134238a).

Files Patch % Lines
zetaclient/chains/solana/observer/outbound.go 27.74% 123 Missing and 2 partials ⚠️
zetaclient/chains/solana/signer/signer.go 0.00% 70 Missing ⚠️
zetaclient/chains/solana/signer/withdraw.go 0.00% 56 Missing ⚠️
zetaclient/orchestrator/orchestrator.go 37.17% 49 Missing ⚠️
zetaclient/chains/solana/observer/observer_gas.go 0.00% 41 Missing ⚠️
.../chains/solana/signer/outbound_tracker_reporter.go 0.00% 36 Missing ⚠️
zetaclient/chains/bitcoin/observer/outbound.go 3.33% 29 Missing ⚠️
zetaclient/orchestrator/bootstrap.go 24.32% 27 Missing and 1 partial ⚠️
pkg/contracts/solana/gateway_message.go 42.50% 23 Missing ⚠️
zetaclient/chains/evm/signer/signer.go 52.27% 19 Missing and 2 partials ⚠️
... and 11 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2560      +/-   ##
===========================================
- Coverage    71.59%   70.12%   -1.47%     
===========================================
  Files          330      336       +6     
  Lines        17965    18514     +549     
===========================================
+ Hits         12862    12983     +121     
- Misses        4526     4960     +434     
+ Partials       577      571       -6     
Files Coverage Δ
x/observer/types/chain_params.go 98.59% <100.00%> (+6.03%) ⬆️
zetaclient/chains/evm/signer/outbound_data.go 71.05% <100.00%> (+3.97%) ⬆️
zetaclient/testutils/testdata.go 83.84% <100.00%> (+0.64%) ⬆️
zetaclient/testutils/testdata_naming.go 78.94% <100.00%> (+1.16%) ⬆️
zetaclient/zetacore/client_vote.go 57.54% <100.00%> (+1.06%) ⬆️
zetaclient/zetacore/tx.go 85.41% <100.00%> (+0.63%) ⬆️
zetaclient/chains/base/observer.go 84.78% <0.00%> (-0.94%) ⬇️
zetaclient/chains/base/signer.go 95.45% <85.71%> (+8.78%) ⬆️
zetaclient/chains/evm/observer/observer.go 50.95% <77.77%> (ø)
zetaclient/chains/solana/observer/inbound.go 43.78% <25.00%> (ø)
... and 17 more