pancakeswap / pancake-subgraph

📊 Pancake subgraph (blocks, profile, prediction, NFT's, ...)
GNU General Public License v3.0
335 stars 583 forks source link

Status on Binance Smart Chain nodes issue #50

Closed ChefKai closed 3 years ago

ChefKai commented 3 years ago

Hello everyone 👋

Recently, Binance Smart Chain has been impacted with multiple issues related to nodes (full and archive); as a result, most of our subgraphs, on both self-hosting and TheGraph, have stopped syncing or have a significant delay in processing new data (blocks/transactions). We are sorry for the inconvenience, and are working to bring back our subgraphs up to the latest block.

In order to keep track with the PancakeSwap ecosystem, you can access tokens/pairs data using:

Both of them support v1, and v2 ecosystem.

If you wish to follow the status for the Binance Smart Chain network on TheGraph, please refer to status.thegraph.com (incident 1 / incident 2).

If you are hosting a BSC node, please refer to binance-chain/bsc repository.

Thank you for your support; keep building!

buddies2705 commented 3 years ago

Bitquery also has Pancake V2., Check examples here (https://graphql.bitquery.io)

fxmarty commented 3 years ago

Thanks a lot for the update! Do you think it would be more a matter of days, weeks or months for the issue to be solved? To see if it is worth for me looking into BitQuery / Covalent, or rather waiting.

Something I have been surprised of is to see fully synced subgraphs: https://thegraph.com/explorer/subgraph/hassan6761/karahi https://thegraph.com/explorer/subgraph/henry0717/pancakeswapv2

However, I could not manage to have queries working on them (at least for swaps data), and one of them has 12M+ blocks synced, while BSC is <8M. Strange.

Amaziinq commented 3 years ago

Truly hope to see it fixed. Thanks.

dhelland commented 3 years ago

Any update on this? Thanks!

Teedo145 commented 3 years ago

Any estimation on when this will be fixed?

pavs94 commented 3 years ago

The graph seems to show the issue is resolved. Really hope the exchange subgraph is working soon.

ChefKai commented 3 years ago

Hello everyone 👋

Happy to share with you that TheGraph and Binance Smart Chain nodes issue has been resolved! 🎉 We already have started looking at each of our subgraph referenced in our README, and re-deploying the ones who suffered from data-loss and/or inaccurate block data (from uncles, ...), along with new features (Pairs/Prediction/Profile)!

Thank you for your patience!

10xSebastian commented 3 years ago

Thanks for your work so far @ChefKai 🙏

https://thegraph.com/explorer/subgraph/pancakeswap/exchange is still not syncing.

Or did the subgraph endpoint change?

zainamroti commented 3 years ago

Any updates on the exchange subgraphs, its still not synced ?

ChefKai commented 3 years ago

@spape @Syedzainjeelani As highlighted in previous issues, unfortunately we cannot use TheGraph actually to sync the exchange subgraph, this is why we are using StreamingFast to provide this data to you. The exchange subgraph currently on TheGraph is for PancakeSwap v1.

Endpoint: https://bsc.streamingfast.io/subgraphs/name/pancakeswap/exchange-v2

Article: https://pancakeswap.medium.com/pancakeswap-info-relaunch-in-partnership-with-150-000-bounty-winner-streamingfast-f7892559d388

pavs94 commented 3 years ago

The above endpoint is so slow. TTFB Around 20-30s on many simple queries.

edinsoncs commented 2 years ago

Hello community, does anyone have a correct subgraph?

keithfrazier98 commented 2 years ago

The subgraph https://api.thegraph.com/subgraphs/name/vmatskiv/pancakeswap-v2 is the only fully synced subgraph I can find and it for some reason does not have any up to date data on it. The streamingfast subgraph seems to be the only option to this day.

NBMSacha commented 2 years ago

Hello @keithfrazier98, thanks for this update. Can you elaborate on what is not working on the vmatskiv/pancakeswap-v2 subgraph? Thanks.