Simon Emanuel Schmid
Simon Emanuel Schmid
@azf20 Circling back on this. This was an issue yesterday as we did not receive new blocks from one of the chains. The front-ends do not know much about it...
Thanks for the follow up. Since the whole query including `{ _meta: { block { ... } } ` needs to be the same across all indexers, it can not...
# Alternatives Rank, percentile and other aggregations could also be specified in the schema and then automatically be stored like `@aggregate(fn: "rank")`. They might be more performant but this proposal...
For reference https://github.com/melonproject/protocol/blob/32659aa8e32f4c202d75b2255916ad9b70e35737/src/utils/solidity/transactionFactory.ts#L307
Seems like MetaMask does not support this either: https://github.com/MetaMask/metamask-extension/issues/2506 And it is not part of this reference: https://github.com/ethereum/wiki/wiki/JSON-RPC#json-rpc-api-reference
Thanks for this issue. I think you are pointing to some very important details here and also propose a good solution. Some remarks from my side: - I like the...
Hey @datanexus-vincent, if I remember correctly, the Compound V2 subgraph was manually enhanced on the hosted service with query-time computation as seen here: https://github.com/graphprotocol/compound-subgraph-wrapper. It might be that this manual...
Oh, that's bad. Thanks for the update. Shall we leave this issue open to investigate other options at a later point? Otherwise, feel free to close it.
For context here would be the config to setup an IPFS node to peer with The Graph's hosted service IPFS node: https://docs.ipfs.tech/how-to/peering-with-content-providers/#content-provider-list (thanks to Leo)
@tomhvy yes! We solved it by downloading [UnicodeData.txt from github.com/openjdk-mirror](https://github.com/openjdk-mirror/jdk7u-jdk/blob/master/make/tools/UnicodeData/UnicodeData.txt) and setting the NODE_UNICODETABLE_UNICODEDATA_TXT environment variable locally. For Mac OS X it works like this: Add a new line to...