-
Our subgraph finished syncing [1], however the Entitty count is slightly different from the subgraph azf20 deployed [2].
What can be the issue here?
After removing the eth_calls [3], we only clean…
-
Recently, Multichain's (Anyswap) bridge collapsed and their tokens depegged to 1/15th of their previously perceived values.
Defillama uses a hard mapping on multiple chains that map mc's tokens lik…
-
The website for the new staking season needs to be created and deployed at https://stake.hoprnet.org
### Issue deadline
April 24th
### Detailed Description
We need a new staking website fo…
-
### Context
Whenever a packet is sent over one hop to some destination, it includes a ticket that contains rewards.
The node who creates the packet issues such a ticket to the next downstream no…
-
Indexing errors on velodrome-finance
optimism: 105555272
Link: https://okgraph.xyz/?q=messari%2Fvelodrome-optimism
``` A determinstic fatal error occured at block 105555272: transaction 39fddc3916…
-
## Simple Summary
This tip introduces a `data` parameter to the TriggerSmartContract and TriggerConstantSmartContract APIs which represents an ABI encoded function call.
## Abstract
The Trigg…
-
__Steps to reproduce:__
1. Start the chain
2. Send Cosmos Transaction to simulate IBC transaction mint erc20 to 0x4fc6f808c465030ebeb361140df77f543bcd9b99
3. Index blocks using [thegraph](https:/…
-
Our subgraph is currently configured to "stop working" when there is any indexing error.
We can use their `nonFatalErrors` setting to make sure the Subgraph stays up when indexing error occur.
Che…
-
The following query returns an empty array:
```graphql
{
positions(where: {liquidationCount_gt: 0}) {
account {
id
}
market {
id
}
side
balanceInP2P
…
-
Hi guys, I tried to include `graphclient validate` command to verify the build artifacts into my CI pipeline, but it seems not work for graphql sources, especially for `subgraph`, even though it work …