William Banfield
c60e170362
remove dial wake change ( #8825 )
2022-06-21 22:21:51 -04:00
mergify[bot]
464f54d145
p2p: more dial routines ( #8827 ) ( #8829 )
2022-06-21 21:27:42 -04:00
mergify[bot]
54d9874828
p2p: add eviction metrics and cleanup dialing error handling ( #8819 ) ( #8821 )
...
(cherry picked from commit cfd13825e2 )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-21 16:52:17 -07:00
mergify[bot]
1b872d768b
p2p: wake dialing thread after sleep ( #8803 ) ( #8804 )
...
(cherry picked from commit 28d3239958 )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-20 12:40:00 -04:00
dependabot[bot]
1975cdd750
build(deps): Bump github.com/prometheus/common from 0.34.0 to 0.35.0 ( #8801 )
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.34.0...v0.35.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
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>
2022-06-20 08:15:35 -04:00
dependabot[bot]
e3cd47d89d
build(deps): Bump github.com/adlio/schema from 1.3.0 to 1.3.3 ( #8802 )
...
Bumps [github.com/adlio/schema](https://github.com/adlio/schema ) from 1.3.0 to 1.3.3.
- [Release notes](https://github.com/adlio/schema/releases )
- [Commits](https://github.com/adlio/schema/compare/v1.3.0...v1.3.3 )
---
updated-dependencies:
- dependency-name: github.com/adlio/schema
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 07:59:25 -04:00
mergify[bot]
fb794b1ce5
p2p: fix typo ( #8793 ) ( #8795 )
2022-06-19 11:52:57 -07:00
mergify[bot]
74f3e15dc9
p2p: peer score should not wrap around ( #8790 ) ( #8792 )
...
(cherry picked from commit 4d820ff4f5 )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-17 20:41:55 -04:00
mergify[bot]
7728ae6e04
abci+test/e2e/app: add mutex for new methods ( #8577 ) ( #8789 )
...
These methods should be protected by a mutex.
(cherry picked from commit 82c1372f9e )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-17 18:09:05 -04:00
mergify[bot]
c29c667c99
p2p: track peers stored on startup ( #8787 ) ( #8788 )
...
(cherry picked from commit 0ac03468d8 )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-17 15:49:04 -04:00
mergify[bot]
7e7a2535c6
p2p: peer store and dialing changes ( #8737 ) ( #8784 )
...
(cherry picked from commit 9e5b13725d )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-17 08:26:03 -04:00
mergify[bot]
94e7978259
e2e: reactivate network test ( #8635 ) ( #8778 )
...
(cherry picked from commit 8854ce4e68 )
Co-authored-by: Callum Waters <cmwaters19@gmail.com >
2022-06-16 13:02:55 -04:00
mergify[bot]
cbba7f3d74
refactor: improve string representation for a vote against the proposal ( #8745 ) ( #8769 )
2022-06-15 15:19:07 +02:00
dependabot[bot]
efda2ff816
build(deps): Bump github.com/vektra/mockery/v2 from 2.13.0 to 2.13.1 ( #8767 )
...
Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery ) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/vektra/mockery/releases )
- [Changelog](https://github.com/vektra/mockery/blob/master/.goreleaser.yml )
- [Commits](https://github.com/vektra/mockery/compare/v2.13.0...v2.13.1 )
---
updated-dependencies:
- dependency-name: github.com/vektra/mockery/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 07:56:36 -04:00
mergify[bot]
10a39d6b91
p2p: fix mconn transport accept test ( #8762 ) ( #8763 )
...
Fix minor test incongruency missed earlier.
(cherry picked from commit 51b3f111dc )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-14 20:19:59 -04:00
mergify[bot]
1e2d37d6a4
p2p: accept should not abort on first error ( #8759 ) ( #8761 )
...
(cherry picked from commit 979a6a1b13 )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-14 19:27:47 -04:00
mergify[bot]
c368abceab
Revert "p2p: self-add node should not error (tendermint#8753)" ( #8757 ) ( #8758 )
...
(cherry picked from commit bf1cb89bb7 )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-14 17:08:35 -04:00
mergify[bot]
7335278479
p2p: self-add node should not error ( #8753 ) ( #8756 )
...
(cherry picked from commit 7971f4a2fc )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-14 13:01:23 -04:00
dependabot[bot]
ad78120d99
build(deps): Bump github.com/vektra/mockery/v2 from 2.12.3 to 2.13.0 ( #8749 )
2022-06-14 06:54:59 -04:00
mergify[bot]
ee22b1a5e2
e2e/generator: enlarge nightly test suite ( #8731 ) ( #8733 )
...
(cherry picked from commit 8d9d19a113 )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2022-06-10 03:56:03 -04:00
mergify[bot]
f2f99f1550
Update config migration test data for v0.36.x ( #8727 ) ( #8729 )
2022-06-08 14:12:30 -07:00
dependabot[bot]
cbadc179f2
build(deps): Bump github.com/rs/zerolog from 1.26.1 to 1.27.0 ( #8725 )
...
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog ) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/rs/zerolog/releases )
- [Commits](https://github.com/rs/zerolog/compare/v1.26.1...v1.27.0 )
---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
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>
2022-06-08 07:13:42 -07:00
dependabot[bot]
fe42df46b0
build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 ( #8719 )
2022-06-07 21:16:30 -07:00
dependabot[bot]
4ff6e367f8
build(deps): Bump github.com/golangci/golangci-lint ( #8717 )
2022-06-07 15:08:02 -07:00
dependabot[bot]
b030ed40f0
build(deps): Bump bufbuild/buf-setup-action from 1.4.0 to 1.5.0 ( #8716 )
...
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases )
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.4.0...v1.5.0 )
---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
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>
2022-06-07 14:50:28 -07:00
M. J. Fromberger
783ab230d8
Prepare documentation for v0.36.x backport branch. ( #8705 )
...
- Remove RFCs and ADRs from v0.36.x backport branch.
- Update branch-relative links.
2022-06-07 09:42:46 -07:00
dependabot[bot]
6b2a6ed402
build(deps-dev): Bump watchpack from 2.3.1 to 2.4.0 in /docs ( #8700 )
...
Bumps [watchpack](https://github.com/webpack/watchpack ) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/webpack/watchpack/releases )
- [Commits](https://github.com/webpack/watchpack/compare/v2.3.1...v2.4.0 )
---
updated-dependencies:
- dependency-name: watchpack
dependency-type: direct:development
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>
2022-06-06 07:35:37 -07:00
M. J. Fromberger
48ec78e672
Update how Mockery mocks are checked for currency. ( #8697 )
...
The use of "go install" is deprecated as a way of installing and running the
Mockery binary. Update the runner script to depend on an ambient version of the
tool and ensure that in CI it's installed.
2022-06-03 15:02:04 -07:00
William Banfield
75a12ea0c6
consensus: switch timeout message to be debug and clarify meaning ( #8694 )
2022-06-03 13:46:10 -04:00
Evan Forbes
30929cf190
p2p: pass maxConns for MaxPeers during node setup ( #8684 )
...
* pass maxConns for MaxPeers
* add upgrade connections to max connections for max peers
* change the formula to calculate max peers
2022-06-03 07:22:38 -07:00
elias-orijtech
db168ca558
test/fuzz: fix OSS-Fuzz build ( #8669 )
...
Broken by https://github.com/AdamKorcz/go-118-fuzz-build/commit/7bed8f92ea820f668efab099ec774d548f1873a8 .
- note the purpose of test/fuzz/oss-fuzz-build.sh
2022-06-03 06:02:59 -07:00
Callum Waters
a0f3107d28
e2e: fix initialization of light client ( #8682 )
2022-06-03 10:50:06 +02:00
Sergio Mena
ce6485fa70
Remove the abci responses type - prune legacy responses ( #8673 )
...
Closes #8069
* Type `ABCIResponses` was just wrapping type `ResponseFinalizeBlock`. This patch removes the former.
* Did some renaming to avoid confusion on the data structure we are working with.
* We also remove any stale ABCIResponses we may have in the state store at the time of pruning
**IMPORTANT**: There is an undesirable side-effect of the unwrapping. An empty `ResponseFinalizeBlock` yields a 0-length proto-buf serialized buffer. This was not the case with `ABCIResponses`. I have added an interim solution, but open for suggestions on more elegant ones.
2022-06-02 19:13:08 +00:00
M. J. Fromberger
08099ff669
privval: restrict listeners to TCP and Unix domain sockets ( #8670 )
...
Front load the protocol type check so we do not wind up creating listeners of
types that are not usable for this interface (for example, UDP).
Fixes #8647 .
2022-06-02 10:20:00 -07:00
Sam Kleinman
666d93338a
p2p: shed peers from store from other networks ( #8678 )
2022-06-02 11:14:25 -04:00
Callum Waters
30bfe51ebe
cmd: add tool for compaction of goleveldb ( #8564 )
2022-06-02 10:01:16 +02:00
Sam Kleinman
d5299882b0
migrate: provide function for database production ( #8614 )
...
This builds on: #8614
2022-06-02 07:14:58 +00:00
Sergio Mena
56fc80d66d
abci: Move app_hash parameter from Commit to FinalizeBlock ( #8664 )
...
* Removed from proto
* make proto-gen
* make build works
* make some tests pass
* Fix TestMempoolTxConcurrentWithCommit
* Minor change
* Update abci/types/types.go
* Update internal/state/execution.go
* Update test/e2e/app/state.go
Co-authored-by: Callum Waters <cmwaters19@gmail.com >
* Updated changelog and `UPGRADING.md`
* Fixed abci-cli tests, and doc
* Addressed @cmwaters' comments
* Addressed @cmwaters' comments, part 2
Co-authored-by: Callum Waters <cmwaters19@gmail.com >
2022-06-01 18:53:10 +02:00
dependabot[bot]
9a8c334362
build(deps): Bump google.golang.org/grpc from 1.46.2 to 1.47.0 ( #8667 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.46.2 to 1.47.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases ">google.golang.org/grpc's releases</a>.</em></p>
<blockquote>
<h2>Release 1.47.0</h2>
<h1>New Features</h1>
<ul>
<li>xds: add support for RBAC metadata invert matchers (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5345 ">#5345</a>)</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>client: fix a context leaked if a connection to an address is lost before it is fully established (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5337 ">#5337</a>)
<ul>
<li>Special Thanks: <a href="https://github.com/carzil "><code>@carzil</code></a></li>
</ul>
</li>
<li>client: fix potential panic during RPC retries (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5323 ">#5323</a>)</li>
<li>xds/client: fix a potential concurrent map read/write in load reporting (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5331 ">#5331</a>)</li>
<li>client/SubConn: do not recreate addrConn if UpdateAddresses is called with the same addresses (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5373 ">#5373</a>)</li>
<li>xds/eds: resources containing duplicate localities with the same priority will be rejected (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5303 ">#5303</a>)</li>
<li>server: return Canceled or DeadlineExceeded status code when writing headers to a stream that is already closed (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5292 ">#5292</a>)
<ul>
<li>Special Thanks: <a href="https://github.com/idiamond-stripe "><code>@idiamond-stripe</code></a></li>
</ul>
</li>
</ul>
<h1>Behavior Changes</h1>
<ul>
<li>xds/priority: start the init timer when a child switches to Connecting from non-failure states (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5334 ">#5334</a>)</li>
<li>server: respond with HTTP Status 405 and gRPC status INTERNAL if the method sent to server is not POST (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5364 ">#5364</a>)</li>
</ul>
<h1>Documentation</h1>
<ul>
<li>server: clarify documentation around setting and sending headers and ServerStream errors (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5302 ">#5302</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-go/commit/5b509df1e30a25b14dba119c09295924c9e17abe "><code>5b509df</code></a> Change version to 1.47.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5377 ">#5377</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/ed7522591b3485c919a04205094a07c2d96456ce "><code>ed75225</code></a> Don't call cmp in non testing file (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5370 ">#5370</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/081c688437c76dc60b2f6aec68c1804de5f32945 "><code>081c688</code></a> client: fix hctx leakage in addrConn.createTransport (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5337 ">#5337</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/30b9d59a766858a4b51148e47edb3af2766ab617 "><code>30b9d59</code></a> client/SubConn: do not recreate addrConn if UpdateAddresses is called with th...</li>
<li><a href="https://github.com/grpc/grpc-go/commit/459729d6672eb555ada1060ceddf470ff8b1ec82 "><code>459729d</code></a> xds/priority: avoid sending duplicate updates to children (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5374 ">#5374</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/9f4b31a11cc4deba7f5c542399d5ec71fab3a053 "><code>9f4b31a</code></a> Added HTTP status and grpc status to POST check (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5364 ">#5364</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/333a441e27395b34f666e7d8f0ba871fae2ed53b "><code>333a441</code></a> xds/ringhash: update connectivity state aggregation, and make sure at least o...</li>
<li><a href="https://github.com/grpc/grpc-go/commit/e23132c6575e004c7ae416186d97d40057f0b928 "><code>e23132c</code></a> Added support for metadata matcher invert (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5345 ">#5345</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/d9b952b1706072a434320115194b98687bfeaffe "><code>d9b952b</code></a> xds/resolver: use correct resource name in log message (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5357 ">#5357</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/db79903af928ca8307700d83123a7702881c4e3c "><code>db79903</code></a> xds/priority: start the init timer when a child switch to Connecting from non...</li>
<li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.46.2...v1.47.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
2022-06-01 13:14:50 +00:00
M. J. Fromberger
bf676827eb
Revert buf tools upgrade requiring Go 1.18 ( #8658 )
2022-06-01 15:01:43 +02:00
Callum Waters
7ffc872dd7
config: complete removal of seed addresses in config ( #8654 )
2022-06-01 12:35:31 +02:00
Sam Kleinman
d2ca0b868d
consensus: gossip catchup sleeping protocol ( #8652 )
2022-06-01 10:17:17 +00:00
dependabot[bot]
b7805e94ea
build(deps): Bump eventsource from 1.1.0 to 1.1.1 in /docs ( #8663 )
...
Bumps [eventsource](https://github.com/EventSource/eventsource ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases )
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md )
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: eventsource
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 04:34:12 -04:00
dependabot[bot]
7422f7b7a0
build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.5.0 ( #8650 )
...
Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf ) from 1.4.0 to 1.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bufbuild/buf/releases ">github.com/bufbuild/buf's releases</a>.</em></p>
<blockquote>
<h2>v1.5.0</h2>
<ul>
<li>Upgrade to <code>protoc</code> 3.20.1 support.</li>
<li>Fix an issue where <code>buf</code> would fail if two or more roots contained
a file with the same name, but with different file types (i.e. a
regular file vs. a directory).</li>
<li>Fix check for <code>PACKAGE_SERVICE_NO_DELETE</code> to detect deleted services.</li>
<li>Remove <code>buf beta registry track</code>.</li>
<li>Remove <code>buf beta registry branch</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md ">github.com/bufbuild/buf's changelog</a>.</em></p>
<blockquote>
<h2>[v1.5.0] - 2022-05-30</h2>
<ul>
<li>Upgrade to <code>protoc</code> 3.20.1 support.</li>
<li>Fix an issue where <code>buf</code> would fail if two or more roots contained
a file with the same name, but with different file types (i.e. a
regular file vs. a directory).</li>
<li>Fix check for <code>PACKAGE_SERVICE_NO_DELETE</code> to detect deleted services.</li>
<li>Remove <code>buf beta registry track</code>.</li>
<li>Remove <code>buf beta registry branch</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bufbuild/buf/commit/4c5463f963863508c1425e1767f8e88b7f4a296b "><code>4c5463f</code></a> Update to v1.5.0</li>
<li><a href="https://github.com/bufbuild/buf/commit/61010f9dd31dd910dc8708a99c2cc577e5d00a83 "><code>61010f9</code></a> Add optional tls config to client (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1158 ">#1158</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/f2dbf466e01c1e7ad23650f167ae5c2120ce9c2d "><code>f2dbf46</code></a> Add BEHAVIOUR linter to bufstyle (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1157 ">#1157</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/8e2e04f4f002aa9da1145761992b1569e286d8c8 "><code>8e2e04f</code></a> Updates for protoc v21 (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1156 ">#1156</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/6aefa7d0ff513aaac60ecf5602b7a72a5e9b2449 "><code>6aefa7d</code></a> Expose a new provider option for setting gRPC protocol (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1153 ">#1153</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/9abbbeae071abbd817fbc71707727c1af07f7f06 "><code>9abbbea</code></a> Delete grpc-go related packages (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1154 ">#1154</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/56fea870b0f30f9e4495a1fa2616c6dcc67d0acb "><code>56fea87</code></a> Add studio agent implementation (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1131 ">#1131</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/97f8a3e15a40d7ba14f4bd961e7f3479b4ce826d "><code>97f8a3e</code></a> Replace transport of CLI from gRPC to Connect (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1129 ">#1129</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/d30b7dc77d4f7b437a0bff39ebbc0851233510a5 "><code>d30b7dc</code></a> add studio service endpoints for preset agents (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1142 ">#1142</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/814be7c8c7fd1d7255f9a80b230445e41e50dfe0 "><code>814be7c</code></a> Update protoc version handling (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1148 ">#1148</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.4.0...v1.5.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
2022-05-31 14:26:27 +00:00
Callum Waters
fefce8dc35
e2e: programmable ABCI method times ( #8638 )
...
* e2e: programmable ABCI method times
* fix linting error
2022-05-31 12:22:52 +02:00
William Banfield
3dec4a4744
docs: add documentation for undocumented p2p metrics ( #8640 )
...
Once merged will backport to v0.35
2022-05-30 08:45:56 +00:00
Sergio Mena
571f26bca5
Remove obsolete abci methods, no longer called by ABCI++ Tendermint ( #8633 )
...
* Remove ABCI methods marked as obsolete, but no longer called
* Add links in ABCI++ section of 'UPGRADING.md'
* make proto-gen
* Ressurrect
* make proto-gen2
* Fixed lint
* Make proto-gen3
* Minor fix to comment
* make proto-gen4
2022-05-30 08:41:18 +02:00
dependabot[bot]
844a5fd03c
build(deps): Bump github.com/spf13/viper from 1.11.0 to 1.12.0 ( #8630 )
2022-05-27 22:18:13 -07:00
M. J. Fromberger
9027401de4
Forward-port changelogs from v0.35.5 to master ( #8627 )
2022-05-27 09:17:19 +00:00
M. J. Fromberger
eb3b488761
build: simplify the proto generated check in CI ( #8617 )
...
Since we now use buf from a tools dependency, we can use the Go tool to install
the version we expected without having to curl a tarball.
2022-05-26 09:04:52 -07:00