Ben
Ben
Hey, just wondering how do you use the prerelease tag in `validRange` e.g. ` const validated = valid('1.2.0-19', { includePrerelease: true})` With my understanding of `includePrerelease` this would result to...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
### Description If an entity has a lowercase name it can result in invalid generated gode ``` // graphql.schema type exampleField @entity { id: ID! } ``` This will generate...
### Description Extend the `subql multichain` command to allow deploying the updates to the managed service. ### Requirements - It should take the multichain manifest as the `-f` parameter -...
### Prerequisites - When running a project with multiple datasources ### Description https://github.com/subquery/subql/blob/c3c5080fdad262ecbd483ff226d5f5348ea98e7c/packages/node-core/src/indexer/fetch.service.ts#L233 Should be getting current and future datasources instead of all ds
### Description Generate will not be able to filter existing functions/events if there are commented code. As it is using regex to process the ts-manifest. To solve this the best...
### Prerequisites * [x] Are you running the latest version(s)? * [x] Have you searched the [documentation for your issue](https://academy.subquery.network/)? * [x] Did you search for an existing issue or...
### Prerequisites * [x] Are you running the latest version(s)? * [x] Have you searched the [documentation for your issue](https://academy.subquery.network/)? * [x] Did you search for an existing issue or...
### Prerequisites ### Description - Regenerate same abi for `generate` command Currrently, if you have a existing generated handler file, if you regenerate with the same abi, it will throw....
### Description running query service: `v2.3.0` Larger `totalCount` timeout on graphql client Despite no issues executing the SQL(using `query-explain`) directly through the database, especially a query that is far from...