Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Road to v1: service unification, indexing dashboard and other improve…
…ments (#92) * Adjust log levels Signed-off-by: Filippo Costa <[email protected]> * Adjust log levels Signed-off-by: Filippo Costa <[email protected]> * Add support for graph-node version * Use containerized store tests * Add previously removed test * Rename `NetworkSubgraphClient` * Rename network subgraph directory, remove dead code * Add network subgraph client test * Fix query variable * Much more effective network subgraph queries * Add indexer and network info on Grafana * Removed dead file * More clearly separate indexer name and ID * Remove unused struct IndexerRow * Add IndexerId trait, indexer_network_subgraph_entry * Simplify API of `graphql_api` module * Update to Rust 1.75 * Delete frontend code * Remove useless .clone() * Fix all Clippy warnings * Update async-graphql to v7.0.1 * Switch `api-server` from Warp to Axum * Remove unused .gitkeep * Remove prelude modue; explicit imports * cargo +nightly fmt --all Signed-off-by: Filippo Costa <[email protected]> * Make indexer addresses non-optional * wip refactor Signed-off-by: Filippo Costa <[email protected]> * get it to compile * cargo +nightly fmt --all Signed-off-by: Filippo Costa <[email protected]> * Reduce name cloning * Reduce name cloning part 2 * Fix a few tests * Fix docker-compose * Fix binary running conditions Signed-off-by: Filippo Costa <[email protected]> --------- Signed-off-by: Filippo Costa <[email protected]>
- Loading branch information