Skip to content

chore(deps): bump cosmwasm-schema from 1.2.1 to 1.3.2 in /cosmwasm#157

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cosmwasm/cosmwasm-schema-1.3.2
Closed

chore(deps): bump cosmwasm-schema from 1.2.1 to 1.3.2 in /cosmwasm#157
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cosmwasm/cosmwasm-schema-1.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2023

Bumps cosmwasm-schema from 1.2.1 to 1.3.2.

Release notes

Sourced from cosmwasm-schema's releases.

v1.3.2

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.3.1

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.3.0

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.3.0-rc.0

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.2.7

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.2.6

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.2.5

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.2.4

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.2.3

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.2.2

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

Changelog

Sourced from cosmwasm-schema's changelog.

[1.3.2] - 2023-08-15

Fixed

  • cosmwasm-std: Export CoinFromStrError, CoinsError and DivisionError

[1.3.1] - 2023-07-26

Fixed

  • cosmwasm-std: Export DelegatorWithdrawAddressResponse, DenomMetadataResponse and AllDenomMetadataResponse which were added in 1.3.0 (#1795).

#1795: CosmWasm/cosmwasm#1795

Changed

  • cosmwasm-std: Query responses are now exported, even if the corresponding cargo feature is not enabled (#1795).

[1.3.0] - 2023-07-17

Fixed

  • cosmwasm-vm: Add missing cache stats increment when calling pin.

Added

  • cosmwasm-std: Implement BankQuery::AllDenomMetadata to allow querying all the denom metadata and BankQuery::DenomMetadata to query a specific one. In order to use this query in a contract, the cosmwasm_1_3 feature needs to be enabled for the cosmwasm_std dependency. This makes the contract incompatible with chains running anything lower than CosmWasm 1.3.0. (#1647)
  • cosmwasm-std: Add DistributionQuery::DelegatorWithdrawAddress. Also needs the cosmwasm_1_3 feature (see above). (#1593)
  • cosmwasm-std: Add DistributionMsg::FundCommunityPool. Also needs the cosmwasm_1_3 feature (see above). (#1747)
  • cosmwasm-std: Add FromStr impl for Coin. (#1684)
  • cosmwasm-std: Add Coins helper to handle multiple coins. (#1687)
  • cosmwasm-vm: Add Cache::save_wasm_unchecked to save Wasm blobs that have been checked before. This is useful for state-sync where we know the Wasm code was checked when it was first uploaded. (#1635)
  • cosmwasm-vm: Allow sign extension Wasm opcodes in static validation. This allows contracts to be compiled with Rust 1.70.0 and above. (#1727)
  • cosmwasm-std: Add trait functions Storage::range_keys and Storage::range_values. The default implementations just use Storage::range. Later this can be implemented more efficiently. (#1748)
  • cosmwasm-std: Add Int64, Int128, Int256 and Int512 signed integer

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) from 1.2.1 to 1.3.2.
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.3.2/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.2.1...v1.3.2)

---
updated-dependencies:
- dependency-name: cosmwasm-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 23, 2023

Superseded by #162.

@dependabot dependabot bot closed this Aug 23, 2023
@dependabot dependabot bot deleted the dependabot/cargo/cosmwasm/cosmwasm-schema-1.3.2 branch August 23, 2023 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants