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

Log discrepancies for the same block between two requests within a specified interval. #1473

Open
hackfisher opened this issue Apr 15, 2024 · 2 comments
Assignees
Labels
C-EVM [Component] Something about EVM D-Frontier [Dependency] From Frontier P-Mid [Priority] Median

Comments

@hackfisher
Copy link
Contributor

Detected invalid logs returned by the RPC when proceed finalisation.

https://github.com/ponder-sh/ponder/blob/bc42e8189600df581241a72c46392c144ee9c06b/packages/core/src/sync-realtime/service.ts#L666

  /**
   * Check to see if re-requesting logs that we have locally will return a different result.
   * If this occurs, treat it as a reorg.
   */

0.4.2_trace_ponder.log

Related to mapping syncing in frontier?

@hackfisher hackfisher added P-Mid [Priority] Median C-EVM [Component] Something about EVM D-Frontier [Dependency] From Frontier labels Apr 15, 2024
@AurevoirXavier
Copy link
Member

AurevoirXavier commented Apr 26, 2024

Current test results summary

Testing with the older version of Ponder:

  • The issue no longer occurs.
  • However, a new issue related to Ponder's event table has been identified.

Testing with the latest version of Ponder:

@boundless-forest
Copy link
Member

boundless-forest commented May 10, 2024

Sync this polkadot-evm/frontier#1424

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-EVM [Component] Something about EVM D-Frontier [Dependency] From Frontier P-Mid [Priority] Median
Projects
None yet
Development

No branches or pull requests

3 participants