You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - it is not clear to me that there is an ordering issue here, indeed I think there shouldn't be. Can you provide Graph Node logs to clarify the exact order of execution? You can add logging to help with debugging
Here is my subgraph repo -> https://github.com/Roger-RumbleFish/Subgraph-test
the issue is between
createOrLoadReserve
andCollateralConfigurationChangedHandler
they should be called in order
Unfortunately some of the events are called not in correct order. Because my events are depend on each other i have null values for wBTC reserve
the problem is between blocks 72543 -> 72544 when i deployed the contracts
When i make getLogs call i get them in correct order
if you need the rpc for godwoken mainnet here it is -> https://v1.mainnet.godwoken.io/rpc
to run it
yarn
docker-compose up
yarn rebuild
The text was updated successfully, but these errors were encountered: