Update CLI to compare only updated entities and verify IPLD state (#161)

* Change compare CLI to verify only updated entities

* Implement IPLD state verification in compare CLI

* Changes to IPLD state to match with GQL result entity
This commit is contained in:
2022-08-17 19:11:40 +05:30
committed by GitHub
parent ec56de057f
commit 7238f614c0
33 changed files with 518 additions and 68 deletions
@@ -6,6 +6,13 @@
queryDir = "../graph-test-watcher/src/gql/queries"
names = []
idsEndpoint = "gqlEndpoint1"
blockDelayInMs = 250
[watcher]
configpath = "../../graph-test-watcher/environments/local.toml"
entitiesDir = "../../graph-test-watcher/src/entity"
endpoint = "gqlEndpoint2"
verifyState = true
[cache]
endpoint = "gqlEndpoint1"