Releases: migalabs/armiarma
Releases · migalabs/armiarma
v2.0.1
What's Changed
- Fix bug saving the TIME instead of the TIMESTAMP by @cortze in #55
- Add feature to no-persist connection events by @cortze in #56
- Add feature: RTT and IP distributions by @cortze in #57
- Update crawler to support Capella fork by @cortze in #58
New Contributors
Full Changelog: v1.0.0...v2.0.1
v2.0.0 Sen-Araknidoa
Description
This release of the Armiarma Crawler means a huge upgrade from its predecessor version. It includes:
- Full PostgreSQL database interaction that tracks more raw data about peer's info (more detailed info about their ENRs, IPs, and Metadata)
- Extended Prometheus metrics to feed a new Grafana Dashboard
- Fixes broken RPC calls
- Integrated PubSub submodule to extend the GossipSub metrics
- Better connectivity that helps tracking better the size of the network
- Cleaner, more maintainable, and more expandable code :)
- Docker-compose to spawn: DB, Prometheus, Grafana, and the Crawler (default on Mainnet)
What's Changed
- Feature/postgres db by @cortze in #35
- Integrate PostgreSQL as main DB + Gnosis Chain Support by @cortze in #36
- Update config-file by @cortze in #37
- Feature/live local setup by @tdahar in #41
- Include new docker-compose setup by @cortze in #42
- Feat/track gossip arrival time by @cortze in #53
- Upgrade the SQL tables to refactor the code in a more optimized way by @cortze in #52
New Contributors
Full Changelog: v1.0.0...v2.0.0-stable
v1.1.0
What's Changed
- PostgreSQL database support
- Support for
go-libp2p-kad-dht
peer discovery - Crawling DHT servers and clients in IPFS
- Crawling nodes in Filecoin
- New automated version-images for DockerHub
New Contributors
Full Changelog: v1.0.0...v1.1.0
Ant Crawler
Explore and crawl the Eth2 network in real-time with the first release of the Armiarma crawler on its first official release.
This Version provides a stable version that can join and interact with the Eth2 network. Provides a complete CSV file that includes all the raw metadata gathered from each of the discovered peers in the network. It also exports several metrics in a Prometheus endpoint, which can be combined with the provided Grafana interactive dashboard.
Kitty Crawler
First crawler alpha release containing:
- stable memory allocation
- 24/7 crawls support
- correct export format and analysis