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
From the view of subquery developer, even though they need an archive node when developing the project, the endpoint is not necessary bond to this subquery project. That means if he decides to use managed indexing service from 3rd party, he is not responsible to provide the chain node endpoint.
Goals:
Separate endpoint, dictionary into runtimeConfig.yaml (and passed from cli only, with default search place)
Separate type definition into its own file
Explicitly specify target network in the manifest file
use genesisHash to identify network
chainName for known chains
deprecate support of specName filter
Allow project.yaml use other file name, if a subquery project supports both polkadot and kusama, they can create project-polkadot.yaml and project-kusama.yaml.
Define entry of mapping function in project.yaml, decouple it from package.json
From the view of subquery developer, even though they need an archive node when developing the project, the endpoint is not necessary bond to this subquery project. That means if he decides to use managed indexing service from 3rd party, he is not responsible to provide the chain node endpoint.Goals:
Suggest
The text was updated successfully, but these errors were encountered: