Skip to content

Releases: c29r3/solana-snapshot-finder

0.3.9

30 Nov 02:50
Compare
Choose a tag to compare

--sort_order = latency
--max_latency = 100

Version 0.3.8

28 Oct 05:42
Compare
Choose a tag to compare

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

04 Jun 20:24
Compare
Choose a tag to compare

0.3.7 Added: --version VERSION search for a snapshot from a specific node version"
#18

0.3.6

02 May 00:31
Compare
Choose a tag to compare
  • --ip_blacklist #16
-ipb IP_BLACKLIST, --ip_blacklist IP_BLACKLIST
                        Comma separated list of ip addresse (ip:port) that will be excluded from the scan.
                        Example: -ipb 1.1.1.1:8899,8.8.8.8:8899
  • Distutils fix #17

0.3.3

20 Sep 23:37
Compare
Choose a tag to compare

next retry with flag --with_private_rpc if nothing found

0.3.2

20 Sep 23:18
Compare
Choose a tag to compare

added debug info about skipped RPCs

0.3.1

06 Aug 00:20
Compare
Choose a tag to compare

#11 added --max_download_speed flag

0.3.0

28 Jun 11:27
Compare
Choose a tag to compare

0.2.9

27 Jun 21:30
Compare
Choose a tag to compare

0.2.8

16 Jun 14:55
Compare
Choose a tag to compare

Added:

  • log system
  • verbose mode
    -v, --verbose increase output verbosity to DEBUG