https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
5e354a3 release: prepare v0.34.20-rc0 (#8888) 27 June 2022, 16:44:21 UTC
9e14e95 build(deps): Bump bufbuild/buf-setup-action from 1.5.0 to 1.6.0 (#8880) Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.5.0...v1.6.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> Co-authored-by: Sam Kleinman <garen@tychoish.com> 27 June 2022, 14:20:25 UTC
6b7d30c feat: v0.34.x Prioritized Mempool (#8695) * Updated mocks * add reactor tests * add v1 reactor tests * Fix fuzz test for priority mempool * e2e adapted to mempool v1; prio pool is default now * Reverted default mempool to be fifo * Changed buf version * Added priority mempool to ci testnet * Fixed linter * Updated makefile * Aligned makefile changes to v0.34.x * Added go install for proto * Add log message to warn about prioritized mempool bug Signed-off-by: Thane Thomson <connect@thanethomson.com> * Changelog message Co-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com> Co-authored-by: Callum Waters <cmwaters19@gmail.com> Co-authored-by: Sam Kleinman <garen@tychoish.com> Co-authored-by: Thane Thomson <connect@thanethomson.com> 27 June 2022, 09:34:28 UTC
25101d1 build(deps): Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#8865) 25 June 2022, 00:15:22 UTC
b83cc0a makefile: buf setup backport v0.34 (#8863) 24 June 2022, 17:58:25 UTC
4a1df49 fix: "Lazy" Stringers to defer Sprintf and Hash until logs print (#8845) 23 June 2022, 18:56:34 UTC
a3cc3d9 makefile: change buf to use tools.go ; backport v0.34 (#8852) * makefile: update buf commands to use tools.go (#8609) This will keep the version of `buf` consistent between all developer machines. 23 June 2022, 14:47:44 UTC
fe02452 cmd: add tool for compaction of goleveldb (backport #8564) (#8674) 21 June 2022, 21:04:58 UTC
02def9c build(deps): Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#8810) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.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> 21 June 2022, 18:42:30 UTC
ce2409f build(deps): Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#8809) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.4) --- 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> 21 June 2022, 18:14:07 UTC
30915e9 build(deps): Bump github.com/adlio/schema from 1.3.0 to 1.3.3 (#8799) 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> 20 June 2022, 11:58:56 UTC
8a7affe Update default config docs for PSQL indexer settings. (#8728) 08 June 2022, 20:59:49 UTC
851f404 build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#8709) 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:20 UTC
f63496d build(deps): Bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#8665) 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, 10:22:12 UTC
044b125 build(deps): Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#8629) 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, 16:19:27 UTC
ac2e7fa build(deps): Bump goreleaser/goreleaser-action from 2 to 3 (#8588) 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:32 UTC
e6f0711 build(deps): Bump github.com/lib/pq from 1.10.5 to 1.10.6 (#8566) 17 May 2022, 11:57:23 UTC
603a1d6 build(deps): Bump github.com/go-kit/log from 0.2.0 to 0.2.1 (#8556) Bumps [github.com/go-kit/log](https://github.com/go-kit/log) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/go-kit/log/releases) - [Commits](https://github.com/go-kit/log/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: github.com/go-kit/log 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:02:16 UTC
ad72896 build(deps): Update rtCamp/action-slack-notify requirement to f565a63638bd3615e76249bffab00fcb9dab90f7 (#8553) Updates the requirements on [rtCamp/action-slack-notify](https://github.com/rtCamp/action-slack-notify) to permit the latest version. - [Release notes](https://github.com/rtCamp/action-slack-notify/releases) - [Commits](https://github.com/rtCamp/action-slack-notify/commits/f565a63638bd3615e76249bffab00fcb9dab90f7) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 16 May 2022, 15:14:55 UTC
9afdac6 build(deps): Bump actions/checkout from 2 to 3 (#8555) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout 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> 16 May 2022, 15:12:15 UTC
a694dad build(deps): Bump google.golang.org/grpc from 1.46.0 to 1.46.2 (#8558) 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> Co-authored-by: Sam Kleinman <garen@tychoish.com> 16 May 2022, 15:05:01 UTC
9d1556a build(deps): Bump actions/stale from 3 to 5 (#8554) Bumps [actions/stale](https://github.com/actions/stale) from 3 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/v3...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> 16 May 2022, 14:26:22 UTC
7ae73be build(deps): Bump gaurav-nelson/github-action-markdown-link-check from 1.0.7 to 1.0.14 (#8552) * 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.7 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.7...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 16 May 2022, 14:00:02 UTC
bbb1506 build(deps): Bump docker/login-action from 1 to 2 (#8551) 16 May 2022, 13:45:49 UTC
7cb014c build(deps): Bump docker/build-push-action from 2 to 3 (#8539) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- 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, 20:24:41 UTC
004967f build(deps): Bump technote-space/get-diff-action from 4 to 6 (#8538) Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 6. - [Release notes](https://github.com/technote-space/get-diff-action/releases) - [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc) - [Commits](https://github.com/technote-space/get-diff-action/compare/v4...v6) --- updated-dependencies: - dependency-name: technote-space/get-diff-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, 20:21:29 UTC
6670c24 build(deps): Bump actions/upload-artifact from 2 to 3 (#8537) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact 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, 20:19:41 UTC
b685ec7 build(deps): Bump actions/setup-go from 2 to 3 (#8532) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go 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, 20:17:59 UTC
016c91b build(deps): Bump github.com/prometheus/client_golang (#8541) 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> 13 May 2022, 20:16:14 UTC
34f23ab build(deps): Bump actions/cache from 2.1.4 to 3.0.2 (#8531) * build(deps): Bump actions/cache from 2.1.4 to 3.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache 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, 20:05:58 UTC
aef0bd8 build(deps): Bump actions/download-artifact from 2 to 3 (#8528) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact 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, 20:02:48 UTC
d2bd447 build(deps): Bump codecov/codecov-action from 1.0.13 to 3.1.0 (#8527) * build(deps): Bump codecov/codecov-action from 1.0.13 to 3.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.13 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/v1.0.13...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:59:18 UTC
c7006af build(deps): Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#8524) * 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:56:52 UTC
972eee6 build(deps): Bump docker/setup-buildx-action from 1 to 2 (#8522) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2) --- 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> Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 13 May 2022, 19:49:28 UTC
b06540b Remove backport-specific Dependabot config (v0.34.x). (#8519) After #8518, this separate configuration is no longer needed. The master copy will target updates to this branch. 13 May 2022, 15:09:42 UTC
d1213f7 docs: remove dev sessions (#8505) 11 May 2022, 16:15:39 UTC
624bbac blocksync: validate block before persisting it (backport #8493) (#8495) 11 May 2022, 14:20:23 UTC
874c9a0 build(deps): Bump github.com/btcsuite/btcd from 0.22.0-beta to 0.22.1 (#8436) 29 April 2022, 11:27:01 UTC
986f8d6 build(deps): Bump google.golang.org/grpc from 1.45.0 to 1.46.0 (#8407) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.45.0 to 1.46.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.45.0...v1.46.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> 25 April 2022, 13:00:00 UTC
e40e7ea build(deps): Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#8343) 14 April 2022, 23:29:50 UTC
7fa34c6 Set a cap on the length of subscription queries. (#8349) A manual backport of #7263. As a safety measure, don't allow a query string to be unreasonably long. The query filter is not especially efficient, so a query that needs more than basic detail should filter coarsely in the subscriber and refine on the client side. This affects Subscribe and TxSearch queries. 14 April 2022, 15:15:18 UTC
da6ec8f invoke callbacks when set late in socket client (#8331) 13 April 2022, 19:30:36 UTC
efddab0 rpc: avoid leaking threads (#8329) 13 April 2022, 17:28:03 UTC
3454f8c build(deps): Bump github.com/lib/pq from 1.10.4 to 1.10.5 (#8284) 08 April 2022, 13:05:40 UTC
2f231ce Prepare changelog for v0.34.19. (#8278) 07 April 2022, 21:39:44 UTC
6e85f46 cli: fix reset commands #8270 Some applications use the command-line implementations directly, rather than through the root command. Because the implentations obtained config from an unexported global, this would not work. Instead, have each command that needs the config parse it where needed. 07 April 2022, 21:15:25 UTC
8913978 Fix broken links in the changelog. (#8269) 06 April 2022, 23:16:18 UTC
ecf1902 Prepare changelog for v0.34.18 release. (#8263) * Update branch changelogs. * Update version marker. 06 April 2022, 18:55:55 UTC
9ae5797 cli: fix reset command for v0.34 (#8258) 06 April 2022, 14:09:31 UTC
0767031 build(deps): Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 (#8252) 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> 05 April 2022, 15:52:10 UTC
1e32a14 Update golangci-lint-action and golang-ci versions. (#8255) Also specify Go toolchain version in actions (now required). 05 April 2022, 15:19:58 UTC
2c553d7 Update changelog for release v0.34.17 (#8239) 01 April 2022, 21:50:48 UTC
799489e consensus: change lock to handle panics (#8237) 01 April 2022, 18:43:20 UTC
66b1a3e stop using %w in testing errors (#8241) 01 April 2022, 17:49:54 UTC
06e8620 build(deps): Bump github.com/adlio/schema from 1.2.3 to 1.3.0 (#8200) 28 March 2022, 13:39:22 UTC
b2dd100 build(deps): Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#8130) 16 March 2022, 14:08:30 UTC
314b139 build(deps): Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#8108) 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> 11 March 2022, 19:17:18 UTC
551072c build(deps): Bump google.golang.org/grpc from 1.44.0 to 1.45.0 (#8102) 10 March 2022, 13:43:15 UTC
4b5472c consensus: change lock handling in reactor for RoundState (#7994) This change updates the lock handling in the consensus reactor. The consensus reactor now periodically fetches the RoundState and the gossip routines operate on this fetched copy instead of fetching the latest copy in each iteration of the gossip routine. 09 March 2022, 22:38:57 UTC
fd3bfb3 consensus: change lock handling in 'handleMsg' method (#7992) * change lock handling in consensus state file * add comment explaining the unlock * comment fix * Update consensus/state.go Co-authored-by: M. J. Fromberger <fromberger@interchain.io> * spelling fix Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 09 March 2022, 17:57:55 UTC
186e0e4 cmd: make reset more safe (backport #8081) (#8089) Backport notes: - Revert command declaration to the old explicit format. - Remove threading of the keyType argument. - Fix function naming collision. - Fix error handling. - Restore snake-case deprecation warnings. 08 March 2022, 17:39:19 UTC
a97bb37 consensus: start the timeout ticker before replay (backport #7844) (#8079) Co-authored-by: M. J. Fromberger <fromberger@interchain.io> Co-authored-by: Sam Kleinman <garen@tychoish.com> 08 March 2022, 15:55:28 UTC
9e8837a Revert "Remove master from versions and copy it from the latest." (backport #8053) (#8056) 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:24:58 UTC
6b4e907 crypto: Remove build flags from secp256k1 (#8051) Manual backport of #7823. * remove cgo build flags * remove nocgo file 02 March 2022, 15:06:19 UTC
1d25a3f Prepare changelog for release v0.34.16. (#8000) 25 February 2022, 16:12:20 UTC
96085df Add manual e2e workflow to v0.34.x. (#8005) 25 February 2022, 15:45:51 UTC
cb6baad docs: point docs/master to the same content as the latest release (backport #7980) (#7997) * Remove master from versions and copy it from the latest. (#7980) (cherry picked from commit f939f962b19d87e7f23ec912e388ac9165fb1ff4) 25 February 2022, 00:14:23 UTC
db60bba statesync: assert app version matches (backport #7856) (#7885) 23 February 2022, 11:17:12 UTC
5487718 Restore building docs for master on docs.tendermint.com. (#7969) (#7970) 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:26:16 UTC
cf58c41 docs: fix cosmos theme version. (#7967) The various package locks got out of sync, reunify them. 22 February 2022, 16:39:17 UTC
ce70b10 docs: remove spec section from v0.34 docs (#7940) 22 February 2022, 16:09:41 UTC
98c75c9 docs: redirect master links to the latest release version (backport #7936) (#7953) * 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:56:00 UTC
9fe2450 docs: Pin the RPC docs to v0.35 instead of master (backport #7909) (#7910) * 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, 16:00:23 UTC
de42367 Remove master from the docs site version config. (backport #7874) (#7902) * 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:24:20 UTC
6a14fc2 Update absolute links in v0.34.x to reference that branch. (#7871) 21 February 2022, 12:36:57 UTC
89bb826 fix app hash in state rollback (backport #7837) (#7881) 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> Co-authored-by: yihuang <huang@crypto.com> (cherry picked from commit 8a238fdcb44461a4e029c8e7a4790c2d470d282b) Inline factory function that does not exist in this branch. Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 19 February 2022, 16:08:52 UTC
df9b167 Remove ADR and RFC docs from the v0.34.x backport branch. (#7867) 18 February 2022, 15:13:53 UTC
f88aad5 build(deps): Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#7831) 16 February 2022, 09:46:59 UTC
75c6af7 build(deps): Bump github.com/prometheus/client_golang (#7730) 31 January 2022, 09:21:50 UTC
bc63f21 build(deps): Bump google.golang.org/grpc from 1.43.0 to 1.44.0 (#7694) 26 January 2022, 09:10:31 UTC
80f656d consensus: check proposal non-nil in prevote message delay metric (backport #7625) (#7631) * consensus: check proposal non-nil in prevote message delay metric (#7625) (cherry picked from commit b6307c42e095c6f8e9e7c2518fb1004cc8f201a1) # Conflicts: # consensus/state.go * fix merge conflicts Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com> Co-authored-by: William Banfield <wbanfield@gmail.com> 19 January 2022, 18:16:03 UTC
f36cc80 consensus: calculate prevote message delay metric (backport #7551) (#7617) * consensus: calculate prevote message delay metric (#7551) ## What does this pull request do? This pull requests adds two metrics intended for use in calculating an experimental value for `MessageDelay`. The metrics are as follows: ``` # HELP tendermint_consensus_complete_prevote_message_delay Difference in seconds between the proposal timestamp and the timestamp of the prevote that achieved 100% of the voting power in the prevote step. # TYPE tendermint_consensus_complete_prevote_message_delay gauge tendermint_consensus_complete_prevote_message_delay{chain_id="test-chain-aZbwF1"} 0.013025505 # HELP tendermint_consensus_quorum_prevote_message_delay Difference in seconds between the proposal timestamp and the timestamp of the prevote that achieved a quorum in the prevote step. # TYPE tendermint_consensus_quorum_prevote_message_delay gauge tendermint_consensus_quorum_prevote_message_delay{chain_id="test-chain-aZbwF1"} 0.013025505 ``` ## Why this change? For more information on what these metrics are calculating, see #7202. The aim is to merge to backport these metrics to v0.34 and run nodes on a few popular chains with these metrics to determine the experimental values for `MessageDelay` on these popular chains and use these to select our default `SynchronyParams.MessageDelay` value. ## Why Gauges for the metrics? Gauges allow us to overwrite the metric on each successive observation. We can then capture these metrics over time to track the highest and lowest observed value. (cherry picked from commit 0c82ceaa5f7964c13247af9b64d72477af9dc973) # Conflicts: # consensus/metrics.go # consensus/state.go * fix merge conflicts Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com> Co-authored-by: William Banfield <wbanfield@gmail.com> 19 January 2022, 17:10:18 UTC
c477c81 build(deps): Bump github.com/prometheus/client_golang (#7638) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang 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> 19 January 2022, 13:46:25 UTC
3757810 build(deps): Bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0 (#7561) 12 January 2022, 14:01:32 UTC
3b467f9 build(deps): Bump github.com/rs/cors from 1.8.0 to 1.8.2 (#7483) Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/rs/cors/releases) - [Commits](https://github.com/rs/cors/compare/v1.8.0...v1.8.2) --- updated-dependencies: - dependency-name: github.com/rs/cors 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> 22 December 2021, 16:18:55 UTC
b14dc70 Reduce p2p log noise (#7465) * reduce some logs * reduce error logs * remove debug 17 December 2021, 10:32:08 UTC
2cbb35f build(deps): Bump github.com/spf13/viper from 1.10.0 to 1.10.1 (#7462) Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: github.com/spf13/viper 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 December 2021, 14:15:09 UTC
c9c570e build(deps): Bump google.golang.org/grpc from 1.42.0 to 1.43.0 (#7454) * build(deps): Bump google.golang.org/grpc from 1.42.0 to 1.43.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.42.0...v1.43.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> Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 15 December 2021, 16:08:27 UTC
e670035 build(deps): Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#7453) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.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.2.1...v1.3.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> 15 December 2021, 14:49:37 UTC
40f18b8 build(deps): Bump github.com/adlio/schema from 1.2.2 to 1.2.3 (#7431) Bumps [github.com/adlio/schema](https://github.com/adlio/schema) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/adlio/schema/releases) - [Commits](https://github.com/adlio/schema/compare/v1.2.2...v1.2.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> 13 December 2021, 14:24:05 UTC
4d0b6e7 build(deps): Bump github.com/spf13/viper from 1.9.0 to 1.10.0 (#7433) Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.9.0...v1.10.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> 13 December 2021, 13:47:33 UTC
6695e52 build(deps): Bump github.com/adlio/schema from 1.1.15 to 1.2.2 (#7421) * build(deps): Bump github.com/adlio/schema from 1.1.15 to 1.2.2 Bumps [github.com/adlio/schema](https://github.com/adlio/schema) from 1.1.15 to 1.2.2. - [Release notes](https://github.com/adlio/schema/releases) - [Commits](https://github.com/adlio/schema/compare/v1.1.15...v1.2.2) --- 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> * Update usage of Migrator API. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 10 December 2021, 20:48:02 UTC
6eeb1b3 build(deps): Bump github.com/adlio/schema from 1.1.14 to 1.1.15 (#7405) Bumps [github.com/adlio/schema](https://github.com/adlio/schema) from 1.1.14 to 1.1.15. - [Release notes](https://github.com/adlio/schema/releases) - [Commits](https://github.com/adlio/schema/compare/v1.1.14...v1.1.15) --- 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> 08 December 2021, 14:03:42 UTC
cac59a7 Update Mergify configuration. (backport #7388) (#7389) Per https://docs.mergify.com/actions/merge/#commit-message, the commit_message option is deprecated and will be removed in 2022. Replace it with the template suggested here: https://docs.mergify.com/actions/queue/ (cherry picked from commit 02d456b8b8274088e8d3c6e1714263a47ffe13ac) 06 December 2021, 21:34:29 UTC
dfd5bae Update mergify configuration. (backport #7385) (#7386) Per https://blog.mergify.com/strict-mode-deprecation/, the strict mode has been deprecated and will be turned off on 10-Jan-2022. This updates the config to use the new, approved thing instead of the old thing. (cherry picked from commit 2d4844f97f804149aa6dd47bcf957c1de9eaf6ea) 06 December 2021, 20:43:01 UTC
41c176c Prepare release v0.34.15. (#7371) 02 December 2021, 17:32:55 UTC
05340ca cmd: add integration test for rollback functionality (backport #7315) (#7368) * cmd: add integration test and fix bug in rollback command (#7315) (cherry picked from commit bca2080c01ca9f877019a5db857907866352182e) Co-authored-by: Callum Waters <cmwaters19@gmail.com> 02 December 2021, 16:30:57 UTC
9994396 pubsub: Report a non-nil error when shutting down. (#7309) If a subscriber arrives while the pubsub service is shutting down, the existing code will return a nil subscription without error. With unlucky timing, this may lead to a nil indirection panic in the RPC service. To avoid that problem, make sure that when a subscription fails for this reason, we report a non-nil error so that the client will detect it and give up gracefully. 23 November 2021, 20:25:59 UTC
c4834df build(deps): Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#7286) Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6. - [Release notes](https://github.com/tendermint/tm-db/releases) - [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md) - [Commits](https://github.com/tendermint/tm-db/compare/v0.6.4...v0.6.6) --- updated-dependencies: - dependency-name: github.com/tendermint/tm-db 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 November 2021, 20:21:59 UTC
12e3419 rpc: Add experimental config params to allow for subscription buffer size control (tm v0.34.x) (#7230) A workaround for #6729. Add parameters to control buffer sizes for event subscription RPC clients. On some networks, buffering causes clients to be dropped and/or events to be lost. For additional context, see the discussion on #7188. - Add experimental_subscription_buffer_size config parameter - Add experimental_websocket_write_buffer_size config parameter - Add experimental_close_on_slow_client config parameter Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 09 November 2021, 20:35:45 UTC
back to top