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

chore(deps): Bump github.com/Finschia/ostracon from 1.1.0 to 1.1.1 #1058

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps github.com/Finschia/ostracon from 1.1.0 to 1.1.1.

Release notes

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

v1.1.1

Release: v1.1.1

Changelog

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

v1.1.1

Jul 27, 2023

  • Change VRF library to curve25519-voi's VRF
  • Apply changes up to tendermint v0.34.24
  • Upgrade to Golang-1.20

BREAKING CHANGE

  • [build] #665 Upgrade to Golang-1.20
  • [vrf] #633 Change to use curve25519-voi's VRF
  • [vrf] #652 Allow ostracon to verify the old r2ishiguro vrf proofs

FEATURES

  • nothing

IMPROVEMENTS

  • [json-rpc] #672 Add max_batch_request_num feature
  • [mock] #604 Improve mocks generation
  • [test] #605 Add a test for func nextRandom
  • [dependabot] #606 Update dependabot.yml: Remove npm for docs
  • [dependency] #662 Change pathlib version from v1.0.0 to v0.15.0
  • [backport/tendermint] #642 Backport tendermint-v0.34.20 into main
  • [backport/tendermint] #667 Backport tendermint-v0.34.21 into main
  • [backport/tendermint] #669 Backport tendermint-v0.34.22 into main
  • [backport/tendermint] #674 Backport tendermint-v0.34.23 into main
  • [backport/tendermint] #678 Backport tendermint-v0.34.24 into main
  • [chore] #651 Update the comment in the source

BUG FIXES

  • Nothing
Commits
  • 7044cca tag v1.1.1 (#679)
  • c8ae08c build(deps): Bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#680)
  • 59b58b6 feat: add max_batch_request_num feature (#672)
  • 73ca272 build(deps): Bump github.com/informalsystems/tm-load-test (#677)
  • 4ac3d0b build(deps): Bump pillow from 9.2.0 to 9.3.0 in /scripts/qa/reporting (#676)
  • cf2861f build(deps): Bump github.com/creachadair/taskgroup from 0.3.2 to 0.6.0 (#675)
  • ab135ff build(deps): Bump bufbuild/buf-setup-action from 1.5.0 to 1.25.0 (#671)
  • 5e22efb build(deps): Bump actions/setup-go from 3 to 4 (#670)
  • d57e463 build: update golang version to 1.20 (#665)
  • d77f0c2 Backport tendermint-v0.34.24 into main (#678)
  • 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 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/Finschia/ostracon](https://github.com/Finschia/ostracon) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/Finschia/ostracon/releases)
- [Changelog](https://github.com/Finschia/ostracon/blob/main/CHANGELOG.md)
- [Commits](Finschia/ostracon@v1.1.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels Jul 31, 2023
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #1058 (174b44a) into main (f8840ed) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1058   +/-   ##
=======================================
  Coverage   62.02%   62.02%           
=======================================
  Files         656      656           
  Lines       78937    78937           
=======================================
+ Hits        48961    48962    +1     
+ Misses      27287    27286    -1     
  Partials     2689     2689           

see 1 file with indirect coverage changes

@zemyblue
Copy link
Member

duplicated with #1057

@zemyblue zemyblue closed this Jul 31, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@zemyblue zemyblue deleted the dependabot/go_modules/github.com/Finschia/ostracon-1.1.1 branch July 31, 2023 03:32
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.

1 participant