Finschia / ostracon

Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Apache License 2.0
70 stars 28 forks source link

build(deps): Bump github.com/informalsystems/tm-load-test from 1.0.0 to 1.3.0 #677

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/informalsystems/tm-load-test from 1.0.0 to 1.3.0.

Release notes

Sourced from github.com/informalsystems/tm-load-test's releases.

v1.3.0

See the CHANGELOG for details regarding this release.

Changelog

  • d20f54e Prepare for v1.3.0 (#170)
  • cc4b2f0 Integration test improvements (#169)
  • 4edcd62 Remove dependency on Tendermint Core (#168)

v1.2.0

See the CHANGELOG for details regarding this release.

Changelog

  • a9c21a5 Update changelog for v1.2.0
  • 8dfaff8 Replace Tendermint Core dependency with Informal Systems fork (#167)
  • 28e6cba Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (#166)
  • cd04834 Bump golang.org/x/crypto from 0.1.0 to 0.4.0 (#165)

v1.1.0

See the CHANGELOG for details regarding this release.

Changelog

  • e3e969e Add changelog for v1.1.0
  • e4d0b69 ci: Add govulncheck (#164)
  • 6e5d5ac Update dependencies (#163)
  • 25ac0df Bump goreleaser/goreleaser-action from 3 to 4 (#162)
  • 98f4369 Bump actions/checkout from 3.1.0 to 3.2.0 (#161)
  • f69d049 Bump golangci/golangci-lint-action from 3.2.0 to 3.3.1 (#160)
  • 9ccd414 Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 (#159)
  • c9e9af6 Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#157)
  • a517a0a Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#154)
  • 8b6f731 Bump actions/checkout from 3.0.2 to 3.1.0 (#153)
  • 91b2a64 Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#152)
  • e19ec2b Fix links to GitHub to the specific version of Tendermint (#151)
  • 9634538 Bump actions/setup-go from 2 to 3.2.0 (#140)
  • dfb3fff Bump goreleaser/goreleaser-action from 2 to 3 (#139)
  • da601fc Bump codecov/codecov-action from 2.1.0 to 3.1.0 (#135)
  • 800d27b ci: Update for main and Go 1.18 (#150)
  • 0b5598b Update linting (#149)
  • e26e39e Merge pull request #134 from informalsystems/dependabot/github_actions/actions/checkout-3.0.2
  • 841107e Merge pull request #143 from informalsystems/dependabot/go_modules/github.com/spf13/cobra-1.5.0
  • bebf746 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
  • 3288a99 Bump actions/checkout from 2.4.0 to 3.0.2
  • ee9bf6e Merge pull request #136 from informalsystems/dependabot/github_actions/golangci/golangci-lint-action-3.2.0
  • e743f2f Merge pull request #126 from informalsystems/dependabot/go_modules/github.com/spf13/cobra-1.4.0
  • fc85d77 Merge pull request #121 from informalsystems/dependabot/go_modules/github.com/gorilla/websocket-1.5.0
  • d926e4a Bump golangci/golangci-lint-action from 2 to 3.2.0
  • aa39244 Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
  • 0f351d5 Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0
  • cf4664a Merge pull request #118 from informalsystems/dependabot/go_modules/github.com/prometheus/client_golang-1.12.0
  • 45bf4e9 Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0

... (truncated)

Changelog

Sourced from github.com/informalsystems/tm-load-test's changelog.

v1.3.0

Jan 19th, 2023

v1.2.0

  • #167 - Temporarily replace the Tendermint Core dependency with Informal Systems' fork

v1.1.0

This minor release just bumps some dependencies.

  • #163 - Bump supported version of Tendermint Core to v0.34.24.
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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #677 (a4c2cc3) into main (1cab268) will decrease coverage by 0.03%. Report is 6 commits behind head on main. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #677 +/- ## ========================================== - Coverage 66.51% 66.49% -0.03% ========================================== Files 283 283 Lines 37818 37821 +3 ========================================== - Hits 25155 25148 -7 - Misses 10868 10870 +2 - Partials 1795 1803 +8 ``` | [Files Changed](https://app.codecov.io/gh/Finschia/ostracon/pull/677?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia) | Coverage Δ | | |---|---|---| | [rpc/core/routes.go](https://app.codecov.io/gh/Finschia/ostracon/pull/677?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-cnBjL2NvcmUvcm91dGVzLmdv) | `0.00% <ø> (ø)` | | | [rpc/jsonrpc/server/http\_server.go](https://app.codecov.io/gh/Finschia/ostracon/pull/677?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-cnBjL2pzb25ycGMvc2VydmVyL2h0dHBfc2VydmVyLmdv) | `89.61% <100.00%> (ø)` | | | [rpc/jsonrpc/server/ws\_handler.go](https://app.codecov.io/gh/Finschia/ostracon/pull/677?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-cnBjL2pzb25ycGMvc2VydmVyL3dzX2hhbmRsZXIuZ28=) | `35.71% <100.00%> (+0.77%)` | :arrow_up: | ... and [9 files with indirect coverage changes](https://app.codecov.io/gh/Finschia/ostracon/pull/677/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia)