Skip to content

Commit

Permalink
chore(deps): bump cosmossdk.io/x/evidence from 0.1.0 to 0.1.1 (#436)
Browse files Browse the repository at this point in the history
Bumps [cosmossdk.io/x/evidence](https://github.com/cosmos/cosmos-sdk) from 0.1.0 to 0.1.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/7828a002440069cbc795c0fba618f4f61c1a2773"><code>7828a00</code></a> fix(baseapp): avoid header height overwrite block height (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20107">#20107</a>) (#...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/3437fd5006a3290b0fabbaae39036b0dc9747945"><code>3437fd5</code></a> docs(gas/fees): Update block gas documentation (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20128">#20128</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20131">#20131</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/a42a85abd335bea5a74e13bae158390db4c4d68a"><code>a42a85a</code></a> build(deps): bump sdk in modules (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20126">#20126</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/c4d9a495052b78a02723ed1df1d336efe83a4e8d"><code>c4d9a49</code></a> chore: update v0.50.6 release notes (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20124">#20124</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/fcb9d84edbec2e3bfa5d357bb100dbf569d06e07"><code>fcb9d84</code></a> fix(x/authz,x/feegrant): check blocked address (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20102">#20102</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/0a682f7ae3fca554b599f8e9ba1a602c44aeb729"><code>0a682f7</code></a> fix: use timestamp for sim log file name (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20108">#20108</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20111">#20111</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/4bd0e0216ddf667d46d557351c1fc68afd534b39"><code>4bd0e02</code></a> chore: prepare v0.50.6 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/19998">#19998</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/2a32f4287d44dc10adbbb55240c08e8dbe50041a"><code>2a32f42</code></a> feat(client/v2): implement version filtering using annotation (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/2008">#2008</a>...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/a2abf1a442caea0755b4020083bb18f296c8fb07"><code>a2abf1a</code></a> build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.4 to 1.0.0-b...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/49c3ae6a5779f4495a88e31c6e45165d4a78108d"><code>49c3ae6</code></a> fix: secp256r1 json missing quotes (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20060">#20060</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20069">#20069</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/api/v0.1.0...x/nft/v0.1.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/x/evidence&package-manager=go_modules&previous-version=0.1.0&new-version=0.1.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
dependabot[bot] authored May 7, 2024
1 parent 0efe9c4 commit 6d201b9
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 @@ -13,7 +13,7 @@ require (
cosmossdk.io/math v1.3.0
cosmossdk.io/store v1.1.0
cosmossdk.io/tools/confix v0.1.0
cosmossdk.io/x/evidence v0.1.0
cosmossdk.io/x/evidence v0.1.1
cosmossdk.io/x/feegrant v0.1.0
cosmossdk.io/x/tx v0.13.3
cosmossdk.io/x/upgrade v0.1.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ cosmossdk.io/tools/confix v0.1.0 h1:2OOZTtQsDT5e7P3FM5xqM0bPfluAxZlAwxqaDmYBE+E=
cosmossdk.io/tools/confix v0.1.0/go.mod h1:TdXKVYs4gEayav5wM+JHT+kTU2J7fozFNqoVaN+8CdY=
cosmossdk.io/x/circuit v0.1.0 h1:IAej8aRYeuOMritczqTlljbUVHq1E85CpBqaCTwYgXs=
cosmossdk.io/x/circuit v0.1.0/go.mod h1:YDzblVE8+E+urPYQq5kq5foRY/IzhXovSYXb4nwd39w=
cosmossdk.io/x/evidence v0.1.0 h1:J6OEyDl1rbykksdGynzPKG5R/zm6TacwW2fbLTW4nCk=
cosmossdk.io/x/evidence v0.1.0/go.mod h1:hTaiiXsoiJ3InMz1uptgF0BnGqROllAN8mwisOMMsfw=
cosmossdk.io/x/evidence v0.1.1 h1:Ks+BLTa3uftFpElLTDp9L76t2b58htjVbSZ86aoK/E4=
cosmossdk.io/x/evidence v0.1.1/go.mod h1:OoDsWlbtuyqS70LY51aX8FBTvguQqvFrt78qL7UzeNc=
cosmossdk.io/x/feegrant v0.1.0 h1:c7s3oAq/8/UO0EiN1H5BIjwVntujVTkYs35YPvvrdQk=
cosmossdk.io/x/feegrant v0.1.0/go.mod h1:4r+FsViJRpcZif/yhTn+E0E6OFfg4n0Lx+6cCtnZElU=
cosmossdk.io/x/tx v0.13.3 h1:Ha4mNaHmxBc6RMun9aKuqul8yHiL78EKJQ8g23Zf73g=
Expand Down

0 comments on commit 6d201b9

Please sign in to comment.