Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/cosmos/cosmos-sdk from 0.45.3 to 0.45.4 in /price-feeder #843

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2022

Bumps github.com/cosmos/cosmos-sdk from 0.45.3 to 0.45.4.

Release notes

Sourced from github.com/cosmos/cosmos-sdk's releases.

v0.45.4

Cosmos SDK v0.45.4 Release Notes

This release introduces a few bug fixes and improvements. Notably, it adds an error check to the NewNode call in the server package, which would allow nodes to sync correctly.

See the Cosmos SDK v0.45.4 Changelog for the exhaustive list of all changes.

Full Commit History: cosmos/cosmos-sdk@v0.45.3...v0.45.4

Changelog

Sourced from github.com/cosmos/cosmos-sdk's changelog.

v0.45.4 - 2022-04-25

Bug Fixes

  • #11624 Handle the error returned from NewNode in the server package.
  • #11724 Fix data race issues with api.Server.

Improvements

  • #11693 Add validation for gentx cmd.
  • #11686 Update the min required Golang version to 1.17.
  • (x/auth/vesting) #11652 Add util functions for Period(s)
Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.3 to 0.45.4.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.4/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.3...v0.45.4)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 26, 2022 02:37
@mergify mergify bot merged commit 456823f into main Apr 26, 2022
@mergify mergify bot deleted the dependabot/go_modules/price-feeder/github.com/cosmos/cosmos-sdk-0.45.4 branch April 26, 2022 05:24
@adamewozniak
Copy link
Collaborator

@Mergifyio backport price-feeder/v0.2.x

@mergify
Copy link
Contributor

mergify bot commented Apr 27, 2022

backport price-feeder/v0.2.x

❌ No backport have been created

  • Backport to branch price-feeder/v0.2.x failed: Branch not found

@adamewozniak
Copy link
Collaborator

@Mergifyio backport release/price-feeder/v0.2.x

