Scott Twiname

Results 49 issues of Scott Twiname

Requirements: * Define CLI commands and flags * Add entry points to where conversions for various different files can be migrated * Define sub tasks for * Project manifest version...

In order to guard against more than one node running for the same project and schema there should be a lock on the tables for the schema to stop this...

Node js 20 is the current LTS version Things to update: * Docker images * CI * All SDKs * https://github.com/subquery/subql * https://github.com/subquery/subql-ethereum * https://github.com/subquery/subql-algorand * https://github.com/subquery/subql-near * https://github.com/subquery/subql-cosmos *...

good first issue
guild

### Background [Rosetta](https://docs.cloud.coinbase.com/rosetta/docs/welcome) is a specification for interacting with blockchains. Being able to use this specification will allow integration with any blockchain that supports this specification. ### Cardano The primary...

wontfix

## Description With migrations now supported there are multiple places where we keep references to the current models. They are updated at different times and in different places. This has...

react-native: 0.57.8 rn-fetch-blob: 0.10.15 Sometimes `response.info()` object is missing a lot of properties. It only returns `{ 'rnfbEncode' : 'utf8' }` and doesn't include anything else. Digging a little deeper...

When we order by ANY nullable field with DESC order, nulls are always on top. That’s related to the [default postgres ordering params](https://www.postgresql.org/docs/current/queries-order.html), with NULLS FIRST set for DESC ordering....

Query Service
guild

### Description Subgraphs use AssemblyScript which is a subset of Typescript, to write their mapping handlers. SubQuery uses Typescript for its handlers. The CLI migrate command should be updated to...

cli

### Description Update the CLI migration command to migrate a graphql schema from a subgraph to a graphql schema that works with SubQuery. ### Requirements * Test coverage of at...

cli

# Description This is another phase of moving more code to node core, it is a shift away from using super classes and now defines a clear interface for blockchain...