Skip to content

Commit fc5f298

Browse files
authored
Merge pull request #2511 from CosmWasm/co/export-validatormetadata
Export `ValidatorMetadata`
2 parents e17fb1d + 74d21c1 commit fc5f298

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## Added
12+
13+
- cosmwasm-std: Add missing export for `ValidatorMetadata` ([#2511])
14+
15+
[#2511]: https://github.com/CosmWasm/cosmwasm/pull/2511
16+
1117
## [3.0.0] - 2025-06-23
1218

1319
## Added

packages/std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub use crate::query::{
9999
DelegationTotalRewardsResponse, DelegatorReward, DelegatorValidatorsResponse,
100100
DelegatorWithdrawAddressResponse, DenomMetadataResponse, DistributionQuery, FullDelegation,
101101
GrpcQuery, IbcQuery, PortIdResponse, QueryRequest, RawRangeEntry, RawRangeResponse,
102-
StakingQuery, SupplyResponse, Validator, ValidatorResponse, WasmQuery,
102+
StakingQuery, SupplyResponse, Validator, ValidatorMetadata, ValidatorResponse, WasmQuery,
103103
};
104104

105105
#[cfg(all(feature = "stargate", feature = "cosmwasm_1_2"))]

0 commit comments

Comments
 (0)