Skip to content

Restructure compatibility matrix generator - #17

Merged
christian-rogobete merged 1 commit into
mainfrom
matrix
Apr 3, 2026
Merged

Restructure compatibility matrix generator#17
christian-rogobete merged 1 commit into
mainfrom
matrix

Conversation

@christian-rogobete

Copy link
Copy Markdown
Member

Summary

  • Restructure tools/sdk-analysis/ into tools/matrix-generator/ with shared infrastructure, pipeline orchestrators, and a master orchestrator with SEP auto-detection
  • Add GitHub API integration for fetching Horizon and RPC releases (eliminates local repo dependencies)
  • Add CLI support for Horizon and RPC pipelines (--horizon-version, --rpc-version, --local, --verbose)
  • Fix streaming detection, SDK method name resolution, and SEP field analysis accuracy
  • Add missing GetLatestLedgerResponse fields (closeTime, headerXdr, metadataXdr)
  • Regenerate all compatibility matrices

Restructure tools/sdk-analysis/ into tools/matrix-generator/. Add shared infrastructure (common.py, github_fetcher.py), pipeline orchestrators with CLI support for Horizon and RPC, and a master orchestrator with SEP auto-detection. Add GetLatestLedgerResponse.closeTime, headerXdr, metadataXdr fields. Regenerate all 15 compatibility matrices.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.34%. Comparing base (a3fe50d) to head (9fbc834).

❌ Your project status has failed because the head coverage (77.34%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage   77.33%   77.34%           
=======================================
  Files         836      836           
  Lines       24024    24027    +3     
  Branches     3173     3173           
=======================================
+ Hits        18580    18583    +3     
  Misses       4164     4164           
  Partials     1280     1280           
Files with missing lines Coverage Δ
...ellar/sdk/rpc/responses/GetLatestLedgerResponse.kt 85.71% <100.00%> (+10.71%) ⬆️
🚀 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.

@christian-rogobete
christian-rogobete merged commit 0fe1ed1 into main Apr 3, 2026
5 checks passed
@christian-rogobete
christian-rogobete deleted the matrix branch April 28, 2026 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants