Scott Twiname
Scott Twiname
Storing ABIs in local storage rather than the file system via the server would allow the website to be statically hosted
## Description Adds the ability to provide `DISTINCT ON` to Query Builder. ## Performance impact unknown ## Security impact unknown ## Checklist - [x] My code matches the project's code...
## Description The store `getBy` methods don't currently support specifying the order and will always use ASC order. We should add to the options for these methods to specify the...
As well as outputting data to Postgres there should be an option to output to CSV as well. This will allow other DBs to import data. Requirements: * Data should...
Update the query service to show the new GraphiQL component from https://github.com/subquery/subquery-component-library
When importing 3rd party libraries into mapping handlers this can also import packages that aren't available in the sandbox without the unsafe flag. E.g the `stream` package. We should improve...
More and more dependencies are switching to ESM and we cannot update to the latest version of these. We should investigate the work required and any other side effects such...
### Description Currently when users wish to change their project schema they need to reindex their project. This can be very slow. In order to improve this we should support...
I added some logging at an interval to see the connection pool state and it seems the weighting of the endpoints always hovers around 100 even if they are bad...
## Goals The main goal is to further reduce code in nodes and move it to node-core. This should include: - Restructuring the modules to separate common modules from specific...