mergify bot pushed a commit that referenced this pull request Apr 27, 2022
…in /price-feeder (#843)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.3 to 0.45.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/releases">github.com/cosmos/cosmos-sdk's releases</a>.</em></p>
<blockquote>
<h2>v0.45.4</h2>
<h1>Cosmos SDK v0.45.4 Release Notes</h1>
<p>This release introduces a few bug fixes and improvements. Notably, it adds an
error check to the <code>NewNode</code> call in the <code>server</code> package, which would allow nodes
to sync correctly.</p>
<p>See the <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.45.4/CHANGELOG.md">Cosmos SDK v0.45.4 Changelog</a> for the exhaustive list of all changes.</p>
<p><strong>Full Commit History</strong>: <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.45.3...v0.45.4">https://github.com/cosmos/cosmos-sdk/compare/v0.45.3...v0.45.4</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.45.4/CHANGELOG.md">github.com/cosmos/cosmos-sdk's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.4">v0.45.4</a> - 2022-04-25</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11624">#11624</a> Handle the error returned from <code>NewNode</code> in the <code>server</code> package.</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11724">#11724</a> Fix data race issues with <code>api.Server</code>.</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11693">#11693</a> Add validation for gentx cmd.</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11686">#11686</a> Update the min required Golang version to <code>1.17</code>.</li>
<li>(x/auth/vesting) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11652">#11652</a> Add util functions for <code>Period(s)</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/ad9e5620fb3445c716e9de45cfcdb56e8f1745bf"><code>ad9e562</code></a> chore: release notes++</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/77747c5c5e6e1dacfe14c91a68af5eaddee63f91"><code>77747c5</code></a> updates (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11752">#11752</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/6191a36a7237c4081976bf93cc9f20e952101bc0"><code>6191a36</code></a> updates (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11750">#11750</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/e9ba141d3b622a2851cd66ed066c3eaca657323c"><code>e9ba141</code></a> fix: data race issues with api.Server (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11724">#11724</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11748">#11748</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/3911f5251ce70aa2b3bb559c42a0782d32d6adb3"><code>3911f52</code></a> chore: remove unneeded swagger docs from 0.45 <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11745">#11745</a></li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/53396c8bec6aa98bd95cea30c5a41e58cb6fff9d"><code>53396c8</code></a> fix: Added description of how to run the unsafe-reset-all command in simapp R...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/13d78deb925bdd0b829f88efb08dad9ed442d399"><code>13d78de</code></a> fix: Add validation on create gentx (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11693">#11693</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11698">#11698</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/ffef0ba4172cf24d1af773e5147bb71e020eb1fb"><code>ffef0ba</code></a> chore: v0.45.x bump min go version to 1.17 (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11686">#11686</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/e73b7eece090069b63a5a4fad953ca39d56e91fe"><code>e73b7ee</code></a> feat: add vesting util functions (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11652">#11652</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11667">#11667</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/ac970f52be08f27e9f736981c5d3aab9cdbdbfc4"><code>ac970f5</code></a> feat: add (re)delegation getters (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11596">#11596</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11615">#11615</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.45.3...v0.45.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/cosmos-sdk&package-manager=go_modules&previous-version=0.45.3&new-version=0.45.4)](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>

(cherry picked from commit 456823f)
@mergify
Copy link
Contributor

mergify bot commented Apr 27, 2022

backport release/price-feeder/v0.2.x

✅ Backports have been created

adamewozniak pushed a commit that referenced this pull request Apr 27, 2022
…in /price-feeder (#843) (#851)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.3 to 0.45.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/releases">github.com/cosmos/cosmos-sdk's releases</a>.</em></p>
<blockquote>
<h2>v0.45.4</h2>
<h1>Cosmos SDK v0.45.4 Release Notes</h1>
<p>This release introduces a few bug fixes and improvements. Notably, it adds an
error check to the <code>NewNode</code> call in the <code>server</code> package, which would allow nodes
to sync correctly.</p>
<p>See the <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.45.4/CHANGELOG.md">Cosmos SDK v0.45.4 Changelog</a> for the exhaustive list of all changes.</p>
<p><strong>Full Commit History</strong>: <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.45.3...v0.45.4">https://github.com/cosmos/cosmos-sdk/compare/v0.45.3...v0.45.4</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.45.4/CHANGELOG.md">github.com/cosmos/cosmos-sdk's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.4">v0.45.4</a> - 2022-04-25</h2>
<h3>Bug Fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11624">#11624</a> Handle the error returned from <code>NewNode</code> in the <code>server</code> package.</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11724">#11724</a> Fix data race issues with <code>api.Server</code>.</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11693">#11693</a> Add validation for gentx cmd.</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11686">#11686</a> Update the min required Golang version to <code>1.17</code>.</li>
<li>(x/auth/vesting) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11652">#11652</a> Add util functions for <code>Period(s)</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/ad9e5620fb3445c716e9de45cfcdb56e8f1745bf"><code>ad9e562</code></a> chore: release notes++</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/77747c5c5e6e1dacfe14c91a68af5eaddee63f91"><code>77747c5</code></a> updates (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11752">#11752</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/6191a36a7237c4081976bf93cc9f20e952101bc0"><code>6191a36</code></a> updates (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11750">#11750</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/e9ba141d3b622a2851cd66ed066c3eaca657323c"><code>e9ba141</code></a> fix: data race issues with api.Server (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11724">#11724</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11748">#11748</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/3911f5251ce70aa2b3bb559c42a0782d32d6adb3"><code>3911f52</code></a> chore: remove unneeded swagger docs from 0.45 <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11745">#11745</a></li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/53396c8bec6aa98bd95cea30c5a41e58cb6fff9d"><code>53396c8</code></a> fix: Added description of how to run the unsafe-reset-all command in simapp R...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/13d78deb925bdd0b829f88efb08dad9ed442d399"><code>13d78de</code></a> fix: Add validation on create gentx (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11693">#11693</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11698">#11698</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/ffef0ba4172cf24d1af773e5147bb71e020eb1fb"><code>ffef0ba</code></a> chore: v0.45.x bump min go version to 1.17 (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11686">#11686</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/e73b7eece090069b63a5a4fad953ca39d56e91fe"><code>e73b7ee</code></a> feat: add vesting util functions (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11652">#11652</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11667">#11667</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/ac970f52be08f27e9f736981c5d3aab9cdbdbfc4"><code>ac970f5</code></a> feat: add (re)delegation getters (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11596">#11596</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11615">#11615</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.45.3...v0.45.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/cosmos-sdk&package-manager=go_modules&previous-version=0.45.3&new-version=0.45.4)](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>

(cherry picked from commit 456823f)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants