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

[Bug] data did not match any variant of untagged enum Res #5271

Open
1 of 3 tasks
estfe opened this issue Mar 8, 2024 · 0 comments
Open
1 of 3 tasks

[Bug] data did not match any variant of untagged enum Res #5271

estfe opened this issue Mar 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@estfe
Copy link

estfe commented Mar 8, 2024

Bug report

Currently running a subgraph + Nethermind gnosis node.

Graph version:
v0.34.1

Nethermind Version:
Version: 1.25.4+20b10b35
Commit: 20b10b353a0bc03e79bf33bd59b88c31b4a36b44
Build Date: 2024-02-16 17:06:39Z
OS: Linux x64
Runtime: .NET 8.0.2

When running the subgraph from an older Nethermind version 1.20.x, the subgraph runs smoothly.

But when running from Nethermind 1.25.4+20b10b35, the issue below happens. The subgraph syncs, but it's always delayed by hundreds of blocks and I cannot make it to be fully synced.

Is there any compatibility issues between latest graph node version + latest Nethermind? What is the workaround for this?

Relevant log output

Requesting logs for blocks [32831036, 32831036]

Requesting traces for block 32831036, sgd: 134, subgraph_id: QmeBmegs3RNL2q1txRg3jE6uuWfQraAcZfakF6sU74i9Hj, component: BlockStream

Error querying traces error = Decoder error: Error("data did not match any variant of untagged enum Res", line: 0, column: 0) from = 32831036 to = 32831036, sgd: 134, subgraph_id: xxx, component: BlockStream

Trying again after trace_filter RPC call for block range: [32831036..32831036] failed (attempt #1) with result Err(Decoder error: Error("data did not match any variant of untagged enum Res", line: 0, column: 0)), sgd: 134, subgraph_id: QmeBmegs3RNL2q1txRg3jE6uuWfQraAcZfakF6sU74i9Hj, component: BlockStream

IPFS hash

QmeBmegs3RNL2q1txRg3jE6uuWfQraAcZfakF6sU74i9Hj

Subgraph name or link to explorer

No response

Some information to help us out

  • Tick this box if this bug is caused by a regression found in the latest release.
  • Tick this box if this bug is specific to the hosted service.
  • I have searched the issue tracker to make sure this issue is not a duplicate.

OS information

Linux

@estfe estfe added the bug Something isn't working label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant