Skip to content

Releases: c29r3/solana-snapshot-finder

0.3.7 Added: --version VERSION search for a snapshot from a speci…

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

0.2.7 added the ability to exclude snapshots by slot or hash from the…

11 Jun 14:45
Compare
Choose a tag to compare

Added the ability to exclude snapshots by slot or hash from the snapshot name --blacklist
If the same corrupted archive is constantly downloaded, you can exclude it. Specify either the number of the slot you want to exclude, or the hash of the archive name. You can specify several, separated by commas. Example: -b 135501350,135501360 or --blacklist 135501350,some_hash

0.2.6 fix 0 byte bug for incremental; added tmp name for snapshot bef…

25 May 19:17
Compare
Choose a tag to compare
  • fixed 0 byte bug for incremental
  • added tmp name for snapshot before it will be fully downloaded to prevent start node with broken snapshot