@@ -47,11 +47,12 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
4747 // Derive features for versioned messages
4848 //
4949 // "GetConsensusParamsRequest" is excluded as this message does not support proofs
50- const VERSIONED_REQUESTS : [ & str ; 25 ] = [
50+ const VERSIONED_REQUESTS : [ & str ; 26 ] = [
5151 "GetDataContractHistoryRequest" ,
5252 "GetDataContractRequest" ,
5353 "GetDataContractsRequest" ,
5454 "GetDocumentsRequest" ,
55+ "GetEpochsInfoRequest" ,
5556 "GetIdentitiesByPublicKeyHashesRequest" ,
5657 "GetIdentitiesRequest" ,
5758 "GetIdentityNonceRequest" ,
@@ -81,6 +82,7 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
8182 "GetDataContractResponse" ,
8283 "GetDataContractsResponse" ,
8384 "GetDocumentsResponse" ,
85+ "GetEpochsInfoResponse" ,
8486 "GetIdentitiesByPublicKeyHashesResponse" ,
8587 "GetIdentitiesResponse" ,
8688 "GetIdentityBalanceAndRevisionResponse" ,
@@ -92,7 +94,6 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
9294 "GetIdentityResponse" ,
9395 "GetProofsResponse" ,
9496 "WaitForStateTransitionResultResponse" ,
95- "GetEpochsInfoResponse" ,
9697 "GetProtocolVersionUpgradeStateResponse" ,
9798 "GetProtocolVersionUpgradeVoteStatusResponse" ,
9899 "GetPathElementsResponse" ,
0 commit comments