Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mainnet subgraph failed, with required capabilities: : A matching Ethereum network with NodeCapabilities { archive: false, traces: false } was not found. #3915

Closed
rok4f opened this issue Sep 10, 2022 · 8 comments

Comments

@rok4f
Copy link

rok4f commented Sep 10, 2022

A bug.

I try to deploy a subgraph to Mainnet mpmain and face this error:

Failed to start subgraph, code: SubgraphStartFailure, error: expected triggers adapter that matches deployment QmV4H49cp81n36EcHcEgKn1AMaie2LoTxu2vs1fm6UXRus[396313] with required capabilities: : A matching Ethereum network with NodeCapabilities { archive: false, traces: false } was not found.

When I deploy this subgraph to Rinkeby metapoker everything works fine.

@rok4f
Copy link
Author

rok4f commented Sep 10, 2022

Additional info, if I delete the following event handler, the error is gone:

    - event: NftOverridden(indexed uint256,indexed address,indexed uint256)
      handler: handleNftOverridden

@azf20
Copy link
Contributor

azf20 commented Sep 12, 2022

Hi! Are you still having the above issue? I think there might have been a temporary glitch with the mainnet provider around a deployment

@yohanelly95
Copy link

I just got this issue as well, not sure why. Any ideas around this? I feel this could be an RPC issue.

@azf20
Copy link
Contributor

azf20 commented Nov 18, 2022

Hi - what network are you indexing and where are you deploying?

@shubham-rathod1
Copy link

I am facing the same issue but with the Mumbai network because of callHandlers in my case.

@azf20
Copy link
Contributor

azf20 commented Apr 13, 2023

For mainnet, I think this is an instance of #3204
For Mumbai, there is no trace_filter support so that will be persistent

@azf20 azf20 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 13, 2023
@pheuberger
Copy link

pheuberger commented Sep 14, 2023

For Mumbai, there is no trace_filter support so that will be persistent

Can you explain what you mean by that?

@azf20
Copy link
Contributor

azf20 commented Sep 15, 2023

@pheuberger certain subgraph features (e.g. callHandlers) rely on the optional trace_filter JSON RPC method, which isn't supported by the Mumbai blockchain client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants