Epochs & Schedule
getEpochSchedule
Returns epoch schedule information from this cluster genesis config
Parameters
This method does not require any parameters.
Response
Code Examples
Basic Request
Using web3.js
Using Python
Notes
- Returns epoch schedule information from the cluster’s genesis configuration
- The returned data is static and does not change for a given network/cluster
- Useful for calculating epoch boundaries and leader schedule timing
- The warmup parameter indicates if epochs start short and grow to their full size
Best Practices
- Cache this information locally as it does not change
- Use the returned values to calculate epoch transitions
- Use firstNormalEpoch and firstNormalSlot for epoch timing calculations
- Handle network errors and retry when appropriate