You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application stated that there will be comprehensive inline documentation but nearly every deliverable is completely without inline documentation. This should be added. Both in the actual code and in the graphQL schemas.
Shouldn't the fungible asset schema contain more features? I would expect the schema to represent all information available for this fungible asset. See the following images from polkadot.js/apps to see what I would expect:
7b. Fungible Assets Force Creation
This only works for system tokens that are not yet ported to assetHub, doesn't it?
as per https://github.com/w3f/Grant-Milestone-Delivery/blob/7c2a1374ecbc5e329a57eba6aa08061876f5e99b/evaluations/kodadot_assethub_indexer_m1.md
General Notes
The application stated that there will be comprehensive inline documentation but nearly every deliverable is completely without inline documentation. This should be added. Both in the actual code and in the graphQL schemas.
4b. On-chain Attributes Handlers
stick/schema.graphql
Line 87 in 3aaf029
What does this schema relate to? Can you please point me at the on-chain structure it should represent?
7a. Fungible Assets Schema Creation
stick/schema.graphql
Line 156 in 3aaf029
Shouldn't the fungible asset schema contain more features? I would expect the schema to represent all information available for this fungible asset. See the following images from polkadot.js/apps to see what I would expect:
7b. Fungible Assets Force Creation
This only works for system tokens that are not yet ported to assetHub, doesn't it?
Link to 7c correct?
Fungible Assets CREATE Event
links to
stick/src/mappings/assets/forceToken.ts
Line 45 in 1cda35b
which is part of the forceToken.ts file still and doesn't look like a handler for regular "create fungible asset" events.
Difference between 10a and 1b?
Why was this listed twice as deliverable if there is no difference?
The text was updated successfully, but these errors were encountered: