https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
12a0559 Prepare changelog for release v0.35.5. (#8601) 26 May 2022, 16:08:41 UTC
a22f7be migrate: reorder collection ordering (#8613) (#8616) (cherry picked from commit f33722b4233159a31cdf6c33258fbc601cdbd1d4) Co-authored-by: Sam Kleinman <garen@tychoish.com> 25 May 2022, 17:26:56 UTC
3784371 build(deps): Bump github.com/vektra/mockery/v2 from 2.12.2 to 2.12.3 (#8608) 25 May 2022, 09:12:51 UTC
4ee9166 p2p: reduce ability of SendError to disconnect peers (backport #8597) (#8603) 25 May 2022, 08:12:43 UTC
87763a3 rpc: fix encoding of block_results responses (backport #8593) (#8594) The block results include validator updates in ABCI protobuf format, which does not encode "correctly" according to the expected Amino style RPC clients expect. - Write a regression test for this issue. - Add JSON marshaling overrides for ABCI ValidatorUpdate messages. Patches for v0.35.x: - Replace jsontypes with tmjson (removed in v0.36) - Regress test data for BeginBlock / EndBlock 24 May 2022, 14:21:28 UTC
ad9e875 build(deps): Bump goreleaser/goreleaser-action from 2 to 3 (#8589) Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 23 May 2022, 12:31:18 UTC
2f8483a p2p: remove unused get height methods (backport #8569) (#8571) 17 May 2022, 15:32:13 UTC
0e6b85e build(deps): Bump github.com/lib/pq from 1.10.5 to 1.10.6 (#8568) 17 May 2022, 11:57:37 UTC
13cc193 build(deps): Bump google.golang.org/grpc from 1.46.0 to 1.46.2 (#8560) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.46.0 to 1.46.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.46.0...v1.46.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc 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> 16 May 2022, 16:10:13 UTC
f6b13f8 build(deps): Bump docker/login-action from 1.10.0 to 2.0.0 (#8536) * build(deps): Bump docker/login-action from 1.10.0 to 2.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 2.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.10.0...v2.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 May 2022, 19:57:07 UTC
248cb26 build(deps): Bump actions/stale from 4 to 5 (#8534) Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 May 2022, 19:55:22 UTC
79d83ce build(deps): Bump docker/setup-buildx-action from 1.6.0 to 2.0.0 (#8533) * build(deps): Bump docker/setup-buildx-action from 1.6.0 to 2.0.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 2.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.6.0...v2.0.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 May 2022, 19:53:42 UTC
643eaef build(deps): Bump docker/build-push-action from 2.7.0 to 3.0.0 (#8530) * build(deps): Bump docker/build-push-action from 2.7.0 to 3.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.7.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 May 2022, 19:49:56 UTC
552e1e7 build(deps): Bump codecov/codecov-action from 2.1.0 to 3.1.0 (#8529) * build(deps): Bump codecov/codecov-action from 2.1.0 to 3.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 13 May 2022, 19:45:04 UTC
fcf0579 build(deps): Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#8526) * build(deps): Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-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> 13 May 2022, 19:42:15 UTC
3df465c build(deps): Bump github.com/prometheus/client_golang (#8542) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.1 to 1.12.2. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.12.2/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.12.1...v1.12.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang 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> Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 13 May 2022, 18:42:44 UTC
142b273 build(deps): Bump gaurav-nelson/github-action-markdown-link-check from 1.0.13 to 1.0.14 (#8523) * build(deps): Bump gaurav-nelson/github-action-markdown-link-check Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases) - [Commits](https://github.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14) --- updated-dependencies: - dependency-name: gaurav-nelson/github-action-markdown-link-check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Target fork. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 13 May 2022, 15:42:47 UTC
74267a0 Remove backport-specific Dependabot config (v0.35.x). (#8520) After #8518, this separate configuration is no longer needed. The master copy will target updates to this branch. 13 May 2022, 15:10:15 UTC
12fed0e blocksync: validate block before persisting it (backport #8493) (#8496) 12 May 2022, 08:36:48 UTC
bdd59c8 statesync: avoid potential race (#8494) 11 May 2022, 19:09:41 UTC
23834b6 build(deps): Bump github.com/creachadair/tomledit from 0.0.19 to 0.0.22 (#8503) 11 May 2022, 16:38:25 UTC
b40a7b6 docs: remove developer sessions (#8497) 11 May 2022, 05:09:47 UTC
923d14c build(deps): Bump github.com/golangci/golangci-lint (#8489) Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.45.2 to 1.46.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.45.2...v1.46.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint 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> 10 May 2022, 16:02:42 UTC
5b63497 build(deps): Bump github.com/vektra/mockery/v2 from 2.12.1 to 2.12.2 (#8473) 06 May 2022, 12:26:23 UTC
3834084 keymigrate: improve filtering for legacy transaction hashes (#8466) (#8467) This is a follow-up to #8352. The check for legacy evidence keys is only based on the prefix of the key. Hashes, which are unprefixed, could easily have this form and be misdiagnosed. Because the conversion for evidence checks the key structure, this should not cause corruption. The probability that a hash is a syntactically valid evidence key is negligible. The tool will report an error rather than storing bad data. But this does mean that such transaction hashes could cause the migration to stop and report an error before it is complete. To ensure we convert all the data, refine the legacy key check to filter these keys more precisely. Update the test cases to exercise this condition. (cherry picked from commit dd4fee88ef6e4e0e5cf8eab0bf5a3e078df355c9) 04 May 2022, 20:32:40 UTC
f383e8f build(deps): Bump github.com/creachadair/atomicfile from 0.2.5 to 0.2.6 (#8461) Bumps [github.com/creachadair/atomicfile](https://github.com/creachadair/atomicfile) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/creachadair/atomicfile/releases) - [Commits](https://github.com/creachadair/atomicfile/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: github.com/creachadair/atomicfile 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> 04 May 2022, 13:49:09 UTC
df66afa build(deps): Bump github.com/btcsuite/btcd from 0.22.0-beta to 0.22.1 (#8438) 29 April 2022, 12:08:40 UTC
971bd14 build(deps): Bump github.com/creachadair/tomledit from 0.0.18 to 0.0.19 (#8437) 29 April 2022, 11:11:01 UTC
512a0bf build(deps): Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#8421) 27 April 2022, 13:24:47 UTC
06d3d41 build(deps): Bump github.com/vektra/mockery/v2 from 2.12.0 to 2.12.1 (#8418) 26 April 2022, 16:31:13 UTC
5b14d27 build(deps): Bump google.golang.org/grpc from 1.45.0 to 1.46.0 (#8409) 25 April 2022, 12:59:51 UTC
ad7c501 Update common actions versions on v0.35.x to match master. (#8400) 23 April 2022, 16:07:15 UTC
70d771e build(deps): Bump github.com/vektra/mockery/v2 from 2.11.0 to 2.12.0 (#8394) Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.11.0 to 2.12.0. - [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.11.0...v2.12.0) --- updated-dependencies: - dependency-name: github.com/vektra/mockery/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 22 April 2022, 17:26:52 UTC
5b3b306 build(deps): Bump github.com/creachadair/tomledit from 0.0.16 to 0.0.18 (#8395) 22 April 2022, 14:23:49 UTC
9195a00 Add config samples from TM v26, v27, v28, v29. (#8384) (#8387) 21 April 2022, 15:58:18 UTC
2a91d21 Add confix testdata for Tendermint v0.30. (#8380) (#8381) Some additional testdata I grabbed while writing up the draft of RFC 019. (cherry picked from commit d56392cee9c004c6d68d8bd5d8f93ee0ac5192e2) 20 April 2022, 17:04:21 UTC
14f0d60 p2p: fix setting in con-tracker (#8370) (#8371) (cherry picked from commit 889341152a09a67df8f83ad5a52766700ef4ff34) 20 April 2022, 06:32:54 UTC
21d6844 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.6 to 2.11.0 (#8373) Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.10.6 to 2.11.0. - [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.10.6...v2.11.0) --- updated-dependencies: - dependency-name: github.com/vektra/mockery/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 19 April 2022, 17:07:33 UTC
4d9ad11 build: clean up an unnecessary dependency (#8363) 18 April 2022, 18:05:10 UTC
e646bd7 build(deps): Bump github.com/creachadair/atomicfile from 0.2.4 to 0.2.5 (#8366) Bumps [github.com/creachadair/atomicfile](https://github.com/creachadair/atomicfile) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/creachadair/atomicfile/releases) - [Commits](https://github.com/creachadair/atomicfile/compare/v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: github.com/creachadair/atomicfile 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> 18 April 2022, 14:18:18 UTC
8682489 Prepare changelog for release v0.35.4. (#8360) 18 April 2022, 05:34:09 UTC
04c1f76 rpc: avoid leaking threads during checktx (backport #8328) (#8333) 17 April 2022, 13:17:03 UTC
226bc94 node: always close database engine (#7113) (#8330) 15 April 2022, 21:37:34 UTC
641d290 keymigrate: fix conversion of transaction hash keys (backport #8352) (#8353) In the legacy database format, keys were generally stored with a string prefix to partition the key space. Transaction hashes, however, were not prefixed: The hash of a transaction was the entire key for its record. When the key migration script scans its input, it checks the format of each key to determine whether it has already been converted, so that it is safe to run the script over an already-converted database. After checking for known prefixes, the migration script used two heuristics to distinguish ABCI events and transaction hashes: For ABCI events, whose keys used the form "name/value/height/index", it checked for the right number of separators. For hashes, it checked that the length is exactly 32 bytes (the length of a SHA-256 digest) AND that the value does not contain a "/". This last check is problematic: Any hash containing the byte 0x2f (the code point for "/") would be incorrectly filtered out from conversion. This leads to some transaction hashes not being converted. To fix this problem, this changes how the script recognizes keys: 1. Use a more rigorous syntactic check to filter out ABCI metadata. 2. Use only the length to identify hashes among what remains. This change is still not a complete fix: It is possible, though unlikely, that a valid hash could happen to look exactly like an ABCI metadata key. However, the chance of that happening is vastly smaller than the chance of generating a hash that contains at least one "/" byte. Similarly, it is possible that an already-converted key of some other type could be mistaken for a hash (not a converted hash, ironically, but another type of the right length). Again, we can't do anything about that. (cherry picked from commit 34e727676ca7e22f7b2219875f26fc441ca2f968) 15 April 2022, 00:04:28 UTC
8579cc3 invoke callbacks when set late in socket client (Forward-Port #8331) (#8336) 14 April 2022, 22:36:09 UTC
1d8b1c7 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.4 to 2.10.6 (#8345) 14 April 2022, 16:32:11 UTC
118ff02 build(deps): Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#8347) 14 April 2022, 15:49:19 UTC
52bcd56 confix: convert tx-index.indexer from string to array (backport #8342) (#8348) The format of this config value was changed in v0.35. - Move plan to its own file (for ease of reading). - Convert indexer string to an array if not already done. (cherry picked from commit 69874c2050bc765fe53f2ce71eed2143b40b3881) 14 April 2022, 13:59:16 UTC
12e0ea6 confix: add default mempool.version = "v1" in v0.35. (#8335) 13 April 2022, 21:28:54 UTC
1c3921f Revert CI cache override. (#8324) The caches for golangci-lint failed to update correctly causing spurious failures on #8300. To work around this, I disabled caching temporarily. This change removes that override, restoring the default. 13 April 2022, 04:34:57 UTC
a639323 Add a tool to update old config files to the latest version. (#8300) A manual backport of #8281, adjusted to stop at v0.35. * Update pending changelog. * Backport applicable fixes for v0.35 from master. 13 April 2022, 04:19:12 UTC
e4d83ba keymigrate: fix decoding of block-hash row keys (backport #8294) (#8295) (cherry picked from commit 322bb460dd3fb0469dc33da8ab419a366878e5fd) 09 April 2022, 16:17:28 UTC
9edb87c Fix release notes to match the prevailing style. (#8293) A manual backport of #8292. Also update actions/checkout. 09 April 2022, 01:26:44 UTC
dfa001f Prepare changelog for release v0.35.3. (#8289) 08 April 2022, 23:11:18 UTC
5f70314 build(deps): Bump github.com/lib/pq from 1.10.4 to 1.10.5 (#8282) 08 April 2022, 11:14:07 UTC
fb7ce48 scmigrate: ensure target key is correctly renamed (backport #8276) (#8280) Prior to v0.35, the keys for seen-commit records included the applicable height. In v0.35 and beyond, we only keep the record for the latest height, and its key does not include the height. Update the seen-commit migration to ensure that the record we retain after migration is correctly renamed to omit the height from its key. Update the test cases to check for this condition after migrating. (cherry picked from commit f3858e52def8051575db7a0fea907e8f10bfb506) 07 April 2022, 22:51:26 UTC
308d283 cli: fix reset command for v0.35 (#8259) 07 April 2022, 18:24:46 UTC
530e81d Fix broken links in the changelog. (#8268) 06 April 2022, 23:15:53 UTC
5051a1c build(deps): Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 (#8253) Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](https://github.com/BurntSushi/toml/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml 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> 06 April 2022, 00:45:20 UTC
ac881db build(deps): Bump github.com/vektra/mockery/v2 from 2.10.2 to 2.10.4 (#8254) Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.10.2 to 2.10.4. - [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.10.2...v2.10.4) --- 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> 05 April 2022, 17:25:26 UTC
1446133 Update golangci-lint-action and golang-ci versions. (#8256) Also specify Go toolchain version in actions (now required). 05 April 2022, 15:08:43 UTC
21da336 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.1 to 2.10.2 (#8247) Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.10.1 to 2.10.2. - [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.10.1...v2.10.2) --- 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> 04 April 2022, 14:58:28 UTC
524d3ce e2e: Fix hashing for app + Fix logic of TestApp_Hash (backport #8229) (#8236) 01 April 2022, 15:12:12 UTC
d352bec build(deps): Bump github.com/vektra/mockery/v2 from 2.10.0 to 2.10.1 (#8227) Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.10.0 to 2.10.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.10.0...v2.10.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> 31 March 2022, 18:50:53 UTC
71edac8 Fix broken Markdown links (#8214) (#8215) 30 March 2022, 14:06:59 UTC
813a3f2 migration: remove stale seen commits (backport #8205) (#8211) 29 March 2022, 19:38:49 UTC
95a31f5 build(deps): Bump github.com/adlio/schema from 1.2.3 to 1.3.0 (#8202) Bumps [github.com/adlio/schema](https://github.com/adlio/schema) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/adlio/schema/releases) - [Commits](https://github.com/adlio/schema/compare/v1.2.3...v1.3.0) --- updated-dependencies: - dependency-name: github.com/adlio/schema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 28 March 2022, 14:24:18 UTC
1cf7af8 build(deps): Bump github.com/golangci/golangci-lint (#8193) Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.45.0 to 1.45.2. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.45.0...v1.45.2) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint 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> 28 March 2022, 13:40:41 UTC
3b1e5fe build(deps): Bump github.com/golangci/golangci-lint (#8168) 22 March 2022, 16:55:43 UTC
114a41f consensus: change lock handling in reactor and handleMsg for RoundState (forward-port #7994 #7992) (#8138) This ports the changes from #7992 and #7994 from the v0.34.x branch to v0.35.x. 18 March 2022, 16:27:21 UTC
cb698bf build(deps): Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#8132) 16 March 2022, 14:43:47 UTC
a6fd04f p2p: update polling interval calculation for PEX requests (backport #8106) (#8118) A manual cherry-pick of 89b4321af2fe80b754590e1847921204cae80a82. 14 March 2022, 20:01:00 UTC
8df368c build(deps): Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#8107) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra 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: M. J. Fromberger <fromberger@interchain.io> 11 March 2022, 22:28:54 UTC
9b87606 consensus: avert a data race in round state access (#8112) 11 March 2022, 19:16:19 UTC
76ed7d7 build(deps): Bump google.golang.org/grpc from 1.44.0 to 1.45.0 (#8103) 10 March 2022, 23:49:19 UTC
5fb791e Fix data race. (#8105) Original repro: go test -run TestStateFullRound1 -race -count=500 ./internal/consensus 10 March 2022, 22:29:13 UTC
7f85fc2 consensus: start the timeout ticker before replay (#7844) (#8082) 09 March 2022, 01:53:42 UTC
ba09119 Update changelog for #8081 backport. (#8092) 08 March 2022, 21:35:45 UTC
aface5f cmd: make reset more safe (backport #8081) (#8090) Backport notes: - Revert command declaration to the old explicit format. - Update threading of the keyType argument. - Fix function naming collision. 08 March 2022, 17:20:11 UTC
38da3f0 Revert "Remove master from versions and copy it from the latest." (backport #8053) (#8057) This reverts commit f939f962b19d87e7f23ec912e388ac9165fb1ff4. A lot of inbound links are still broken, so we will need to find a different approach to suppressing unreleased docs. (cherry picked from commit 59eaa4dba0c0f6518a3eeb65bdadf08dd645710a) 02 March 2022, 17:53:34 UTC
2e432d1 Update changelog for release v0.35.2. (#8024) 02 March 2022, 16:37:33 UTC
cc88a31 p2p: update shim to transfer information about peers (#8047) 02 March 2022, 13:43:47 UTC
ca69da7 statesync: avoid compounding retry logic for fetching consensus parameters (backport #8032) (#8041) (cherry picked from commit a965f03c15df44c627e6a13b0bf86b8853888290) 01 March 2022, 23:59:29 UTC
0e08c66 p2p: plumb rudamentary service discovery to rectors and update statesync (backport #8030) (#8036) 01 March 2022, 04:51:47 UTC
ea49730 proxy: fix endblock metric (#7989) 26 February 2022, 00:03:15 UTC
7854842 abci: revert buffer limit change (#7990) This change changes the ABCI socket client to allow goroutines to block writing to the internal queue. This has the effect ensuring that callers of the ABCI methods do not error on a full internal queue at the expense of allowing the number of goroutines waiting on this internal queue to grow in an unbounded fashion. This tradeoff seems preferable since it allows callers of the ABCI methods to be certain that a request that was made will reach the application if it is available. This change was initially implemented here: e13b4386ff1a46a5e8879e11bd653b62d4ca0992 and never landed on v0.34, only v0.35+ 25 February 2022, 23:07:28 UTC
a281c0b p2p: retry failed connections slightly more aggressively (backport #8010) (#8012) 25 February 2022, 18:53:46 UTC
a032163 p2p: backport changes in ping/pong tolerances (#8009) 25 February 2022, 17:37:11 UTC
f5ff75b Add manual e2e workflow to v0.35.x. (#8006) * Include P2P variants. 25 February 2022, 16:10:43 UTC
caa5bd3 docs: point docs/master to the same content as the latest release (backport #7980) (#7998) * Remove master from versions and copy it from the latest. (#7980) (cherry picked from commit f939f962b19d87e7f23ec912e388ac9165fb1ff4) 25 February 2022, 01:03:14 UTC
4695d7f Restore building docs for master on docs.tendermint.com. (#7969) (#7971) There are a lot of existing links to the master section of the site, and my attempts to get a redirector working have so far not succeeded. While it still makes sense to not publish docs for unreleased code, a 404 is almost certainly more disruptive than seeing docs for unreleased stuff. This includes the docs in the build again, but does not add them back to the selector menu. That allows URLs to resolve but encourages folks to use the released versions when they have a choice. I left the redirect for the RPC link in place, since that's still useful. Updates #7935. (cherry picked from commit 926c469fcc233b6f151fb80e78811c9054ee710f) Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 22 February 2022, 17:19:14 UTC
1d70236 docs: fix cosmos theme version. (#7966) The various package locks got out of sync, reunify them. 22 February 2022, 16:39:27 UTC
306f4b2 docs: redirect master links to the latest release version (backport #7936) (#7954) * docs: redirect master links to the latest release version (#7936) (cherry picked from commit 70ee282d9ec3ab5cdd64f55abed0e2358dcb83ab) Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 22 February 2022, 13:39:31 UTC
b233ac0 docs: Pin the RPC docs to v0.35 instead of master (backport #7909) (#7911) * docs: Pin the RPC docs to v0.35 instead of master (#7909) (cherry picked from commit 3b20931da335fe9bbe707adc37313bccbe613192) Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 21 February 2022, 15:52:30 UTC
8c24914 Remove master from the docs site version config. (backport #7874) (#7903) * Remove master from the docs site version config. (#7874) (cherry picked from commit 351adf8ddb0ec534e83a099edc6821466c9a9c50) Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 21 February 2022, 14:23:32 UTC
7a4938c docs: remove spec section from v0.35 docs (#7899) 21 February 2022, 13:02:13 UTC
ca1a4d5 Update absolute links in v0.35.x to reference that branch. (#7870) 21 February 2022, 12:27:57 UTC
cf7e440 statesync: assert app version matches (backport #7856) (#7886) 21 February 2022, 10:19:17 UTC
83edae2 fix app hash in state rollback (#7837) (#7882) When testing rollback feature in the Cosmos SDK, we found that the app hash in Tendermint after rollback was the value after the latest block, rather than before it. Co-authored-by: Callum Waters <cmwaters19@gmail.com> (cherry picked from commit 8a238fdcb44461a4e029c8e7a4790c2d470d282b) Co-authored-by: yihuang <huang@crypto.com> 19 February 2022, 17:18:26 UTC
d580233 Update configuration.md (#7880) (#7883) small typo (cherry picked from commit c490d3f00acd9dc12da70cc99aa277123501c81f) Co-authored-by: Joe Abbey <joe.abbey@gmail.com> 19 February 2022, 16:07:08 UTC
back to top