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/encoding from 0.31.0 to 0.31.1 (#750)
Bumps [@cosmjs/encoding](https://github.com/cosmos/cosmjs) from 0.31.0 to 0.31.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md"><code>@cosmjs/encoding</code>'s changelog</a>.</em></p> <blockquote> <h2>[0.31.1] - 2023-08-21</h2> <h3>Fixed</h3> <ul> <li><code>@cosmjs/tendermint-rpc</code>: Add missing <code>earliest_*</code> fields to <code>SyncInfo</code> record returned from the <code>/status</code> RPC endpoint (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1448">#1448</a>).</li> </ul> <h3>Changed</h3> <ul> <li><code>@cosmjs/stargate</code>, <code>@cosmjs/cosmwasm-stargate</code>: Change default multiplier for gas simulation from 1.3 to 1.4 to avoid out of case cases starting with Cosmos SDK 0.47.</li> <li><code>@cosmjs/cosmwasm-stargate</code>: Reduce default gas multiplier for <code>SigningCosmWasmClient.upload</code> to 1.1. (<a href="https://redirect.github.com/cosmos/cosmjs/issues/1360">#1360</a>)</li> </ul> <p><a href="https://redirect.github.com/cosmos/cosmjs/issues/1360">#1360</a>: <a href="https://redirect.github.com/cosmos/cosmjs/issues/1360">cosmos/cosmjs#1360</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/cosmjs/commit/a242608408b6362c16860e44c130a35d2ec09c5e"><code>a242608</code></a> Set version 0.31.1</li> <li><a href="https://github.com/cosmos/cosmjs/commit/8f81b50db5a0909907058b8a2593a46ab2dffe67"><code>8f81b50</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1469">#1469</a> from cosmos/gas-multiplier</li> <li><a href="https://github.com/cosmos/cosmjs/commit/9a57785ead31e45193cc8ed3036129325e87bf5d"><code>9a57785</code></a> Reduce SigningCosmWasmClient.upload multiplier to 1.1</li> <li><a href="https://github.com/cosmos/cosmjs/commit/5bb01b8a685d88d7a64b1a82f4b7b62f93d712df"><code>5bb01b8</code></a> Change multiplier to 1.4</li> <li><a href="https://github.com/cosmos/cosmjs/commit/358260bff71c9d3e7ad6644fcf64dc00325cdfb9"><code>358260b</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1449">#1449</a> from RBFLabs/fix/rpc-earliest-block</li> <li><a href="https://github.com/cosmos/cosmjs/commit/665fc3ba8465664c5c0289d3346994534dc46320"><code>665fc3b</code></a> fix(tendermint-rpc): add earliest block to sync info</li> <li><a href="https://github.com/cosmos/cosmjs/commit/21d150e7a101db5ae2e4542acc94ff5382f7f7c1"><code>21d150e</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1447">#1447</a> from alatuszam/main</li> <li><a href="https://github.com/cosmos/cosmjs/commit/2f7f5daace6f993a2c84084f0cc7926d2a4d405b"><code>2f7f5da</code></a> updated dead discord links README.md</li> <li><a href="https://github.com/cosmos/cosmjs/commit/c20c7182eaedf09b5bbb77c60048c3904bc142a7"><code>c20c718</code></a> Merge pull request <a href="https://redirect.github.com/cosmos/cosmjs/issues/1446">#1446</a> from cosmos/codeql-ignore-autogen</li> <li><a href="https://github.com/cosmos/cosmjs/commit/1dadf7cac797c7e3280b12c2d8fa0b99c3cbb16c"><code>1dadf7c</code></a> Ignore autogenerated PNP files in CodeQL</li> <li>Additional commits viewable in <a href="https://github.com/cosmos/cosmjs/compare/v0.31.0...v0.31.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@cosmjs/encoding&package-manager=npm_and_yarn&previous-version=0.31.0&new-version=0.31.1)](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 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) </details>
- Loading branch information