raiku-protocol/Solana Agave Version Updater
Updates Agave validator deployment files based on Solana network requirements
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| yaml-path | Path to the YAML file containing Solana version | yes | — |
| network | Solana network to check (mainnet, testnet, or devnet) | yes | testnet |
| python-version | Python version to use | no | 3.11 |
Outputs
| name | description |
|---|---|
| min-version | The new required Solana version |
| current-version | The current deployed version |
| should-update | Whether the version needs to be updated |