https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
d32df22 Prepare changelog for Release v0.34.20 (#9032) 18 July 2022, 17:04:38 UTC
223ece9 mempool: ensure async requests are flushed to the server (#9010) In the v0.34 line, the socket and gRPC clients require explicit flushes to ensure that the client and server have received an async request. Add these calls explicitly where required in the backport of the priority mempool. In addition, the gRPC client's flush plumbing was not fully hooked up in the v0.34 line, so this change includes that update as well. 14 July 2022, 22:45:58 UTC
ba1711e mempool: ensure evicted transactions are removed from the cache (backport #9000) (#9004) This is a manual cherry-pick of commit b94470a6a42e8ffe7e7467521de5f51eb937c454. In the original implementation transactions evicted for priority were also removed from the cache. In addition, remove expired transactions from the cache. Related: - Add Has method to cache implementations. - Update tests to exercise this condition. 14 July 2022, 14:23:50 UTC
8df725f build(deps): Bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#8991) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.48.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.47.0...v1.48.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: Sam Kleinman <garen@tychoish.com> 13 July 2022, 17:16:18 UTC
2b37373 config: remove obsolete mempool v1 warning (#8987) 13 July 2022, 16:27:06 UTC
bbb5f3b Prepare changelog for v0.34.20-rc1. (#8966) 12 July 2022, 18:03:23 UTC
d6b413f mempool: release lock during app connection flush (#8986) A manual backport of #8984. This case is symmetric to what we did for CheckTx calls, where we release the mempool mutex to ensure callbacks can fire during call setup. We also need this behaviour for application flush, for the same reason: The caller holds the lock by contract from the Mempool interface. 12 July 2022, 17:46:27 UTC
7b615f8 mempool: reduce lock contention during CheckTx (backport #8983) (#8985) A manual cherry-pick of 9e64c95. The way this was originally structured, we reacquired the lock after issuing the initial ABCI CheckTx call, only to immediately release it. Restructure the code so that this redundant acquire is no longer necessary. 12 July 2022, 17:28:41 UTC
7d94471 mempool: minor cleanup after backport from v0.35 (#8971) - Remove warning log for issue #8775. - Fix call to FlushAsync (no error is reported). - Don't log on rechecks, it's the default (manual backport of #8969). 11 July 2022, 15:26:05 UTC
5276400 Update generated mocks after upgrade of Mockery v2. (#8974) 11 July 2022, 13:18:43 UTC
493dd69 Backport priority mempool fixes from v0.35.x to v0.34.x. (#8962) This is a manual backport of the changes from these commits: - bc49f66 Add more unit tests for the priority mempool. (#8961) - 9b02094 Fix unbounded heap growth in the priority mempool. (#8944) Imports and type signatures have been updated to match the v0.34 usage. 08 July 2022, 14:22:07 UTC
1d9d947 build(deps): Bump github.com/libp2p/go-buffer-pool from 0.0.2 to 0.1.0 (#8933) 05 July 2022, 09:56:20 UTC
479bdd7 build(deps): Bump github.com/vektra/mockery/v2 from 2.13.1 to 2.14.0 (#8923) Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.13.1 to 2.14.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.13.1...v2.14.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> 01 July 2022, 14:04:58 UTC
17f4ea3 build(deps): Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#8909) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify 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> 30 June 2022, 15:35:54 UTC
5c32cfa Work around indexing problem for duplicate transactions (#8625) Port the bug fix terra-money#76 to upstream. This is critical for ethermint json-rpc to work. fix: prevent duplicate tx index if it succeeded before fix: use CodeTypeOk instead of 0 fix: handle duplicate txs within the same block Co-authored-by: jess jesse@soob.co ref: #5281 30 June 2022, 14:53:48 UTC
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
back to top