synthetix-subgraph icon indicating copy to clipboard operation
synthetix-subgraph copied to clipboard

All sources for the handful of Synthetix subgraphs indexed by The Graph

Results 19 synthetix-subgraph issues
Sort by recently updated
recently updated
newest added

js-monrepo require goerli subgraphs to be defined. Left some question and I will also need help to deploy since I dont have the access key for our account

- Using matchstick for tests. It far from perfect and some workarounds was needed. - Test added for the delegation handler

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

The `access-token` parameter was not used for the hosted service deployment and used incorrectly for the decentralised deployment (it's camel cased on the settings object) My first commit resolved the...

Hi, I'm not sure if this is the right place to ask but i'm giving it a shot. What is the SNXs opinion of the Graph Protocol? Given that Graph...

The default query listed in the [hosted service subgraph](https://thegraph.com/hosted-service/subgraph/synthetixio-team/synthetix) fails with the following error: > Type `Query` has no field `transfers` As per this [commit](https://github.com/Synthetixio/synthetix-subgraph/commit/70f3b16b02e6a8a5dea6b0915bd62af3780ae992), it looks the `Transfer` entity...

Running this query in the playground ``` { synthExchanges( first: 100, orderBy:id, where:{ id_gt:"0x0b2356f3c53f2051bb3570cb8c7c8044f13a824054567962cd177481906143cc-382", timestamp_gt: "1622530800", timestamp_lt:"1641024000" } ) { account{ id } } } ``` Gives the error: ```...