Rafael Cárdenas
Rafael Cárdenas
Deprecated by #1222
Closing as stale for now
Related to https://github.com/hirosystems/devops/issues/976
Blocked by https://github.com/hirosystems/stacks-subnets/issues/160
@markmhx yes that's right, SIP-013 tokens are going to be supported by the Token Metadata Service upon release 👍
Hi all, SIP-013 tokens have to be queried using this URL structure (similar to how an NFT is queried): `/metadata/sft/:contract_id/:token_id`, for example: https://api.hiro.so/metadata/sft/SP3K8BC0PPEVCV7NZ6QSRWPQ2JE9E5B6N3PA0KBR9.key-alex-autoalex-v1/77050 However, I double checked the DB and...
@smcclellan we should probably icebox this one. it's a good improvement that we should make at some point.
@andresgalante after we opened this issue we were thinking this was going to become its own microservice given that taking these stats would add unnecessary complexity to the current API....
The cause for the `TypeError: Cannot read properties of undefined (reading 'count')` error is that when no blocks are received, the materialized view that calculates this property does not get...
Thanks @bilalanees98 ... as far as technical implementation @smcclellan this would involve creating a new PG materialized view that keeps total domain count for each available namespace. I have set...