@@ -94,7 +94,7 @@ typedef struct ETHConsensusConfig ETHConsensusConfig;
9494 * based on the given `config.yaml` file content - If successful.
9595 * @return `NULL` - If the given `config.yaml` is malformed or incompatible.
9696 *
97- * @see https://github.com/ethereum/consensus-specs/blob/v1.4.0 /configs/README.md
97+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.2 /configs/README.md
9898 */
9999ETH_RESULT_USE_CHECK
100100ETHConsensusConfig * ETHConsensusConfigCreateFromYaml (const char * configFileContent );
@@ -151,9 +151,9 @@ typedef struct ETHBeaconState ETHBeaconState;
151151 *
152152 * @see https://github.com/ethereum/consensus-specs/blob/v1.4.0/specs/phase0/beacon-chain.md#beaconstate
153153 * @see https://github.com/ethereum/consensus-specs/blob/v1.4.0/specs/altair/beacon-chain.md#beaconstate
154- * @see https://github.com/ethereum/consensus-specs/blob/v1.4.0 /specs/bellatrix/beacon-chain.md#beaconstate
155- * @see https://github.com/ethereum/consensus-specs/blob/v1.4.0 /specs/capella/beacon-chain.md#beaconstate
156- * @see https://github.com/ethereum/consensus-specs/blob/v1.4.0 /configs/README.md
154+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.2 /specs/bellatrix/beacon-chain.md#beaconstate
155+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.2 /specs/capella/beacon-chain.md#beaconstate
156+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.2 /configs/README.md
157157 */
158158ETH_RESULT_USE_CHECK
159159ETHBeaconState * ETHBeaconStateCreateFromSsz (
@@ -325,8 +325,8 @@ typedef struct ETHLightClientStore ETHLightClientStore;
325325 *
326326 * @see https://ethereum.github.io/beacon-APIs/?urls.primaryName=v2.4.1#/Beacon/getLightClientBootstrap
327327 * @see https://ethereum.github.io/beacon-APIs/?urls.primaryName=v2.4.1#/Events/eventstream
328- * @see https://github.com/ethereum/consensus-specs/blob/v1.4.0 /specs/altair/light-client/light-client.md
329- * @see https://github.com/ethereum/consensus-specs/blob/v1.4.0 /specs/phase0/weak-subjectivity.md#weak-subjectivity-period
328+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.2 /specs/altair/light-client/light-client.md
329+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.2 /specs/phase0/weak-subjectivity.md#weak-subjectivity-period
330330 */
331331ETH_RESULT_USE_CHECK
332332ETHLightClientStore * ETHLightClientStoreCreateFromBootstrap (
@@ -597,8 +597,8 @@ const ETHLightClientHeader *ETHLightClientStoreGetFinalizedHeader(
597597 *
598598 * @return Whether or not the next sync committee is currently known.
599599 *
600- * @see https://github.com/ethereum/consensus-specs/blob/v1.4.0 /specs/altair/light-client/sync-protocol.md#is_next_sync_committee_known
601- * @see https://github.com/ethereum/consensus-specs/blob/v1.4.0 /specs/altair/light-client/light-client.md
600+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.2 /specs/altair/light-client/sync-protocol.md#is_next_sync_committee_known
601+ * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.2 /specs/altair/light-client/light-client.md
602602 */
603603ETH_RESULT_USE_CHECK
604604bool ETHLightClientStoreIsNextSyncCommitteeKnown (const ETHLightClientStore * store );
0 commit comments