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

Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 #1147

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2022

Bumps github.com/spf13/cobra from 1.5.0 to 1.6.0.

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.6.0

Summer 2022 Release

Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:


Features 🌠

Deprecation 👎🏼

  • ExactValidArgs is deprecated (but not being removed entirely). This is abit nuanced, so checkout #1643 for further information and the updated user_guide.md on how this may affect you (and how you can take advantage of the correct behavior in the validators): @​umarcor #1643

Bug fixes 🐛

Dependencies 🗳️

Testing 🤔

Docs ✏️

Misc 💭

Note: Per #1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the spf13/cobra GitHub repository for more information!

Great work everyone! Cobra would never be possible without your contributions! 🐍

... (truncated)

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/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 12, 2022 08:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 12, 2022
@SpicyLemon SpicyLemon enabled auto-merge (squash) October 12, 2022 16:41
@SpicyLemon SpicyLemon merged commit b574c1e into main Oct 12, 2022
@SpicyLemon SpicyLemon deleted the dependabot/go_modules/github.com/spf13/cobra-1.6.0 branch October 12, 2022 16:51
@SpicyLemon SpicyLemon mentioned this pull request Oct 13, 2022
11 tasks
SpicyLemon pushed a commit that referenced this pull request Oct 13, 2022
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@SpicyLemon SpicyLemon mentioned this pull request Oct 13, 2022
8 tasks
SpicyLemon added a commit that referenced this pull request Oct 20, 2022
* Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#1140)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.49.0 to 1.50.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.49.0...v1.50.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/btcsuite/btcd from 0.22.1 to 0.22.2 (#1144)

Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](btcsuite/btcd@v0.22.1...v0.22.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1146)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <github@wedul.com>

* Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#1147)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#1164)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.0 to 1.50.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.50.0...v1.50.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump technote-space/get-diff-action from 6.1.0 to 6.1.1 (#1163)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <github@wedul.com>

