-
Notifications
You must be signed in to change notification settings - Fork 170
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/spf13/viper from 1.16.0 to 1.17.0 #2275
Merged
robert-zaremba
merged 3 commits into
main
from
dependabot/go_modules/github.com/spf13/viper-1.17.0
Oct 12, 2023
Merged
build(deps): Bump github.com/spf13/viper from 1.16.0 to 1.17.0 #2275
robert-zaremba
merged 3 commits into
main
from
dependabot/go_modules/github.com/spf13/viper-1.17.0
Oct 12, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
robert-zaremba
approved these changes
Oct 12, 2023
robert-zaremba
deleted the
dependabot/go_modules/github.com/spf13/viper-1.17.0
branch
October 12, 2023 09:23
I'll need to revert this - it is breaking build on main branch |
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 15, 2023
* delete eth dockerfiles * move gaia funcs to gaia.go * move metoken util out of setup folder; move oracle tests to oracle file * function comments * todo comments * comments * comments and combine some functions * price-feeder.go * import order * ibc.go * add test account * revert and try creating accounts later * refactor coins without string * try with commented out * init balance as coins, not string * fix merge * move vars around * comment * fix merge * lower wait time * dedicated client for test accounts * add client to each validator * client name * overhaul tests to use single-mnemonic clients * fix * fix * logs * prevent division by zero * prevent division by zero * rename fix * account sequence: use expcted value on retry * fix delegation * switch account on meToken test * log every ibc tx * modify logs * logs++ * revert one addr change in ibc * ++ * ++ * why was this working before? x2 fixed * diagnose * is that the last of them? * empty commit * oracle tests * Revert "build(deps): Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#2275)" This reverts commit 6b166a6. * tidy * exceed quota more reliably * exceed quota more reliably * rewrite ibc test to use reliable amounts (not > or < quota based on rounding) * fix * add log * ++ * skip ibc e2e
facundomedica
pushed a commit
that referenced
this pull request
Oct 30, 2023
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sai Kumar <17549398+gsk967@users.noreply.github.com> Co-authored-by: Robert Zaremba <robert@zaremba.ch>
facundomedica
pushed a commit
that referenced
this pull request
Oct 30, 2023
* delete eth dockerfiles * move gaia funcs to gaia.go * move metoken util out of setup folder; move oracle tests to oracle file * function comments * todo comments * comments * comments and combine some functions * price-feeder.go * import order * ibc.go * add test account * revert and try creating accounts later * refactor coins without string * try with commented out * init balance as coins, not string * fix merge * move vars around * comment * fix merge * lower wait time * dedicated client for test accounts * add client to each validator * client name * overhaul tests to use single-mnemonic clients * fix * fix * logs * prevent division by zero * prevent division by zero * rename fix * account sequence: use expcted value on retry * fix delegation * switch account on meToken test * log every ibc tx * modify logs * logs++ * revert one addr change in ibc * ++ * ++ * why was this working before? x2 fixed * diagnose * is that the last of them? * empty commit * oracle tests * Revert "build(deps): Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#2275)" This reverts commit 6b166a6. * tidy * exceed quota more reliably * exceed quota more reliably * rewrite ibc test to use reliable amounts (not > or < quota based on rounding) * fix * add log * ++ * skip ibc e2e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/spf13/viper from 1.16.0 to 1.17.0.
Release notes
Sourced from github.com/spf13/viper's releases.
... (truncated)
Commits
f62f86a
refactor: make use ofstrings.Cut
94632fa
chore: Use pip3 explicitly to install yamllint3f6cadc
chore: Fix copy-paste error for yamllint target287507c
docs: add set subset KV examplef1cb226
chore(deps): update cryptc292b55
test: refactor asserts3d006fe
refactor: replace interface{} with any8a6dc5d
build(deps): bump github/codeql-action from 2.21.8 to 2.21.996c5c00
chore: remove deprecated build tags44911d2
build(deps): bump github/codeql-action from 2.21.7 to 2.21.8Dependabot 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 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)