Skip to content

"Found no transaction for event" on Base (OP Stack) — reproducible across deploys #6561

@0xkaranchauhan

Description

@0xkaranchauhan

Bug report

"Found no transaction for event" on Base (OP Stack) — reproducible across deploys

Image

Environment

  • Subgraph Studio (hosted)
  • Network: Base (chainId 8453)
  • specVersion: 1.2.0
  • apiVersion: 0.0.9

Description

Deploying a Uniswap V4 subgraph on Base consistently fails with Found no transaction for event within ~77K blocks of startBlock. The same subgraph (identical schema + mappings) indexes successfully on Ethereum and Arbitrum.

Error (v0.0.1)

Error: failed to process trigger: block #25428006
(0x7d2ea361cee849c46ba41ab4f7dc3909342bbc78415e794a46979c14dc695ea9),
transaction 9efd7044a2e5da263b970a55c859e2b7eee84f5c97be753f0c55d9bcca134510:
Found no transaction for event

Error (v0.0.2 — after removing receipt: true)

Error: failed to process trigger: block #25427983
(0x5e09922a07f7c4e8a3df2781a7c47521652l030bd73eb1f1b20d8dcfd1a6l4c5),
transaction b676b941fe70cca65b976256071a82ee03fa5e3011cae29111416f6c3f03d6b9:
Found no transaction for event

Key observations

  1. Fails at different blocks on each deploy — not a single corrupt block, appears systemic
  2. Transactions exist on-chain — verified on BaseScan: normal user swap through Uniswap V4, not an L1 deposit/system tx
  3. Removing receipt: true did not fix it — v0.0.2 has no receipt declarations, same error
  4. Same subgraph works on Ethereum + Arbitrum — only Base is affected
  5. Contract addresses verified — PoolManager 0x498581ff718922c3f8e6a244956af099b2652b2b matches official Uniswap V4 deployment

Subgraph slug

uniswap-v4-base (deploy key: 58439c-1580b0)

Suspected cause

Studio's Base RPC provider returning incomplete block data (event logs present but transaction list missing entries). Base is OP Stack — possible edge case with how Graph Node resolves transactions in OP Stack blocks.

Related

Relevant log output

IPFS hash

Qmb7wzKMrLWrcQBE91kUYVjJRRgbbP3WmiQiFopismLTUY

Subgraph name or link to explorer

https://thegraph.com/studio/subgraph/uniswap-v-4-base/

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

macOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions