ethereum / glados

Portal network monitoring application.
65 stars 30 forks source link

refactor: updated glados to use ethportal-api instead of custom json-rpc code #287

Closed KolbyML closed 5 months ago

KolbyML commented 5 months ago
image image

In glados we were using custom code for interacting with Portal Clients JSON-RPC. To PR updates glados to use our standard JSON-RPC interfaces through our ethportal-api crate

KolbyML commented 5 months ago

Thank you for the review @mrferris I really appreciate it