chore(deps): update rust crate cosmwasm-schema from 1.4.0
to 1.5.9
#36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
=1.4.0
->=1.5.9
Release Notes
CosmWasm/cosmwasm (cosmwasm-schema)
v1.5.9
Compare Source
Added
Cache::store_code
v1.5.8
Compare Source
Fixed
v1.5.7
Compare Source
Fixed
directly to this version instead of the previous one.
v1.5.6
Compare Source
Fixed
Changed
k256 = { version = "=0.13.1", features = ["ecdsa"] }
to the open versionrange ^0.13.3 by avoiding a normalization of the public key in
secp256k1_recover_pubkey
. (#2014, #2198)v1.5.5
Compare Source
Changed
Binary
,HexBinary
(#2126)
v1.5.4
Compare Source
Fixed
Added
&T + T
and&T op &T
forUint64
,Uint128
,Uint256
andUint512
; improve panic message forUint64::add
andUint512::add
(#2092)Uint{64,128,256,512}::strict_add
and::strict_sub
whichare like the
Add
/Sub
implementations butconst
. (#2098, #2107)Changed
Timestamp::plus_nanos
/::minus_nanos
useUint64::strict_add
/::strict_sub
and document overflows. (#2098, #2107)Fixed
Region
via
release_buffer
(#2062)v1.5.3
Compare Source
Changed
Region
from Wasm memory as bytes and convert toRegion
afterwards (#2005)
v1.5.2
Compare Source
Fixed
use of a long running Wasmer Engine. (#1978)
v1.5.1
Compare Source
Fixed
Added
CacheOptions::new
v1.5.0
Compare Source
Added
addr_make
andwith_prefix
forcosmwasm_std::testing::MockApi
(#1905).abs
andunsigned_abs
forInt{64,128,256,512}
(#1854).
From<Int{64,128,256}>
forInt512
,TryFrom<Int{128,256,512}>
forInt64
,TryFrom<Int{256,512}>
forInt128
,TryFrom<Int512>
forInt256
andInt256::from_i128
for const contexts(#1861).
Int{64,128,256}::{checked_multiply_ratio, full_mul}
(#1866)
is_negative
forInt{64,128,256,512}
(#1867).TryFrom<Uint{256,512}> for Uint64
andTryFrom<Uint{A}> for Int{B}
whereA >= B
(#1870).to_json_{vec,binary,string}
andfrom_json
and deprecateto_{vec,binary}
in favor ofto_json_{vec,binary}
andfrom_{slice,binary}
in favor of
from_json
. (#1886)SignedDecimal
andSignedDecimal256
(#1807).Changed
.module
extension to file names in the file system cache(#1913).
v1.4.5
Compare Source
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.4.4
Compare Source
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.4.3
Compare Source
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.4.2
Compare Source
v1.4.1
Compare Source
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.