Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump cosmwasm-schema from 1.2.7 to 1.3.0 #287

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps cosmwasm-schema from 1.2.7 to 1.3.0.

Release notes

Sourced from cosmwasm-schema's releases.

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.

Changelog

Sourced from cosmwasm-schema's changelog.

CHANGELOG

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • cosmwasm-vm: Avoid using loupe for getting the Module size in the file system cache to prepare for the Wasmer 3 upgrade.
  • cosmwasm-vm: When enabling print_debug the debug logs are now printed to STDERR instead of STDOUT by default (#1667).
  • cosmwasm-vm: Add Instance::set_debug_handler/unset_debug_handler to allow customizing the handling of debug messages emitted by the contract (#1667).
  • cosmwasm-vm: Upgrade Wasmer to version 4.0.0.
  • cosmwasm-check: Update clap dependency to version 4 (#1677)

#1667: CosmWasm/cosmwasm#1667 #1677: CosmWasm/cosmwasm#1677

[1.3.0-rc.0] - 2023-07-03

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)

... (truncated)

Commits
  • 2cf7f1b Set version: 1.3.0
  • eb00887 Remove into
  • 75d4a5e Extend QueryResponseType constraints
  • 854cd60 Implement QueryResponseType trait for responses
  • 333952f Remove Default impls
  • 16a6990 Create hidden constructor for query responses
  • 580277d Use Addr in DelegatorWithdrawAddressResponse
  • 7d5edd5 Set version: 1.3.0-rc.0
  • cad5513 Merge pull request #1718 from CosmWasm/chipshort/signed-math
  • a173bb8 Add signed int trait check back in
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @bot-anik.


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 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.7 to 1.3.0.
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.2.7...v1.3.0)

---
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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 17, 2023
@dependabot dependabot bot requested review from amimart, bdeneux and ccamel July 17, 2023 15:46
Copy link
Member

@bot-anik bot-anik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@bot-anik
Copy link
Member

size-limit report 📦

Path Size
target/wasm32-unknown-unknown/release/okp4_objectarium.wasm 404.58 KB (+0.01% 🔺)
target/wasm32-unknown-unknown/release/okp4_law_stone.wasm 651.31 KB (-0.01% 🔽)
target/wasm32-unknown-unknown/release/okp4_cognitarium.wasm 770.02 KB (+0.01% 🔺)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #287 (bd0de7d) into main (c9eec71) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #287   +/-   ##
=======================================
  Coverage   97.99%   97.99%           
=======================================
  Files          41       41           
  Lines        8722     8722           
=======================================
  Hits         8547     8547           
  Misses        175      175           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 26, 2023

Superseded by #295.

@dependabot dependabot bot closed this Jul 26, 2023
@dependabot dependabot bot deleted the dependabot/cargo/cosmwasm-schema-1.3.0 branch July 26, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants