@@ -150,7 +150,7 @@ typedef struct ETHBeaconState ETHBeaconState;
150150 * @return `NULL` - If the given `sszBytes` is malformed.
151151 *
152152 * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-beta.0/specs/phase0/beacon-chain.md#beaconstate
153- * @see https://github.com/ethereum/consensus-specs/blob/v1.5 .0-beta.4 /specs/altair/beacon-chain.md#beaconstate
153+ * @see https://github.com/ethereum/consensus-specs/blob/v1.6 .0-alpha.0 /specs/altair/beacon-chain.md#beaconstate
154154 * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.8/specs/bellatrix/beacon-chain.md#beaconstate
155155 * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-beta.2/specs/capella/beacon-chain.md#beaconstate
156156 * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.9/configs/README.md
@@ -326,7 +326,7 @@ typedef struct ETHLightClientStore ETHLightClientStore;
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
328328 * @see https://github.com/ethereum/consensus-specs/blob/v1.5.0-beta.0/specs/altair/light-client/light-client.md
329- * @see https://github.com/ethereum/consensus-specs/blob/v1.5 .0-beta.4 /specs/phase0/weak-subjectivity.md#weak-subjectivity-period
329+ * @see https://github.com/ethereum/consensus-specs/blob/v1.6 .0-alpha.0 /specs/phase0/weak-subjectivity.md#weak-subjectivity-period
330330 */
331331ETH_RESULT_USE_CHECK
332332ETHLightClientStore * _Nullable ETHLightClientStoreCreateFromBootstrap (
@@ -634,7 +634,7 @@ const ETHLightClientHeader *ETHLightClientStoreGetOptimisticHeader(
634634 *
635635 * @return Light client store safety threshold.
636636 *
637- * @see https://github.com/ethereum/consensus-specs/blob/v1.4 .0-beta.5 /specs/altair/light-client/sync-protocol.md#get_safety_threshold
637+ * @see https://github.com/ethereum/consensus-specs/blob/v1.6 .0-alpha.0 /specs/altair/light-client/sync-protocol.md#get_safety_threshold
638638 */
639639ETH_RESULT_USE_CHECK
640640int ETHLightClientStoreGetSafetyThreshold (const ETHLightClientStore * store );
@@ -775,7 +775,7 @@ const ETHRoot *ETHBeaconBlockHeaderGetBodyRoot(const ETHBeaconBlockHeader *beaco
775775 *
776776 * @return Pointer to a copy of the given header's execution block hash.
777777 *
778- * @see https://github.com/ethereum/consensus-specs/blob/v1.5 .0-alpha.10 /specs/deneb/beacon-chain.md#executionpayloadheader
778+ * @see https://github.com/ethereum/consensus-specs/blob/v1.6 .0-alpha.0 /specs/deneb/beacon-chain.md#executionpayloadheader
779779 */
780780ETH_RESULT_USE_CHECK
781781ETHRoot * ETHLightClientHeaderCopyExecutionHash (
0 commit comments