Skip to content

Commit

Permalink
chore: bump cw-it
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Aug 28, 2024
1 parent 46bdf5a commit 38e5a26
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion cw-vault-standard/src/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ where
}
}

/// Check the address against the api and return a checked version of the struct.
/// Check the address against the api and return a checked version of the
/// struct.
pub fn check(&self, deps: Deps) -> StdResult<VaultContract<E, Q>> {
VaultContract::new(&deps.querier, &deps.api.addr_validate(&self.addr)?)
}
Expand Down
4 changes: 2 additions & 2 deletions cw-vault-standard/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ pub enum ExtensionQueryMsg {
/// instead of needing to do a costly SmartQuery.
#[cw_serde]
pub struct VaultStandardInfoResponse {
/// The version of the vault standard used by the vault as a semver compliant
/// string. E.g. "1.0.0" or "1.2.3-alpha.1"
/// The version of the vault standard used by the vault as a semver
/// compliant string. E.g. "1.0.0" or "1.2.3-alpha.1"
pub version: String,
/// A list of vault standard extensions used by the vault.
/// E.g. ["lockup", "keeper"]
Expand Down
4 changes: 2 additions & 2 deletions test-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0-rc.1] - 2024-07-13
## [0.5.0-rc.2] - 2024-08-26

### Changed

- Use 0.4.1 version of cw-vault-standard
- Use 0.4.0-rc.3 version of cw-it
- Use 0.4.0-rc.9 version of cw-it

## [0.4.1] - 2024-03-07

Expand Down
4 changes: 2 additions & 2 deletions test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-vault-standard-test-helpers"
version = "0.5.0-rc.1"
version = "0.5.0-rc.2"
description = "Test helpers for cw-vault-standard compliant contracts."
edition = { workspace = true }
authors = { workspace = true }
Expand All @@ -18,4 +18,4 @@ force-unlock = ["cw-vault-standard/force-unlock"]
cosmwasm-std = { workspace = true }
cw-utils = { workspace = true }
cw-vault-standard = { workspace = true }
cw-it = "0.4.0-rc.3"
cw-it = "0.4.0-rc.9"

0 comments on commit 38e5a26

Please sign in to comment.