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
Initially, the Ponder app starts indexing correctly.
However, stopping the application and then restart it (i.e., run ponder dev) about 6 minutes later, the runtime freezes. The logs show that indexing stops progressing, even though Anvil continues processing new blocks.
> ponder dev
3:36:07 INFO build Using PGlite database at .ponder/pglite (default)
3:36:07 WARN build Network 'anvil' is using a public RPC URL (http://127.0.0.1:8545). Most apps require an RPC URL with a higher rate limit.
3:36:07 INFO database Using database schema 'public'
3:36:08 INFO database Created tables [token, user, restake_position, borrow_position, pool, restaking, pair, pair_param, yield_source, authorization, nonce]
3:36:08 WARN sync Deleting cache records for 'anvil'
3:36:08 INFO server Started listening on port 42069
3:36:08 INFO server Started returning 200 responses from /health endpoint
3:36:08 INFO historical Started 'anvil' historical sync with 0% cached
Sync
│ Network │ Status │ Block │ RPC (req/s) │
├─────────┼────────────────────┼──────────┼─────────────┤
│ anvil │ historical (76.5%) │ 21276284 │ 0.0 │
Indexing
Waiting to start...
Progress
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.0%
API functions
Server live at http://localhost:42069
Anvil Logs Snapshot (for context):
Example logs from Anvil:
Version
0.9.19
Current behavior
the Ponder app freezes when restart after processing about 30 blocks, even though it worked seamlessly in version 0.7.17.
Expected behavior
The Ponder app should continue indexing and processing blocks seamlessly, even when ponder dev is restarted, regardless of block time delays.
Steps to reproduce
fork script is like this. it executed well in ponder ver 0.7.17
Initially, the Ponder app starts indexing correctly.
However, stopping the application and then restart it (i.e., run ponder dev) about 6 minutes later, the runtime freezes. The logs show that indexing stops progressing, even though Anvil continues processing new blocks.
Anvil Logs Snapshot (for context):
Example logs from Anvil:
Link to repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: