Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two suggested fixes for the tx-indexer Getting Started #84

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

awfuchs
Copy link
Contributor

@awfuchs awfuchs commented Sep 1, 2024

Ran into these as I was doing the take-home assignment.

1: cd tx-indexer before running make:
This only cost me a few moments before I realized what to do, but this is a few moments best saved.

2: filter "messages" not "message" : this doesn't work correctly as provided and should be fixed either in the example or in the implementation.

It only takes a moment to get that this is needed, but that is a moment lost.
This doesn't work in the graphql playground unless I change "message" to "messages".
Seems to be a typo, should be "messages"
@awfuchs awfuchs requested a review from a team as a code owner September 1, 2024 17:58
Copy link
Member

@zivkovicmilos zivkovicmilos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fix 🙏

@zivkovicmilos zivkovicmilos merged commit 9921720 into gnolang:main Sep 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants