Description
When syncing blocks using the latest develop branch, the following error occurs but does not affect the continued block synchronization:
t=08-22|10:59:43.750 lvl=error msg="Failed to call stakehub getValidators" error="getStateObject (0000000000000000000000000000000000000000) error: missing trie node 2fbd28ac3dc10353b0c60ad8f4d11fba590448a547f546ffee4f851c06fed9b6 (path 05) layer stale"
Environment
Branch: Latest develop branch
Activity: Block synchronization
Impact: Non-blocking (sync continues normally)
Current Behavior
✅ Block synchronization continues normally
❌ Error is logged but not handled gracefully
❌ Potential impact on stakehub validator queries
Expected Behavior
Error should be handled gracefully
Validator queries should work without trie node errors
Better error handling for stale layer scenarios