Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump @cosmjs/utils from 0.30.1 to 0.31.0 (#627)
Bumps [@cosmjs/utils](https://github.com/cosmos/cosmjs) from 0.30.1 to 0.31.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md"><code>@cosmjs/utils</code>'s changelog</a>.</em></p> <blockquote> <h2>[0.31.0] - 2023-06-22</h2> <h3>Fixed</h3> <ul> <li><code>@cosmjs/crypto</code>: Migrate to <code>libsodium-wrappers-sumo</code> to be able to use the <code>crypto_pwhash</code> functions (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1429">#1429</a>).</li> </ul> <p><a href="https://redirect.github.com/cosmos/cosmjs/issues/1429">#1429</a>: <a href="https://redirect.github.com/cosmos/cosmjs/issues/1429">cosmos/cosmjs#1429</a></p> <h3>Added</h3> <ul> <li><code>@cosmjs/cosmwasm-stargate</code>: Add <code>SigningCosmWasmClient.instantiate2</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1407">#1407</a>).</li> <li><code>@cosmjs/cosmwasm-stargate</code>: Add <code>CosmWasmClient.getContractsByCreator</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1266">#1266</a>).</li> <li><code>@cosmjs/stargate</code>: <code>IndexedTx</code> and <code>DeliverTxResponse</code> now have a <code>msgResponses</code> field (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1305">#1305</a>).</li> <li><code>@cosmjs/cosmwasm-stargate</code>: Add <code>CosmWasmClient.broadcastTxSync</code> and <code>SigningCosmWasmClient.signAndBroadcastSync</code> to allow broadcasting without waiting for block inclusion. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1396">#1396</a>)</li> <li><code>@cosmjs/stargate</code>: Add <code>StargateClient.broadcastTxSync</code> and <code>SigningStargateClient.signAndBroadcastSync</code> to allow broadcasting without waiting for block inclusion. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1396">#1396</a>)</li> <li><code>@cosmjs/cosmwasm-stargate</code>: Add Amino JSON support for <code>MsgStoreCode.instantiate_permission</code>. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/334">#334</a>)</li> <li><code>@cosmjs/stargate</code>: Add group and gov v1 message types</li> </ul> <p><a href="https://redirect.github.com/cosmos/cosmjs/issues/334">#334</a>: <a href="https://redirect.github.com/cosmos/cosmjs/issues/334">cosmos/cosmjs#334</a> <a href="https://redirect.github.com/cosmos/cosmjs/issues/1266">#1266</a>: <a href="https://redirect.github.com/cosmos/cosmjs/issues/1266">cosmos/cosmjs#1266</a> <a href="https://redirect.github.com/cosmos/cosmjs/issues/1305">#1305</a>: <a href="https://redirect.github.com/cosmos/cosmjs/issues/1305">cosmos/cosmjs#1305</a> <a href="https://redirect.github.com/cosmos/cosmjs/issues/1396">#1396</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1396">cosmos/cosmjs#1396</a> <a href="https://redirect.github.com/cosmos/cosmjs/issues/1407">#1407</a>: <a href="https://redirect.github.com/cosmos/cosmjs/pull/1407">cosmos/cosmjs#1407</a></p> <h3>Changed</h3> <ul> <li>all: upgrade cosmjs-types to 0.8.0 to include Cosmos SDK 0.46/0.47 and IBC v7 types.</li> <li><code>@cosmjs/cosmwasm-stargate</code>: Implement auto-detection for Tendermint 0.34/37 (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>).</li> <li><code>@cosmjs/cosmwasm-stargate</code>: Remove structured <code>searchTx</code> queries. Only raw query strings and key/value pairs are now supported. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>)</li> <li><code>@cosmjs/cosmwasm-stargate</code>: Let <code>searchTx</code> return non-readonly array. The caller owns this array and can mutate it as they want. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>)</li> <li><code>@cosmjs/cosmwasm-stargate</code>: In <code>UploadResult</code> (result from <code>SigningCosmWasmClient.upload</code>), rename <code>originalChecksum</code> to <code>checksum</code> and remove <code>compressedChecksum</code> (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1409">#1409</a>).</li> <li><code>@cosmjs/stargate</code>: Implement auto-detection for Tendermint 0.34/37 (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>).</li> <li><code>@cosmjs/stargate</code>: Remove structured <code>searchTx</code> queries. Only raw query strings and key/value pairs are now supported. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>)</li> <li><code>@cosmjs/stargate</code>: Let <code>searchTx</code> return non-readonly array. The caller owns this array and can mutate it as they want. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1411">#1411</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/cosmjs/commit/256355bad4a8ac66e0ceebc07b64e59d6c466dfa"><code>256355b</code></a> Set version 0.31.0</li> <li><a href="https://github.com/cosmos/cosmjs/commit/ef5bab124938ac1bf5dce0366518a3fc1d673395"><code>ef5bab1</code></a> Upgrade prettier</li> <li><a href="https://github.com/cosmos/cosmjs/commit/9ecee56a04d52b9a1013b8184c1394346496acd3"><code>9ecee56</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1443">#1443</a> from cosmos/sdk47-types</li> <li><a href="https://github.com/cosmos/cosmjs/commit/2bd1dea644b18049d0ec4f65b962e62d4e5d291a"><code>2bd1dea</code></a> Fix CHANGELOG text</li> <li><a href="https://github.com/cosmos/cosmjs/commit/c1e8126dbf8bbaa2fd76b5f07ddc4bb021ff39fe"><code>c1e8126</code></a> Add group and gov v1 message types</li> <li><a href="https://github.com/cosmos/cosmjs/commit/114d74a6a3611a6f5a1caf967ad9289c038d365d"><code>114d74a</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1438">#1438</a> from cosmos/upgrade-yarn</li> <li><a href="https://github.com/cosmos/cosmjs/commit/54e10947b72038d647d3c8a446f3019faded8be9"><code>54e1094</code></a> Re-install packages</li> <li><a href="https://github.com/cosmos/cosmjs/commit/2c9886240a4bb108f93ffd8b71464b9278d478d2"><code>2c98862</code></a> Upgrade yarn to 3.6.0</li> <li><a href="https://github.com/cosmos/cosmjs/commit/148c12fe18c85a6756d435a8d9023f6367158cf9"><code>148c12f</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1406">#1406</a> from loin3/export_wasm_types</li> <li><a href="https://github.com/cosmos/cosmjs/commit/5cb6c465509e0ff538bd661a49bc772e57c30faa"><code>5cb6c46</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1333">#1333</a> from lgtm-migrator/codeql</li> <li>Additional commits viewable in <a href="https://github.com/cosmos/cosmjs/compare/v0.30.1...v0.31.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@cosmjs/utils&package-manager=npm_and_yarn&previous-version=0.30.1&new-version=0.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
- Loading branch information