doc: Add doc for indexer#117
Conversation
|
Thank you for the submission @pheobeayo ! |
|
@joelamouche I started working on it since yesterday, spending approximately 4 hrs and put finishing touches to it |
joelamouche
left a comment
There was a problem hiding this comment.
This documentation is not related to the indexer in its current form. Please make sure you read the content of the folder before you document it
docs/BLOCKCHAIN_INDEXER.md
Outdated
|
|
||
| ## Overview | ||
|
|
||
| The Guild Genesis blockchain indexer is a service that monitors and indexes on-chain events from TheGuildBadgeRegistry smart contract. It extracts blockchain data, transforms it into a structured format, and stores it in a PostgreSQL database for fast querying and retrieval by the backend API. |
There was a problem hiding this comment.
The indexer is actually not indexing the badge registry yet, check out indexer/src/infrastructure/services/alloy_ethereum_event_polling_service.rs
There was a problem hiding this comment.
pls read the link and try to see if you understand what is being indexed
joelamouche
left a comment
There was a problem hiding this comment.
I think you need to read the indexer with closer attention
docs/BLOCKCHAIN_INDEXER.md
Outdated
|
|
||
| ## Overview | ||
|
|
||
| The Guild Genesis blockchain indexer is a service that monitors and indexes on-chain events from TheGuildBadgeRegistry smart contract. It extracts blockchain data, transforms it into a structured format, and stores it in a PostgreSQL database for fast querying and retrieval by the backend API. |
There was a problem hiding this comment.
pls read the link and try to see if you understand what is being indexed
|
@joelamouche okay, I will work on the changes requested |
|
A lot of previously fixed errors are back in your PR which is typical of AI work. It is okay to use AI to code but you have to do the work of reviewing the AI's work. I'm giving you one last chance to submit a PR where you took some time to work on the issue before I unassign you from this |
Actually, I have my template already, only tried to add the requested changes you requested and this is not an instance of AI, but I will go through the documentation once more... |
joelamouche
left a comment
There was a problem hiding this comment.
let's get this changes in and we should be gtg
Documentation: Added docs for indexer
fixes #83