Scott Twiname

Results 49 issues of Scott Twiname

### Description Currently specifying endpoints is fairly limited. We can only specify a string for each one. But there are many use cases where you would want to have more...

New Feature
crucial

### Description Now that we support worker threads we can extend this functionality to index data in parallel. The majority of the work will need to be done around keeping...

New Feature

Including: - Filters - Pagination FIrst step is to figure out what the differences are Including updating the docs for the graph migration document

Documentation Required

### Description This is a follow up issue to https://github.com/subquery/subql/issues/1518. When historical is enabled and `@index(unique: true)` is set on an entity field a GiST index is used with `_block_height`....

The current testing framework is a good step to being able to check a handlers and filters but has some limitations. Based on feedback we can make improvements to give...

# Description Puts a lock on each query made by handlers in each block. ⚠️ This is untested ⚠️ Things to test: * It adds the concurrency guarantee we want...

Now that we support multiple blockchains we should rename the original `@subql/node` to `@subql/node-substrate`. Same applies for the docker images. We should retain the current versions for backwards compatibility.

# Description Fixes historical block height not being applied in certain queries. Also improves code reuse Fixes # (issue) ## Type of change Please delete options that are not relevant....

Currently projects upgrades wont reload the api services when switching, this means that any new chain types wont be applied without a restart. This needs to be fixed so that...

It is easy to make a typo or refer to an abi that doesn't exist. There should be some extra validation when building a project to ensure that they do...

ethereum
guild