You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ponder allows for passing an end block that is greater than the current chain head. However, when this happens the end block is incorrectly requested. Requesting a block in the futures causes a "not found" error.
Description
Ponder allows for passing an end block that is greater than the current chain head. However, when this happens the end block is incorrectly requested. Requesting a block in the futures causes a "not found" error.
ponder/packages/core/src/sync/index.ts
Lines 936 to 943 in afba4c3
Solving this will require an update to the checkpointing logic (
getChainCheckpoint
+getOmnichainCheckpoint
)The text was updated successfully, but these errors were encountered: