Casey Gibson [AOAUS]
Casey Gibson [AOAUS]
Do you have any firewalls (OS or hosting) blocking those outbound ports?
I've typically found it's better to break up queries like this and join the results in code. Using an async (Promise.all in NodeJS) task will allow you to run both...
Are you saying that you were able to query them with no issues and then it later fails? Can you please post the entire query? My guess is that if...
That makes sense as it still has to get all the transactions first so it can order them. Even if the DB has an index applied. A tip, make sure...
> > We're aware of the issue, and will be looking to improve the performance in this area. > > > > Are there any updates to this? By the...
That information you'll need to grab from the meta file found in the 'url' field: ``` { stakePools(where:{hash: {_eq: "5b9a5633289c52003d359bce18f77f571a701fd3942a52bde3262558"}}) { hash url } } ``` Results: ``` { "data":...
I figured out a "solution" faster then I expected. In the gradle.properties, we have `hermesEnabled` set to `false` since Hermes is a lot slower then JSC for our type of...
@dji-dev Any update on why these permissions were added so that we can at least give a reason to Google? Otherwise, can they please be removed.
Thanks for the update @brien-crean . We're using an older version of the MSDK, and there wasn't any change-log notes saying it had been removed, so it looked like this...