Releases: c29r3/solana-snapshot-finder
0.3.9
Version 0.3.8
Enhancement: Added Wildcard Version Filtering — #23
• New Argument: --wildcard_version
• Description:
Introduces the --wildcard_version option, allowing users to search for snapshots based on a major and minor version pattern. This enables flexibility in selecting snapshots from a range of patch versions within the specified major/minor version.
• Usage Examples:
• Search for a Specific Version:
python snapshot_finder.py --version 1.18.3
Finds snapshots from RPC nodes running exactly version 1.18.3.
• Search Using Wildcard Version:
python snapshot_finder.py --wildcard_version 1.18
Finds snapshots from RPC nodes running any patch version of 1.18, such as 1.18.0, 1.18.1, 1.18.2, etc.
Summary of Changes:
• Enhanced flexibility in selecting RPC nodes by allowing both exact and wildcard version specifications.
• Improved usability for scenarios requiring snapshots from a range of patch versions within a specific major/minor version.
This update ensures users have greater control over the selection of RPC nodes based on version criteria, facilitating more efficient and targeted snapshot retrieval.
0.3.7
0.3.6
0.3.3
0.3.2
0.3.1
0.3.0
0.2.9
Fixed #7 (comment)