* Bump golang.org/x/text from 0.3.8 to 0.4.0 (#1165)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.8 to 0.4.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.8...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/cosmos-proto from 1.0.0-alpha7 to 1.0.0-alpha8 (#1156)

* Bump github.com/cosmos/cosmos-proto from 1.0.0-alpha7 to 1.0.0-alpha8

Bumps [github.com/cosmos/cosmos-proto](https://github.com/cosmos/cosmos-proto) from 1.0.0-alpha7 to 1.0.0-alpha8.
- [Release notes](https://github.com/cosmos/cosmos-proto/releases)
- [Commits](cosmos/cosmos-proto@v1.0.0-alpha7...v1.0.0-alpha8)

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

Signed-off-by: dependabot[bot] <support@github.com>

* make proto-update-deps

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <github@wedul.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
SpicyLemon added a commit that referenced this pull request Nov 23, 2022
* Update header for v1.13.0 release in changelog (#1121)

* Update wasmd to 0.28 with 0.46 sdk version from notional-labs (#1015) (#1122) (#1126)

* update wasmd to 0.28 with 0.46 sdk version from notional-labs (#1015)

* add comment to indicate why cosmwasm_1_1 cap added

Co-authored-by: Derek Adams <dadams@figure.com>

Co-authored-by: kwt <4344285+kwtalley@users.noreply.github.com>

* Add release changelog for v1.13.0-rc1 (#1128)

* Bump wasmd to v0.29.0-pio-1 (#1148) (#1162)

* Bump wasmd to our v0.29.0-pio-1 (from v0.28.0-0.46sdk-notional).

* Update changelog.

* Backport 1.13: Restricted Marker Transfer IBC (#1167)

* Restricted marker transfer over ibc (#1158)

* initial setup of the ibc transfer

* Update proto to reuse ibc transfer

* remove telemetry

* wire in ibc send

* Add tx command for ibc transfer

* add todo for tx command

* moving to ibc-testing tag.

* Fixes to cli and msg server.

* changing signer of ibc message.

* setup ibc transfer keeper before marker keeper

* refactor ibc-transfer command, setup first test for ibc-transfer cli

* add a few more cli tests

* Updating proto comments.

* Add change log entry

* add spec

* add msg test

* update ibc-go tag

Co-authored-by: arnabmitra <arnabmitra.mitra@gmail.com>

* Re-add a changelog entry that I accidentally added in a different PR then erroneously deleted in the last conflict resolution. But since it's already in release/v1.13.x, might as well leave it.

Co-authored-by: Carlton Hanna <nullpointer0x00@gmail.com>
Co-authored-by: arnabmitra <arnabmitra.mitra@gmail.com>

* Backport 1.13: Update docs. (#1154)

* Small tweaks to the name restrictions documentation. (#1137)

* Clarify some stuff in the name concepts spec.

* Add changelog entry.

* Fix grammar.

* Dwedul/767 update release doc (#1141)

* [767]: Update the run-sims-with-all-dbs script to exit with a non-zero code if one or more of the tests did.

* Add the CONTRIBUTING.md doc to the docs updated by the update-tocs target.

* [767]: Update CONTRIBUTING.md with more accurate branch and release info

* Remove some Cosmos-Specific pieces.
* Replace some references to Cosmos-SDK.
* Update some of the PR stuff to reflect the current process.
* Refactored the "Branching Model and Release" section by splitting it
  in two and more accurately describing our branching and release
  process.
* Updated the TOC using our auto-TOC script.

* Undo the run-sims-with-all-dbs change and do that in a separate PR.

* Some tweaks after reading through it again.

* [1143]: Update the Testing section in CONTRIBUTING.md.

* Fix broken cosmos-sdk doc url (#1150)

I noticed the cosmos-sdk link on was 404'ing. I believe this is equivalent intro doc.

Co-authored-by: Craig Berry <42152902+craigberry1@users.noreply.github.com>

* Backport 1.13: Github actions and scripts. (#1166)

* Create check that time.Now isn't used unexpectedly. (#1133)

* Add a script that checks all the go files for improper uses of time.Now().

* Run the new no-now-lint script when doing make lint.

* Run the script in the github lint action.

* Add the lint workflow file and the no-now-lint script to the differ of the lint github workflow (so changes to those files trigger a run of that workflow).

* Add a new file that should fail the no-now lint check.

* Remove the cmd/foo.go file now that I've got an example of a failed lint job.

* Fix some typos/grammar/formatting.

* Add a go file that will fail the no now linter, but make it a bit more complex than last time to test out ignoring comments.

* Ignore 'uses' of time.Now if it's just a match in a comment.

* Indent the lines in the verbose output.

* Split the filtering out into an array of filters, each applied in its own grep invokation. This is primarily for extra insight with verbose output. But it also lets each filter be defined under a comment explaining that specific entry.

* Turn on verbose output of the no-now lint script in the github action. Will probably turn it back off, but I just want it for at least one run to double check things.

* Add a comment that explains why the no-now-lint script exists.

* Output the bad uses to stdout. During a normal run, it's the only output. With verbose, it keeps the output in sync when stdout and stderr aren't processed simultaneously.

* Remove the bad-time.go file since I have an example of it causing a failure.

* Remove the -v from the github job that runs the new no-now-lint script.

* [1125]: Remove badgerdb from the matrices in the sims jobs. (#1138)

* Define concurrency for github actions. (#1139)

* [861]: Change release.yaml to use concurrency.

* [861]: Change sims.yaml to use concurrency.

* [861]: Change test.yaml to use concurrency.

* [861]: Add concurrency to the proto workflow. Also trigger it if either of the scripts are in the PR.

* [861]: Add concurrency to the docker workflow.

* [861]: Use the same comment on all the concurrency entries.

* [861]: Add comment to the lint workflow about why concurrency isn't defined in it.

* [861]: Add concurrency to the rosetta workflow.

* [861]: Chance CodeQL workflow schedule to 9:23 PM (from 9:21 PM) and add a comment explaining it.

* [861]: Update the codeql workflow to run on all PRs, pushes to main, and version tags (used to only be PRs and pushes to main or a release branch).

* [861]: Add concurency to the codeql workflow.

* [861]: Remove the comment at the top of the codeql workflow that isn't needed anymore.

* Make run-sims-with-all-dbs.sh exit with appropriate code (#1142)

* Update the run-sims-with-all-dbs script to output whether any of the tests failed and only exit with a code of 0 if none of the tests failed.

* Add a help message to the script.

* Make the script print the actual defaults instead of just what the current env has.

* Suppress a couple git command errors when not in a git repo.

* Update devnet docker build to be current (#1098)

* update devnet dockerfile, docker-compose, and makefile to be current

* add change log entry

* update comments in Dockerfile

Co-authored-by: Carlton Hanna <nullpointer0x00@gmail.com>

* Backport 1.13: Dependabot bumps. (#1155)

* Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#1140)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.49.0 to 1.50.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.49.0...v1.50.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/btcsuite/btcd from 0.22.1 to 0.22.2 (#1144)

Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](btcsuite/btcd@v0.22.1...v0.22.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1146)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <github@wedul.com>

* Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#1147)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#1164)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.0 to 1.50.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.50.0...v1.50.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump technote-space/get-diff-action from 6.1.0 to 6.1.1 (#1163)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <github@wedul.com>

* Bump golang.org/x/text from 0.3.8 to 0.4.0 (#1165)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.8 to 0.4.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.8...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/cosmos-proto from 1.0.0-alpha7 to 1.0.0-alpha8 (#1156)

* Bump github.com/cosmos/cosmos-proto from 1.0.0-alpha7 to 1.0.0-alpha8

Bumps [github.com/cosmos/cosmos-proto](https://github.com/cosmos/cosmos-proto) from 1.0.0-alpha7 to 1.0.0-alpha8.
- [Release notes](https://github.com/cosmos/cosmos-proto/releases)
- [Commits](cosmos/cosmos-proto@v1.0.0-alpha7...v1.0.0-alpha8)

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

Signed-off-by: dependabot[bot] <support@github.com>

* make proto-update-deps

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <github@wedul.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updated handler to have no enabled ica messages. (#1168) (#1170)

Co-authored-by: Matt Witkowski <mwitkowski@provenance.io>

* Bump Cosmos-SDK to v0.46.3-pio-1 (from v0.46.2-pio-1). (#1173) (#1182)

* Use local version of the sdk and include ics replace.

* Add some changelog entries and fix the v1.13.0 entry to be reference v1.13.0-rc1.

* update the require line for cosmos-sdk to say v0.46.3 (even though we replace it below) just to make it closer to the truth.

* Enable the node query service.

* Remove my local sdk replace line and go back to the usual one. Bump Cosmos-sdk to v0.46.3-pio-1 (from v0.46.2-pio-1).

* Add links to the PR (in the changelog).

* Add a note in go.mod to update proto-update-deps.sh when updating the ics23 replace line, and hard-code that script to v0.7.0 for proofs.proto.

* make proto-update-deps

* Update swagger stuff (including third party).

* Add v1.13.0-rc2 header to the changelog and update the release changelog. (#1184)

* Copy v1.12.1 changelog entry from main.

* Add v1.13.0-rc2 section header and full commit links.

* Add the v1.13.0-rc2 section to the release changelog.

* Fix the v1.13.0-rc2 date. (#1185)

* Provide the iavl-disable-fastnode app option (#1193) (#1194)

* Make us pay attention to the iavl-disable-fastnode config setting/flag instead of always using the default.

* Add changelog entry.

* Backport 1.13: Bump Cosmos-SDK to v0.46.3-pio-2 (from v0.46.3-pio-1) (#1205)

* Bump Cosmos-SDK to v0.46.3-pio-2 (from v0.46.3-pio-1). (#1201)

* Bump Cosmos-SDK to v0.46.3-pio-2 (from v0.46.3-pio-1).

* Add changelog entry.

* Fix the link text in the changelog to indicate a PR link (for both this and the last change).

* Bump Cosmos-SDK to v0.46.3-pio-3 (from v0.46.3-pio-2). (#1206)

* Update changelog for v1.13.0-rc3 (#1197)

* Update the changelog and release changelog with v1.13.0-rc3.

* Update the dates for v1.13.0-rc3 to 2022-11-02.

* Update the release changelog with stuff added in the last merge.

* Backport 1.13: Bump Cosmos-SDK to v0.46.3-pio-4 (#1212)

* Bump sdk to v0.46.3-pio-4 and update changelog and release changelog (since it wasn't actually released yet).

* 1224 backport to v1.13.x (#1228)

* update changelog

* enable RC publishing to maven

* backport 1224

* Fix GetParams in `msgfees` modules to return ConversionFeeDenom (#1215) (#1221)

* Fix GetParams in `msgfees` modules to return ConversionFeeDenom (#1215)

* remove params from upgrade handler

Co-authored-by: Daniel Wedul <github@wedul.com>

* Mark v1.13.0-rc4 and backport v1.13: sdk to v0.46.4-pio-1, codeQL, and pruning command (#1230)

* bump sdk to v0.46.4-pio-1 (#1229)

* Switch to a local version of the sdk (that's mostly what the v0.46-4-pio-1 will be).

* Use the updated server.FlagDisableIAVLFastNode name.

* Update the third-party swagger and then regen the whole thing.

* Bump cosmos-sdk to v0.46.4-pio-1 (from v0.46.3-pio-4).

* make proto-update-deps

* Add changelog entry.

* run codeql on code changes only (#1226)

* run codeql on code changes only

* update changelog

* Add pruning subcommand to provenance root cmd. (#1209)

* Add pruning subcommand to provenance root cmd.

* We already check that a floor gas fee is paid by every tx, hence i think the validation check for min-gas-price is irrelevant now, and an ante handler already checks that flag if some node wants to enforce higher gas price at node/mempool level already.(min_gas_prices_decorator.go)

* Adding changelog.

* Copy the v1.12.2 section from main into the changelog.

* Update changelog and release changelog to reflect v1.13.0-rc4.

Co-authored-by: Ergels Gaxhaj <87285445+egaxhaj@users.noreply.github.com>
Co-authored-by: Arnab Mitra <arnabmitra.mitra@gmail.com>

* Config update command (#1233) (#1236)

* [1216]: Load the defaults before loading each file.

* [1216]: Add a unit test for the update command.

* [1216]: It turns out that the unpack command is exactly what's needed for update. So Just add that as an alias, and a little extra note in the Long entry for it.

* [1216]: Add changelog entries.

* [1216]: Move the arg checks to the top of runConfigSetCmd.

* [1216]: When loading a FieldValueMap into viper, Instead of loading sectioned keys into viper as the full thing, use a section entry with each sub-key in that. That's how it gets loaded when being read from a file. And since we now want to load the defaults (via FieldValueMap) then, if the file exists, read/load it, we ended up with things in two places. It was either do this or change all the file loading to manually read the file, create FieldValueMaps from it and give that to viper.

* [1216]: Create a DefaultAppConfig that applies our default min-gas-prices to the object and use that instead of serverconfig.DefaultConfig where needed. The result is that all the config stuff no longer thinks the default min-gas-prices is an empty string. Plus, if the app.toml doesn't exist, viper ends up with our default for min-gas-prices too. Also, use the new AsConfigMap for creating the config map in addFieldMapToViper.

* [1216]: Update the config tests (slightly) to account for the default min-gas-prices being what we've defined and add a test to the packed config that makes sure that default is being applied.

* [1216]: In the manager tests, switch to DefaultAppConfig as needed and add a canary for the global-labels special handling.

* [1216]: Add some tests about the min-gas-prices being.

* [1216]: Undo a small change to one of the tests that isn't actually needed (was just for troubleshooting).

* [1216]: Undo another change in the tests that was just from troubleshooting.

* [1216]: Add some unit tests on the AsConfigMap function.

* [1216]: Fix AsConfigMap subsection dup check.

* Bump Cosmos-SDK to v0.46.6-pio-1 (from v0.46.4-pio-1) (#1235) (#1238)

* Bump cosmos-sdk to v0.46.6-pio-1 (from v0.46.4-pio-1).

* Add changelog line.

* Copy the ochre-rc1 upgrade plan to a new ochre plan. Update the ochre-rc1 upgrade plan to not have the msgfees params fix (since it didn't have it when we applied that plan). Create the ochre-rc2 upgrade plan that runs the bank denom-metadata fix migration.

* make proto-update-deps

* Fix the linked PR in the new changelog line.

* Remove the telemetry.global-labels special config-map handling and clean up associated unit tests. That handling is no longer needed because GetConfig has been fixed.

* Fix a unit test that calls NewSendAuthorization which just got changed to take in another parameter.

* Remove the Added module list from the ochre-rc2 upgrade plan since those were added with ochre-rc1. (#1240)

* Mark v1.13.0-rc5 in the changelog and release changelog. (#1239)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Derek Adams <dadams@figure.com>
Co-authored-by: kwt <4344285+kwtalley@users.noreply.github.com>
Co-authored-by: Carlton Hanna <nullpointer0x00@gmail.com>
Co-authored-by: arnabmitra <arnabmitra.mitra@gmail.com>
Co-authored-by: Craig Berry <42152902+craigberry1@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Witkowski <mwitkowski@provenance.io>
Co-authored-by: Ergels Gaxhaj <87285445+egaxhaj@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants