You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By using #[non_exhaustive] we ensure that adding new fields does not prevent contracts from compiling. But adding #[non_exhaustive] is a breaking change, so this goes into 2.0.
bank
SupplyResponse
BalanceResponse
AllBalanceResponse
ibc
PortIdResponse
ListChannelsResponse
ChannelResponse
staking
BondedDenomResponse
AllDelegationsResponse
DelegationResponse
AllValidatorsResponse
ValidatorResponse
wasm
ContractInfoResponse
The text was updated successfully, but these errors were encountered:
By using
#[non_exhaustive]
we ensure that adding new fields does not prevent contracts from compiling. But adding#[non_exhaustive]
is a breaking change, so this goes into 2.0.bank
ibc
staking
wasm
The text was updated successfully, but these errors were encountered: