-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add supply indexing #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one @jorgecuesta! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preemptively approving! 🙌
Just a couple more last-minute suggestions and then I think this is good to go.
@bryanchriswhite Please refer to the attached images to look how the structure looks at the database and also the same result on the graphql query. I think now this achieve a proper handling of supply for any denomination on the block, which allows further updates on the protocol like IBC transactions without need to modify it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jorgecuesta this is looking really good! 🙌
I just had a few suggestions and then we can 🚢.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preemptively approving as none of my suggestions are blocking.
All the suggestions gone applied @bryanchriswhite now just wait to get the #26 before rebase and merge it. Thanks! |
- Introduce SupplyDenom entity - Introduce Supply entity - Introduce BlockSupply join entity - Update block to relate with BlockSupply - Handle genesis SupplyDenom and Supply
683a347
to
82c6276
Compare
Summary
This pull request adds the Supply entity and updates the block entity.
Issue
This PR addresses improvements required for supply handling and indexing. The updates include:
Type of change
Select one or more:
Sanity Checklist