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/Finschia/ostracon from 1.1.3 to 1.1.5 (backport #392) #394

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jun 24, 2024

Bumps github.com/Finschia/ostracon from 1.1.3 to 1.1.5.

Release notes

Sourced from github.com/Finschia/ostracon's releases.

v1.1.5

What's Changed

Full Changelog: Finschia/ostracon@v1.1.4...v1.1.5

v1.1.4

What's Changed

Full Changelog: Finschia/ostracon@v1.1.3...v1.1.4

Changelog

Sourced from github.com/Finschia/ostracon's changelog.

v1.1.5

  • Jun 18, 2024*

BUG FIXES

  • [lib] #774 Modify PEG rule to support escape chracter

v1.1.4

Jun 10, 2024

BREAKING CHANGE

  • Nothing

FEATURES

  • Nothing

IMPROVEMENTS

  • Nothing

BUG FIXES

  • [lib] #764 Remove duplicated initialization of rand
  • [privval] #766 remove unnecessary condition
  • [vrf] #765 add proof size check when the VRF proof is empty
  • [config] #767 fix incompatible type of priv_validator_raddrs
  • [types] #769 fix inconsistent comment for dividePoint()
  • [cli] #768 add string trim for PrivValidatorListenAddr string
  • [types] #770 run validateBasic for vote before AddVote
  • [deps] #771 bump up x/crypto to v0.24.0 and x/net v0.26.0
Commits
  • 1c86eda chore: Update changelog for v1.1.5 (#775)
  • 3191c51 fix: Modify PEG rule to support escape chracter (#774)
  • 5651d4f Update changelog for v1.1.4 (#772)
  • 80ca92d deps: bump up x/crypto to v0.24.0 and x/net v0.26.0 (#771)
  • b954189 fix: run validateBasic for vote before AddVote (#770)
  • e1be3c4 fix: add string trim for PrivValidatorListenAddr string (#768)
  • c6e5b1f chore: fix inconsistent comment for dividePoint() (#769)
  • df661e9 fix: fix incompatible type of priv_validator_raddrs (#767)
  • 1279868 fix: add proof size check when the VRF proof is empty (#765)
  • ae67c39 fix: remove unnecessary condition (#766)
  • Additional commits viewable in compare view

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 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)

This is an automatic backport of pull request #392 done by [Mergify](https://mergify.com).

)

* build(deps): bump github.com/Finschia/ostracon from 1.1.3 to 1.1.5

Bumps [github.com/Finschia/ostracon](https://github.com/Finschia/ostracon) from 1.1.3 to 1.1.5.
- [Release notes](https://github.com/Finschia/ostracon/releases)
- [Changelog](https://github.com/Finschia/ostracon/blob/main/CHANGELOG.md)
- [Commits](Finschia/ostracon@v1.1.3...v1.1.5)

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

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

* chore: modify subnet of localnet for docker-compose.yml

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: zemyblue <zemyblue@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zemyblue <zemyblue@gmail.com>
Co-authored-by: Jaeseung Lee <41176085+tkxkd0159@users.noreply.github.com>
(cherry picked from commit f747c3c)

# Conflicts:
#	go.mod
#	go.sum
Copy link
Author

mergify bot commented Jun 24, 2024

Cherry-pick of f747c3c has failed:

On branch mergify/bp/release/v4.0.x/pr-392
Your branch is up to date with 'origin/release/v4.0.x'.

You are currently cherry-picking commit f747c3c.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   go.mod
	both modified:   go.sum

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

Signed-off-by: zemyblue <zemyblue@gmail.com>
Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (release/v4.0.x@6047f74). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                @@
##             release/v4.0.x     #394   +/-   ##
=================================================
  Coverage                  ?   50.14%           
=================================================
  Files                     ?       10           
  Lines                     ?     1424           
  Branches                  ?        0           
=================================================
  Hits                      ?      714           
  Misses                    ?      663           
  Partials                  ?       47           

@zemyblue zemyblue added automerge dependencies Pull requests that update a dependency file and removed conflicts labels Jun 24, 2024
@zemyblue zemyblue merged commit 8189c56 into release/v4.0.x Jun 24, 2024
44 checks passed
@zemyblue zemyblue deleted the mergify/bp/release/v4.0.x/pr-392 branch June 24, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants