Skip to content

Commit

Permalink
build(deps): bump cosmossdk.io/math from 1.0.1 to 1.1.2 (#1213)
Browse files Browse the repository at this point in the history
Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from
1.0.1 to 1.1.2.
<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.1.0</h2>
<h2>Release Notes</h2>
<h3>New execution model</h3>
<p>With this release we are shifting to a new CLI design:</p>
<ul>
<li>in the past, Cosmovisor was designed to act as a wrapper for a
Cosmos App. An admin could link it and use it instead of the Cosmos App.
When running it will pass all options and configuration parameters to
the app. Hence the only way to configure the Cosmovisor was through
environment variables.</li>
<li>now, we are moving to a more traditional model, where Cosmovisor has
it's own command set and is a true supervisor.</li>
</ul>
<p>New commands have been added:</p>
<ul>
<li><code>run</code> will start the Cosmos App and pass remaining
arguments to the app (similar to <code>npm run</code>)</li>
<li><code>help</code> will display Cosmovisor help</li>
<li><code>version</code> will display both Cosmovisor and the associated
app version.</li>
</ul>
<p>The existing way of starting an app with Cosmovisor has been
deprecated (<code>cosmovisor [app params]</code>) and will be removed in
the future version. Please use <code>cosmovisor run [app pararms]</code>
instead.</p>
<h3>New Features</h3>
<p>We added a new configuration option: <code>DAEMON_BACKUP_DIR</code>
(as env variable). When set, Cosmovisor will create backup the app data
backup in that directory (instead of using the app home directory)
before running the update. See the <a
href="https://github.com/cosmos/cosmos-sdk/blob/master/cosmovisor/README.md#command-line-arguments-and-environment-variables">README</a>
file for more details.</p>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed <code>cosmovisor version</code> output when installed using
'go install
github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected]'.</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/bf249162e42ef084668b942e12538cb30f9e4846"><code>bf24916</code></a>
fix(math): revert <a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/16263">#16263</a>
and add test cases (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17489">#17489</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/1089f715fc73d861599a55a62725293b2b6e4761"><code>1089f71</code></a>
fix(math): fix panic in <code>.Size()</code> (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17480">#17480</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/c94ce04bfa9d851d3a5aefa467af334d910fe535"><code>c94ce04</code></a>
ci: Re-enable rocksdb backend in build.yml (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17474">#17474</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/1bd37053e0c034accaa5706ef7fc5b0bff5467fb"><code>1bd3705</code></a>
feat: add core and api for PreBlock (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17468">#17468</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/4e11394a302dfa66264725901f0d442e53182ca8"><code>4e11394</code></a>
build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 in
/x/acc...</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/46bab63d8cedabf3252170542a2900229a5f3292"><code>46bab63</code></a>
feat(accounts): init accounts module (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17443">#17443</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/8976d83b879c558553532f66498b2d200abfd75a"><code>8976d83</code></a>
chore: bump client/v2 to go.mod 1.21 (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17454">#17454</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/37b8760f96d26d2d9f7d6e700e7a28c0a6a0ed43"><code>37b8760</code></a>
test: disable <code>TestStatusCommand</code> (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17452">#17452</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/4b1bb7f0547a8f5ceffc97ddd9698dd2a4c52edb"><code>4b1bb7f</code></a>
chore: add 0.50.0-rc.0 changelog to main (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/17455">#17455</a>)</li>
<li><a
href="https://github.com/cosmos/cosmos-sdk/commit/ff2e5a236282de7844bc318dde280a175244c077"><code>ff2e5a2</code></a>
feat(bank): Allow injectable restrictions on bank transfers (<a
href="https://redirect.github.com/cosmos/cosmos-sdk/issues/14224">#14224</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cosmos/cosmos-sdk/compare/math/v1.0.1...math/v1.1.2">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.0.1&new-version=1.1.2)](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>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent b717680 commit 62b5772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
cosmossdk.io/core v0.5.1
cosmossdk.io/depinject v1.0.0-alpha.4
cosmossdk.io/errors v1.0.0
cosmossdk.io/math v1.0.1
cosmossdk.io/math v1.1.2
cosmossdk.io/simapp v0.0.0-20230323161446-0af178d721ff
github.com/CosmWasm/wasmd v0.41.0
github.com/CosmWasm/wasmvm v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ cosmossdk.io/errors v1.0.0 h1:nxF07lmlBbB8NKQhtJ+sJm6ef5uV1XkvPXG2bUntb04=
cosmossdk.io/errors v1.0.0/go.mod h1:+hJZLuhdDE0pYN8HkOrVNwrIOYvUGnn6+4fjnJs/oV0=
cosmossdk.io/log v1.1.1-0.20230704160919-88f2c830b0ca h1:msenprh2BLLRwNT7zN56TbBHOGk/7ARQckXHxXyvjoQ=
cosmossdk.io/log v1.1.1-0.20230704160919-88f2c830b0ca/go.mod h1:PkIAKXZvaxrTRc++z53XMRvFk8AcGGWYHcMIPzVYX9c=
cosmossdk.io/math v1.0.1 h1:Qx3ifyOPaMLNH/89WeZFH268yCvU4xEcnPLu3sJqPPg=
cosmossdk.io/math v1.0.1/go.mod h1:Ygz4wBHrgc7g0N+8+MrnTfS9LLn9aaTGa9hKopuym5k=
cosmossdk.io/math v1.1.2 h1:ORZetZCTyWkI5GlZ6CZS28fMHi83ZYf+A2vVnHNzZBM=
cosmossdk.io/math v1.1.2/go.mod h1:l2Gnda87F0su8a/7FEKJfFdJrM0JZRXQaohlgJeyQh0=
cosmossdk.io/simapp v0.0.0-20230323161446-0af178d721ff h1:P1ialzTepD1oxdNPYc5N8Eggq3RdejZq3cJs8YYMs9Y=
cosmossdk.io/simapp v0.0.0-20230323161446-0af178d721ff/go.mod h1:AKzx6Mb544LjJ9RHmGFHjY9rEOLiUAi8I0F727TR0dY=
cosmossdk.io/tools/rosetta v0.2.1 h1:ddOMatOH+pbxWbrGJKRAawdBkPYLfKXutK9IETnjYxw=
Expand Down

0 comments on commit 62b5772

Please sign in to comment.