We are happy to announce the release of the fuel-core version 0.31.0. The testnet has already been upgraded to this latest version. This release resolves the issue with the p2p connection that is being encountered while running the node.
We have left the complexity query limit to be 10_000_000 for now, to avoid breaking some applications. However, in two weeks we will reduce the limit to 20_000. If your application is interacting with the local fuel-core node, then you will be unaffected.
But if something breaks, then you should consider optimizing your application to avoid requesting so much data in one request (maybe via pagination or otherwise) and use the latest versions of our SDKs.
If you still struggle to fit into the 20_000 limit, then you can get in touch with us, and we may consider increasing the limit slightly or might change how we calculate complexity.
Usually, this error means using an incorrect snapshot that is not compatible with the testnet. Maybe you are using Devnet snapshot? Can you pls confirm you are using this correct snapshot repo as mentioned in the guide here?