Skip to content

Conversation

@renan061
Copy link
Contributor

@renan061 renan061 commented Nov 11, 2025

Description

TODO.

Closes #4224.

How Has This Been Tested?

  • Tested CCTX in localnet
  • Tested in development environment
  • Go unit tests
  • Go integration tests
  • Tested via GitHub Actions

@renan061 renan061 self-assigned this Nov 11, 2025
@renan061 renan061 added zetaclient Issues related to ZetaClient refactor labels Nov 11, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 11, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/solana-repository

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@renan061 renan061 changed the title refactor: complete the Solana repository implementation refactor: finish the Solana repository implementation Nov 11, 2025
@renan061 renan061 force-pushed the feature/solana-repository branch from d44aba1 to 7418bc6 Compare November 11, 2025 01:07
@codecov
Copy link

codecov bot commented Nov 11, 2025

Codecov Report

❌ Patch coverage is 52.19780% with 87 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.09%. Comparing base (1487fca) to head (7418bc6).
⚠️ Report is 4 commits behind head on develop.

Files with missing lines Patch % Lines
zetaclient/chains/solana/observer/inbound.go 0.00% 39 Missing ⚠️
zetaclient/chains/solana/repo/repo.go 69.79% 29 Missing ⚠️
zetaclient/chains/solana/signer/signer.go 66.66% 5 Missing ⚠️
...taclient/chains/solana/observer/inbound_tracker.go 0.00% 4 Missing ⚠️
zetaclient/chains/solana/signer/execute.go 0.00% 3 Missing ⚠️
...aclient/orchestrator/preflight_metrics_reporter.go 0.00% 3 Missing ⚠️
zetaclient/chains/solana/observer/observer.go 50.00% 1 Missing ⚠️
.../chains/solana/signer/outbound_tracker_reporter.go 0.00% 1 Missing ⚠️
zetaclient/chains/solana/signer/withdraw_spl.go 0.00% 1 Missing ⚠️
zetaclient/dry/dry.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #4422      +/-   ##
===========================================
+ Coverage    64.75%   65.09%   +0.33%     
===========================================
  Files          469      470       +1     
  Lines        28522    28510      -12     
===========================================
+ Hits         18470    18558      +88     
+ Misses        9031     8932      -99     
+ Partials      1021     1020       -1     
Files with missing lines Coverage Δ
zetaclient/chains/solana/observer/gas.go 100.00% <100.00%> (ø)
zetaclient/chains/solana/observer/outbound.go 43.54% <100.00%> (-0.90%) ⬇️
zetaclient/chains/solana/repo/errors.go 100.00% <100.00%> (ø)
zetaclient/chains/solana/solana.go 54.16% <ø> (ø)
zetaclient/mode/chaos/generate/main.go 0.00% <ø> (ø)
zetaclient/mode/chaos/generated.go 0.00% <ø> (ø)
zetaclient/orchestrator/bootstrap.go 60.28% <100.00%> (ø)
zetaclient/chains/solana/observer/observer.go 45.94% <50.00%> (-1.43%) ⬇️
.../chains/solana/signer/outbound_tracker_reporter.go 0.00% <0.00%> (ø)
zetaclient/chains/solana/signer/withdraw_spl.go 0.00% <0.00%> (ø)
... and 7 more

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking:cli refactor zetaclient Issues related to ZetaClient

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Solana repository

2 participants