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.1.10
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.
v1.2.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.2.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.0-rc.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.2.0-beta.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.2.0-beta.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.
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 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)
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 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-std from 1.1.9 to 1.3.0.
Release notes
Sourced from cosmwasm-std's releases.
Changelog
Sourced from cosmwasm-std's changelog.
... (truncated)
Commits
2cf7f1b
Set version: 1.3.0eb00887
Remove into75d4a5e
Extend QueryResponseType constraints854cd60
Implement QueryResponseType trait for responses333952f
Remove Default impls16a6990
Create hidden constructor for query responses580277d
Use Addr in DelegatorWithdrawAddressResponse7d5edd5
Set version: 1.3.0-rc.0cad5513
Merge pull request #1718 from CosmWasm/chipshort/signed-matha173bb8
Add signed int trait check back inDependabot 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 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)