-
Notifications
You must be signed in to change notification settings - Fork 25
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 total mint transaction count and metalabels count per epoch #124
Comments
Needs a bit of consideration for cache table design - as there are different type of counts that'd be needed for cache (sample columns from @edridudi ):
Cache - Could instead be: |
Query rules for the different columns: For NFT count: For FT count: For media NFT count: (I wonder if we actually need to dive into each mint tx metadata and verify it according to cip-25 mandatory fields) For Royalty Tokens count: So... It makes things a lil bit more complex So db query should be like Here we should count once only if the rules apply. (Same as above, should we verify the existence of "address" and "rate" fields in the tx metadata according to cip-27?) |
2nd asset cache table should include the following fields: Also, need to ensure that all asset-related endpoints are accordingly updated as well to include asset type and decimals |
@edridudi Would you be willing to jump onto our bi-weekly call on Thursday at 22 UTC to discuss this further? |
Hey @Scitz0 , I know that it might be a lil bit complex but it's just a suggestion to have something no other API has. |
Currently there isnt a way to monitor total mint transactions per epoch.
The request here is:
The text was updated successfully, but these errors were encountered: