feat: Ecosystem packages - instant access to popular Solana programs#1
Merged
feat: Ecosystem packages - instant access to popular Solana programs#1
Conversation
Introduces pre-built ELF exports for popular Solana programs, eliminating build time and dependencies for common use cases. Core Features: - Ecosystem packages with git submodule-based versioning - Enhanced configuration supporting custom constants/targets - Automated release workflow (local prep + GitHub CI) - Pre-built SPL Token program (standard + Pinocchio optimized) Architecture Improvements: - Refactored SolanaProgram with configurable constant names - Enhanced workspace discovery with path resolution - Moved program deduplication to dedicated module - Added comprehensive test coverage for new features Breaking Changes: - SolanaProgram.constant_name() removed (now a field) - load_workspaces() signature changed (added config_file_dir param) Documentation: - User-focused ecosystem package docs - Updated README with ecosystem table - Comprehensive release automation guide
Move from local preparation + CI approach to maintainer-controlled + CI validation: - Replace ecosystem-prepare.sh with manual maintainer workflow - Add comprehensive CI utilities: parse-tag, install-solana, create-github-release - Simplify GitHub workflows by extracting logic to Makefile targets - Remove temp-env testing dependency and unused features - Add integration tests requirement for ecosystem packages - Update documentation with step-by-step release guide - Fix submodule checkout in release workflows This change gives maintainers full control over file changes while keeping robust CI validation and publication automation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌟 Ecosystem Packages
This introduces ecosystem packages - pre-built ELF exports for popular Solana programs. No more building from source, just add the dependency and go!