migalabs / armiarma

Armiarma is a Libp2p open-network crawler with a current focus on Ethereum's CL network
https://monitoreth.io
MIT License
37 stars 13 forks source link

gRPC server implementation #13

Closed alrevuelta closed 2 years ago

alrevuelta commented 3 years ago

Implements a gRPC server that exposes a service where all crawler clients can report the peers they discover.

TODO:

cortze commented 2 years ago

Closing PR due to integration of PostgreSQL as the main database in #35. All the information of the DB endpoint will be now accessible from the outside, so there is no need for a Crawler - Server communication.