What's Changed
- Fix NewCsvImporter: bad csv parsing by @0x00Duke in #1
- Parallelize connection by @0x00Duke in #2
- Add run command usage in readme by @0x00Duke in #4
- Retry connecting to node by @0x00Duke in #5
- Discv4 crawling by @0x00Duke in #6
- Add template for prs by @cortze in #9
- Clean code and avoid rewrite of connected peers by @cortze in #11
- Use separate tables by @0x00Duke in #8
- Add Dockerfile and docker-compose files by @cortze in #13
- Add peer-orchestration with next-dial times for retries (add deprecation) by @cortze in #12
- Add basic analysis by @cortze in #14
- Add db migrations module by @cortze in #15
- Add user-agent parsing + db migrations by @cortze in #16
- Add node's chain status to host.Connect() by @cortze in #17
- Update error filtering and deprecation methods by @cortze in #19
- Add timeout to peer connections by @yuliannabn in #21
- Add Prometheus metrics by @yuliannabn in #22
- Add latency metrics by @yuliannabn in #27
- Implement active peers snapshots by @yuliannabn in #28
- Add geographical distribution metrics using API by @yuliannabn in #29
- Exclude nodes where
network_id
!= 1 in metrics by @yuliannabn in #30 - Tune deprecation system by @yuliannabn in #33
- Fix upsert for
first_connected
by @yuliannabn in #36 - Add more usage information and documentation by @yuliannabn in #37
New Contributors
- @cortze made their first contribution in #9
- @yuliannabn made their first contribution in #21
Full Changelog: https://github.com/migalabs/ragno/commits/v1.0.0