Skip to content

Releases: Cyrix126/monero-crawler-rs

v0.2.1

22 Aug 14:49

Choose a tag to compare

Full Changelog: 0.2.0...v1.2.1

  • fix: panic when stream is dropped
  • fix: CI lockbud
  • upgrade dependencies

v0.2.0

22 Aug 08:07

Choose a tag to compare

Full Changelog: v0.1.0...0.2.0

  • feat: Add seed capability (allows to return only or exclude seed nodes included in monerod)
  • feat: Update dependencies
  • fix: do not scan seed nodes twice
  • fix: have each call of discover_peers keep their own scanned nodes list, instead of relying on a static. It allows to start a new crawl from scratch without restarting the program using this library.

v0.1.0

07 Aug 11:31

Choose a tag to compare

Only the server/crawler crate is functional.

Use at your own risk.