https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
835a4b5 fix seed multiple definition 14 June 2022, 19:00:09 UTC
5e139fe use random seed to power node generator 14 June 2022, 18:57:07 UTC
2e2880e Added optional seed-delta parameter 14 June 2022, 18:57:05 UTC
d02f58e build(deps): Bump github.com/vektra/mockery/v2 from 2.12.3 to 2.13.0 (#8747) Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.12.3 to 2.13.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.12.3...v2.13.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 14 June 2022, 17:00:05 UTC
28c3852 do not log an error for duplicate txs (#8732) 10 June 2022, 09:56:00 UTC
0b63e29 e2e/generator: add additional testnets (0.35) (#8730) 10 June 2022, 07:55:29 UTC
af0590a consensus: switch timeout message to be debug and clarify meaning (#8694) (#8696) (cherry picked from commit 75a12ea0c6ef166dbc38695fb7cc6b2a64f6a77a) Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com> Co-authored-by: Sam Kleinman <garen@tychoish.com> Co-authored-by: Callum Waters <cmwaters19@gmail.com> 09 June 2022, 13:45:58 UTC
46c27b4 rpc: always close http bodies (backport #8712) (#8715) (cherry picked from commit 931c98f7add66b01b56f9c85ba4e329ab73d67c0) Co-authored-by: Sam Kleinman <garen@tychoish.com> Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 08 June 2022, 18:57:55 UTC
3c29b69 build(deps): Bump github.com/rs/zerolog from 1.26.1 to 1.27.0 (#8723) 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> 08 June 2022, 14:14:17 UTC
138be1f build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#8710) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify 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> 07 June 2022, 08:59:40 UTC
9841196 p2p: pass maxConns for MaxPeers during node setup (#8684) (#8692) * pass maxConns for MaxPeers * add upgrade connections to max connections for max peers * change the formula to calculate max peers (cherry picked from commit 30929cf1902ad4ba9cea76ea02187a4dcb3abec6) Co-authored-by: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> 04 June 2022, 15:53:41 UTC
3079eb8 Prepare Release v0.35.6 (#8685) 03 June 2022, 08:42:06 UTC
0e3a3fe p2p: shed peers from store from other networks (backport #8678) (#8681) 02 June 2022, 16:15:55 UTC
e17e6b1 migrate: provide function for database production (backport #8614) (#8672) (cherry picked from commit d5299882b01753f974c0792492d68ba47c2354bd) 02 June 2022, 10:17:06 UTC
0421f8b build(deps): Bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#8666) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.46.2 to 1.47.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.46.2...v1.47.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc 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> 01 June 2022, 18:59:15 UTC
4faa8b7 cmd: don't used global config for reset commands (#8668) 01 June 2022, 16:34:35 UTC
336dc2f chore: update version (#8634) 01 June 2022, 13:48:35 UTC
e8ac372 pex: align max address thresholds (#8657) 31 May 2022, 18:07:25 UTC
a889f17 consensus: restructure peer catchup sleep (#8651) 31 May 2022, 15:31:51 UTC
2b5a4de docs: add documentation for undocumented p2p metrics (backport #8640) (#8641) * docs: add documentation for undocumented p2p metrics (#8640) Once merged will backport to v0.35 (cherry picked from commit 3dec4a474467612daee2403134f922386d61f043) # Conflicts: # docs/nodes/metrics.md * fix merge conflict Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com> Co-authored-by: William Banfield <wbanfield@gmail.com> 30 May 2022, 09:03:50 UTC
a85d9c5 build(deps): Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#8631) Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper 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> 27 May 2022, 14:51:54 UTC
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
back to top