connext / monorepo

Connext is a modular stack for trust-minimized, generalized communication between blockchains.
https://docs.connext.network
MIT License
292 stars 173 forks source link

[ST] Optimism subgraph with issues again #5280

Closed MinistroDolar closed 11 months ago

MinistroDolar commented 11 months ago

Describe the bug

Seems that our subgraph on Optimism isn't working properly again.

A few users reported that their txns never arrived:

https://optimistic.etherscan.io/tx/0xb0711d1663f8bc3b46763fba3cc6ec70e7e1ad1b5dc7178f5adfc2e5cee53cae

https://optimistic.etherscan.io/tx/0xc014f6bb03aa36e3b73ef1eed0aad8929d5a7e120e0b9241c107895e85d9db6d

https://optimistic.etherscan.io/tx/0xe5bbb231599fa62b94f8f951aaf00e01fbab52486abb620cb0debf6ab2bb7b1d

image

You can also check that there are a lot of incoming txns in the last 2 hours that aren't displayed on connextscan:

https://optimistic.etherscan.io/address/0x8f7492de823025b4cfaab1d34c58963f2af5deda#tokentxns

image image

Link to ticket in discord https://discord.com/channels/454734546869551114/1181547142020608090

https://discord.com/channels/454734546869551114/1181553921483874345

https://discord.com/channels/454734546869551114/1181560324076347452

Additional context

This is the 3rd time in a few days: https://github.com/connext/monorepo/issues/5252

https://discord.com/channels/454734546869551114/840312279223238656/1171158836191694908

@oncall

wanglonghong commented 11 months ago

The previous fallback strategy was not working, so even though bwarelabs worked at that time, it was just trying to fetch from the hosted-service which was unsynced.

liu-zhipeng commented 11 months ago

https://github.com/connext/monorepo/pull/5288