Skip to content

Releases: c29r3/solana-snapshot-finder

v0.1.7

16 Feb 17:48
Compare
Choose a tag to compare

0.1.7v default behavior: sort by latency

0.1.6

18 Nov 21:31
3eeb848
Compare
Choose a tag to compare
  • Added option to sort by latency. Thanks meyerbro
    PR

0.1.5

13 Nov 14:47
12b0adc
Compare
Choose a tag to compare
  • Added KeyboardInterrupt handling (ctrl + c)
  • NUM_OF_MAX_ATTEMPTS now configurable

0.1.3

13 Nov 11:17
cf3718d
Compare
Choose a tag to compare

Limit number of checking rpc nodes per cycle.

  • If we assume that 1 slot = 400 ms, and the download speed check time is 15 seconds. Then for 1 check the snapshot lags behind by 37.5 slots, for 10 by 375 slots. num_of_rpc_to_check = 10
measurement_time = 15 sec
slot_time = 400 ms
measurement_time / slot_time = 37.5 slots per check

0.1.2

05 Aug 23:20
2fe1a2f
Compare
Choose a tag to compare
  • added retry attempts on unsuccessful snapshot search
  • filtered uncompressed archives (.tar). Uncompressed archives weigh approximately 26 GB, .zst archives ~ 8GB