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.4.1 to 1.5.0 #409

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2023

Bumps cosmwasm-schema from 1.4.1 to 1.5.0.

Release notes

Sourced from cosmwasm-schema's releases.

v1.5.0-rc.0

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached 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-std: Replace ContractInfoResponse::new with new (unstable) constructor, remove SubMsgExecutionResponse (Use SubMsgResponse instead) and remove PartialEq<&str> for Addr (validate the address and use PartialEq<Addr> for Addr instead). (#1879)
  • cosmwasm-std: Remove Mul<Decimal> for Uint128 and Mul<Decimal256> for Uint256. Use Uint{128,256}::mul_floor instead. (#1890)
  • cosmwasm-std: Uint{64,128}::full_mul now take Into<Self> as an argument. (#1874)
  • cosmwasm-vm: Make CacheOptions non-exhaustive and add a constructor. (#1898)
  • cosmwasm-std: Coin::new now takes Into<Uint128> instead of u128 as the first argument and DecCoin::new takes Into<Decimal256> instead of Decimal256. (#1902)
  • cosmwasm-std: Remove operand strings from OverflowError, ConversionOverflowError and DivideByZeroError. (#1896)
  • cosmwasm-std: Add optional memo field to IbcMsg::Transfer. (#1878)

#1874: CosmWasm/cosmwasm#1874 #1878: CosmWasm/cosmwasm#1878 #1879: CosmWasm/cosmwasm#1879 #1890: CosmWasm/cosmwasm#1890 #1896: CosmWasm/cosmwasm#1896 #1898: CosmWasm/cosmwasm#1898 #1902: CosmWasm/cosmwasm#1902

[1.5.0-rc.0]

Added

  • cosmwasm-std: Add addr_make and with_prefix for cosmwasm_std::testing::MockApi (#1905).
  • cosmwasm-std: Add abs and unsigned_abs for Int{64,128,256,512} (#1854).
  • cosmwasm-std: Add From<Int{64,128,256}> for Int512, TryFrom<Int{128,256,512}> for Int64, TryFrom<Int{256,512}> for Int128, TryFrom<Int512> for Int256 and Int256::from_i128 for const contexts (#1861).
  • cosmwasm-std: Add Int{64,128,256}::{checked_multiply_ratio, full_mul} (#1866)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 31, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2023

Dependabot tried to add @amimart, @bdeneux and @ccamel as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/okp4/contracts/pulls/409/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the okp4/contracts repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link

coderabbitai bot commented Oct 31, 2023

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai help to get help.
  • @coderabbitai resolve to resolve all the CodeRabbit review comments.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.json

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 431.54 KB (+0.23% 🔺)
target/wasm32-unknown-unknown/release/okp4_law_stone.wasm 645.23 KB (+0.01% 🔺)
target/wasm32-unknown-unknown/release/okp4_cognitarium.wasm 809.01 KB (-0.01% 🔽)

Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Merging #409 (6db6d9a) into main (229d34f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #409   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files          47       47           
  Lines       10278    10278           
=======================================
  Hits        10016    10016           
  Misses        262      262           

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

@dependabot dependabot bot merged commit 0fe2f15 into main Oct 31, 2023
18 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cosmwasm-schema-1.5.0 branch October 31, 2023 15:21
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.

3 participants