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

fix: fix base sepolia #1102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fakedev9999
Copy link
Contributor

Fixes derivation pipeline failing for base sepolia with below error.

2025-02-25T03:19:32.556338Z  INFO client_derivation_driver: Advanced origin
2025-02-25T03:19:32.565078Z  INFO client_derivation_driver: Advanced origin
2025-02-25T03:19:32.569594Z  WARN client_derivation_driver: Failed to step derivation pipeline: Critical(EndOfSource)
2025-02-25T03:19:32.569619Z  WARN client: Exhausted data source; Halting derivation and using current safe head.
2025-02-25T03:19:32.569621Z  INFO client: Derivation complete, reached L2 safe head.
2025-02-25T03:19:32.569623Z ERROR client: Failed to validate L2 block #22335000 with output root 0x0000000000000000000000000000000000000000000000000000000000000000

How to reproduce error

Run below command on main

just run-client-native 22335001 <L1_RPC> <L1_NODE_RPC> <L2_RPC> <L2_NODE_RPC>

Fixed by

  1. Updating batcher address
  1. Picking a longer L1 head block
  • For some reason, L1 head with + 30 blocks from L1 origin for base sepolia is too close, failing with EndOfSource.
    • 40 blocks was not working as well.

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

Successfully merging this pull request may close these issues.

1 participant