From 301a13460f060e5155cdb2f58b082d4982066b28 Mon Sep 17 00:00:00 2001 From: "A. W. Fuchs" Date: Fri, 30 Aug 2024 10:55:15 -0700 Subject: [PATCH 1/2] cd tx-indexer before running make It only takes a moment to get that this is needed, but that is a moment lost. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a417d10..33de177 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ git clone https://github.com/gnolang/tx-indexer.git 2. **Build the binary** ```bash +cd tx-indexer make build ``` From 413c39657a9647454af986bf60b32aeaa245af64 Mon Sep 17 00:00:00 2001 From: "A. W. Fuchs" Date: Fri, 30 Aug 2024 13:33:44 -0700 Subject: [PATCH 2/2] Seems to be a typo, should be "messages" This doesn't work in the graphql playground unless I change "message" to "messages". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a417d10..d42a919 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ A GraphQL playground is available at `/graphql`. There you have all the document ```graphql { transactions( - filter: { message: {vm_param: {add_package: {}}}} + filter: { messages: {vm_param: {add_package: {}}}} ) { index hash