#In memory node
2 messages · Page 1 of 1 (latest)
Based on the knowledge sources provided, I don't have specific information about an "in-memory mode" for Algorand nodes and how it would behave after a server restart.
The documentation mentions catchup processes and catchpoints, which are mechanisms for nodes to synchronize with the blockchain network. When a node restarts, it typically needs to catch up to the current state of the blockchain if it has fallen behind.
The knowledge sources describe:
- The catchup process and related API endpoints like
/v2/catchup/{catchpoint}Algod API - Node status information that includes catchpoint and catchup-related fields NodeStatusResponse
- REST API endpoints for interacting with the Algorand node REST APIs
However, there is no specific mention of an "in-memory mode" for Algorand nodes or how such a configuration would handle restarts with respect to catchup requirements.