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 cosmossdk.io/math from 1.1.2 to 1.2.0 (#677)
Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.1.2 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/releases">cosmossdk.io/math's releases</a>.</em></p> <blockquote> <h2>Cosmovisor v1.2.0</h2> <h2>Release Notes</h2> <h3>New Features</h3> <p>With the <code>cosmovisor init</code> command, all the necessary folders for using cosmovisor are automatically created. You do not need to manually symlink the chain binary anymore.</p> <p>We've added a new configuration option: <code>DAEMON_RESTART_DELAY</code> (as env variable). When set, Cosmovisor will wait that delay between the node halt and backup. See the <a href="https://github.com/cosmos/cosmos-sdk/blob/main/cosmovisor/README.md#command-line-arguments-and-environment-variables">README</a> file for more details.</p> <h3>Bug Fixes</h3> <ul> <li>Fix Cosmovisor binary usage for pre-upgrade. Cosmovisor was using the wrong binary when running a <code>pre-upgrade</code> command.</li> </ul> <h3>Changelog</h3> <p>For more details, please see the <a href="https://github.com/cosmos/cosmos-sdk/blob/cosmovisor/v1.1.0/cosmovisor/CHANGELOG.md">CHANGELOG</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/c33b4db1a327a325fbf633c4fb7d0ca59c5a5ad4"><code>c33b4db</code></a> chore: prepare log 1.2.0 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17214">#17214</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/c36c86005fde7a83a05668ef1086857b3cc3e5e4"><code>c36c860</code></a> refactor(cli): remove duplicate <code>--home</code> flag (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17215">#17215</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/31f724752285e6c22be04bc1fcc746e3dcc399d8"><code>31f7247</code></a> feat(cli): <code>status</code> cmd cli support output text (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17184">#17184</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/095a64195aba917187bbb33570063bc675494bcd"><code>095a641</code></a> feat(docker): Add debuging dependencies directly into the dockerfile (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17228">#17228</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/f47749b9f02cd4d6912829dd953ecc652b052f7a"><code>f47749b</code></a> fix: text output format of <code>block-results</code> cmd cli (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17183">#17183</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/236fe4c21ece6a272dcbeb74f616cc2de4c8dc48"><code>236fe4c</code></a> docs: additional fields in context.go to be added to context.md (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17199">#17199</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/382de3311c057ac23acf5689801fb7023bbef1f4"><code>382de33</code></a> feat(testutil): adding DefaultContextWithKeys test helper (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17216">#17216</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/0b7d2d310b5a43128db44639b7d8022d6cee37ee"><code>0b7d2d3</code></a> fix(log): add fallback to <code>Stringer</code> when type do not implement `json.Marshal...</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/60ead8dd249a6dde75993f372d579ea8116aae1e"><code>60ead8d</code></a> ci: skip <code>fix_registration.go</code> when using <code>LINT_DIFF=1</code> (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17185">#17185</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/edba186aa3175a69566d7ccb0bba50964f68a21d"><code>edba186</code></a> refactor(keys): remove duplicate <code>--home</code> flag (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17197">#17197</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/math/v1.1.2...log/v1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/math&package-manager=go_modules&previous-version=1.1.2&new-version=1.2.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 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> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Magic Cat <[email protected]>
- Loading branch information