https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
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
9ec863f build(deps): Bump github.com/lib/pq from 1.10.3 to 1.10.4 (#7259) 09 November 2021, 11:47:41 UTC
d0031b0 build(deps): Bump github.com/go-kit/kit from 0.10.0 to 0.12.0 (#7213) * build(deps): Bump github.com/go-kit/kit from 0.10.0 to 0.12.0 Bumps [github.com/go-kit/kit](https://github.com/go-kit/kit) from 0.10.0 to 0.12.0. - [Release notes](https://github.com/go-kit/kit/releases) - [Commits](https://github.com/go-kit/kit/compare/v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: github.com/go-kit/kit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * add nolint * fix lint * fix build Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tycho garen <garen@tychoish.com> 08 November 2021, 19:39:00 UTC
d35b50b build(deps): Bump github.com/spf13/viper from 1.7.1 to 1.9.0 (#7211) * build(deps): Bump github.com/spf13/viper from 1.7.1 to 1.9.0 Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.9.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.7.1...v1.9.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> * add nolint Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tycho garen <garen@tychoish.com> 08 November 2021, 19:19:54 UTC
bd48acb build(deps): Bump google.golang.org/grpc from 1.38.0 to 1.42.0 (#7232) * build(deps): Bump google.golang.org/grpc from 1.38.0 to 1.42.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.38.0 to 1.42.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.38.0...v1.42.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> * Fix Unix-domain socket paths. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: M. J. Fromberger <fromberger@interchain.io> Co-authored-by: tycho garen <garen@tychoish.com> 08 November 2021, 17:39:15 UTC
0b835be build(deps): Bump github.com/minio/highwayhash from 1.0.1 to 1.0.2 (#7234) Bumps [github.com/minio/highwayhash](https://github.com/minio/highwayhash) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/minio/highwayhash/releases) - [Commits](https://github.com/minio/highwayhash/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: github.com/minio/highwayhash 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 November 2021, 10:35:05 UTC
12ecfb0 build(deps): Bump github.com/prometheus/client_golang (#7233) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.11.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.8.0...v1.11.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> 04 November 2021, 16:48:23 UTC
3e7fc46 build(deps): Bump github.com/Workiva/go-datastructures (#7236) Bumps [github.com/Workiva/go-datastructures](https://github.com/Workiva/go-datastructures) from 1.0.52 to 1.0.53. - [Release notes](https://github.com/Workiva/go-datastructures/releases) - [Commits](https://github.com/Workiva/go-datastructures/compare/v1.0.52...v1.0.53) --- updated-dependencies: - dependency-name: github.com/Workiva/go-datastructures 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 November 2021, 14:36:27 UTC
113118e build(deps): Bump github.com/BurntSushi/toml from 0.3.1 to 0.4.1 (#7235) Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 0.3.1 to 0.4.1. - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](https://github.com/BurntSushi/toml/compare/v0.3.1...v0.4.1) --- 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> 04 November 2021, 13:18:51 UTC
4ef140f lint: cleanup pending lint errors (#7237) 04 November 2021, 12:08:55 UTC
61831cf codeowners: backport master codeowners (#7229) 03 November 2021, 16:49:01 UTC
8a2dcba ci: backport lint configuration changes (#7225) 03 November 2021, 16:43:22 UTC
3e119fc build(deps): Bump github.com/spf13/cobra from 1.1.1 to 1.2.1 (#7215) 03 November 2021, 15:57:32 UTC
f721bf5 build(deps): Bump github.com/btcsuite/btcd (#7209) Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.21.0-beta to 0.22.0-beta. - [Release notes](https://github.com/btcsuite/btcd/releases) - [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES) - [Commits](https://github.com/btcsuite/btcd/compare/v0.21.0-beta...v0.22.0-beta) --- updated-dependencies: - dependency-name: github.com/btcsuite/btcd 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> 03 November 2021, 15:15:23 UTC
3567d3a build(deps): Bump github.com/rs/cors from 1.7.0 to 1.8.0 (#7208) Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/rs/cors/releases) - [Commits](https://github.com/rs/cors/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/rs/cors 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> 03 November 2021, 15:14:55 UTC
46a6691 build(deps): Bump github.com/golang/protobuf from 1.5.0 to 1.5.2 (#7207) Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.0 to 1.5.2. - [Release notes](https://github.com/golang/protobuf/releases) - [Commits](https://github.com/golang/protobuf/compare/v1.5.0...v1.5.2) --- updated-dependencies: - dependency-name: github.com/golang/protobuf 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> 03 November 2021, 15:14:41 UTC
876b3c0 build(deps): Bump github.com/adlio/schema from 1.1.13 to 1.1.14 (#7212) Bumps [github.com/adlio/schema](https://github.com/adlio/schema) from 1.1.13 to 1.1.14. - [Release notes](https://github.com/adlio/schema/releases) - [Commits](https://github.com/adlio/schema/compare/v1.1.13...v1.1.14) --- 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> 03 November 2021, 14:23:19 UTC
31b3e27 build(deps): Bump github.com/go-logfmt/logfmt from 0.5.0 to 0.5.1 (#7214) Bumps [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/go-logfmt/logfmt/releases) - [Changelog](https://github.com/go-logfmt/logfmt/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-logfmt/logfmt/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: github.com/go-logfmt/logfmt 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> 03 November 2021, 14:22:26 UTC
85870de release: prepare changelog for 0.34.14 (#7105) 13 October 2021, 08:47:16 UTC
ff2758b dep: remove IAVL dependency (backport #6550) (#7104) 12 October 2021, 16:09:08 UTC
a82cb7d Revert "abci: change client to use multi-reader mutexes (#6306)" (backport #7106) (#7109) 12 October 2021, 16:00:22 UTC
1dfb345 e2e: light nodes should use builtin abci app (#7095) (#7096) (cherry picked from commit befd669794af282733ecccabb50d3f18de154c61) Co-authored-by: Sam Kleinman <garen@tychoish.com> 09 October 2021, 04:32:41 UTC
9f13b9b e2e: abci protocol should be consistent across networks (backport #7078) (#7085) * e2e: abci protocol should be consistent across networks (#7078) It seems weird in retrospect that we allow networks to contain applications that use different ABCI protocols. (cherry picked from commit f2a8f5e054cf99ebe246818bb6d71f41f9a30faa) 08 October 2021, 14:37:12 UTC
16ba782 cli: allow node operator to rollback last state (backport #7033) (#7080) 08 October 2021, 12:35:13 UTC
474ed04 Import Postgres driver support for the psql indexer (backport). (#7057) I accidentally omitted this from the backport in #6906. Fixes #7043. 04 October 2021, 23:40:12 UTC
2d8287d e2e: allow running of single node using the e2e app (backport) (#7024) 29 September 2021, 14:17:32 UTC
294a969 e2e: backport minor reliability improvements (#6967) 21 September 2021, 21:29:56 UTC
849461a Release v0.34.13 https://github.com/tendermint/tendermint/blob/v0.34.13/CHANGELOG.md#v0.34.12 08 September 2021, 19:09:15 UTC
8ba6d21 Backport the psql indexer into v0.34.x (#6906) This change backports the PostgreSQL indexing sink, addressing part of #6828. Development on the main branch has diverged substantially since the v0.34.x release. It includes package moves, breaking API and protobuf schema changes, and new APIs, all of which together have a large footprint on the mapping between the implementation at tip and the v0.34 release branch. To avoid the need to retrofit all of those improvements, this change works by injecting the new indexing sink into the existing (v0.34) indexing interfaces by delegation. This means the backport does _not_ pull in all the newer APIs for event handling, and thus has minimal impact on existing code written against the v0.34 package structure. This change includes the test for the `psql` implementation, and thus updates some Go module dependencies. Because it does not interact with any other types, however, I did not add any unit tests to other packages in this change. Related changes: * Update module dependencies for psql backport. * Update test data to be type-compatible with the old protobuf types. * Add config settings for the PostgreSQL indexer. * Clean up some linter settings. * Hook up the psql indexer in the node main. 07 September 2021, 22:57:44 UTC
0f8932f light: fix early erroring (#6905) 07 September 2021, 10:02:16 UTC
73ef267 statesync: improve stateprovider handling in the syncer (backport) (#6881) 01 September 2021, 14:18:07 UTC
e0c6199 abci: change client to use multi-reader mutexes (backport #6306) (#6873) 30 August 2021, 15:57:39 UTC
0c05841 internal/consensus: update error log (#6863) (#6867) Issues reported in Osmosis, where the message is extremely long. Also, there is absolutely no reason to log the message IMO. If we must, we can make the message log DEBUG. (cherry picked from commit 58a6cfff9a3e370e1bb5eabfd86091e0b1186a22) Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> 26 August 2021, 13:35:26 UTC
4023580 e2e: cleanup node start function (#6842) (#6848) I realized after my last commit that my change made a following line of code a bit redundant. (alternatively my last change was redunadnt to the existing code.) I took this oppertunity to make some minor cleanups and logging changes to the node changes which I hope will make tests a bit more clear. (cherry picked from commit a374f74f7c914a3c7640694ae80c33bf74e05688) Co-authored-by: Sam Kleinman <garen@tychoish.com> 20 August 2021, 20:12:13 UTC
2db1e42 e2e: avoid starting nodes from the future (#6835) (#6838) (cherry picked from commit a4cc8317da47ba92d1a97460a953d0e687a46cfb) Co-authored-by: Sam Kleinman <garen@tychoish.com> 18 August 2021, 18:42:27 UTC
093961a test: install abci-cli when running make tests_integrations (#6834) 17 August 2021, 15:46:09 UTC
d030cdd version: bump for 0.34.12 (#6832) 17 August 2021, 14:37:25 UTC
3dff227 changelog: prepare for v0.34.12 (#6831) 17 August 2021, 14:18:15 UTC
e290bd6 changelog_pending: add missing entry (#6830) 17 August 2021, 14:05:36 UTC
0366c2b rpc: log update (backport #6825) (#6826) 14 August 2021, 13:54:02 UTC
6fde228 state/privval: vote timestamp fix (backport #6748) (#6783) 30 July 2021, 15:48:49 UTC
b69ac23 light: add case to catch cancelled contexts within the detector (backport #6701) (#6720) 14 July 2021, 13:26:03 UTC
da9eefd rpc: add chunked rpc interface (backport #6445) (#6717) * rpc: add chunked rpc interface (#6445) (cherry picked from commit d9134063e7f556876bdbbcf56d822b3d7c5cee07) # Conflicts: # light/proxy/routes.go # node/node.go # rpc/core/net.go # rpc/core/routes.go * fix conflicts Co-authored-by: Sam Kleinman <garen@tychoish.com> Co-authored-by: marbar3778 <marbar3778@yahoo.com> 14 July 2021, 09:22:53 UTC
2c2f511 light: correctly handle contexts (backport -> v0.34.x) (#6685) 09 July 2021, 12:30:33 UTC
8b84c7c e2e: disable app tests for light client (#6672) 07 July 2021, 18:06:55 UTC
0712063 config: add example on external_address (backport #6621) (#6624) 30 June 2021, 13:52:19 UTC
c2908ef release: prepare changelog for v0.34.11 (#6597) 18 June 2021, 09:44:39 UTC
d515bbc statesync: increase chunk priority and robustness (#6582) 18 June 2021, 07:59:52 UTC
be8c983 state sync: tune request timeout and chunkers (backport #6566) (#6581) * state sync: tune request timeout and chunkers (#6566) (cherry picked from commit 7d961b55b2132d53ccf7ee8d6c86b84fc7fc9ddc) # Conflicts: # CHANGELOG_PENDING.md # config/config.go # internal/statesync/reactor.go # internal/statesync/reactor_test.go # node/node.go # statesync/syncer.go * fix build * fix config * fix config Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com> 15 June 2021, 19:10:16 UTC
358b1f2 p2p/conn: check for channel id overflow before processing receive msg (backport #6522) (#6528) * p2p/conn: check for channel id overflow before processing receive msg (#6522) Per tendermint spec, each Channel has a globally unique byte id, which is mapped to uint8 in Go. However, the proto PacketMsg.ChannelID field is declared as int32, and when receive the packet, we cast it to a byte without checking for possible overflow. That leads to a malform packet with invalid channel id is sent successfully. To fix it, we just add a check for possible overflow, and return invalid channel id error. Fixed #6521 (cherry picked from commit 1f46a4c90e268def505037a5d42627942f605ef4) 05 June 2021, 00:20:36 UTC
c376b44 Backport: #6494 (#6506) * version: revert version through ldflag only (#6494) Add version back to versions, but allow it to be overridden via a ldflag. Reason: Many users are not setting the ldflag causing issues with tooling that relies on it (cosmjs) closes #6488 cc @webmaster128 * revert variable rename * Update CHANGELOG_PENDING.md 31 May 2021, 21:15:12 UTC
8dd8a4e libs/os: avoid CopyFile truncating destination before checking if regular file (backport: #6428) (#6436) 10 May 2021, 11:24:33 UTC
353e3a3 evidence: fix bug with hashes (backport #6375) (#6381) 22 April 2021, 13:05:56 UTC
a9b4fac .github: make core team codeowners (#6384) 21 April 2021, 20:38:07 UTC
1614e12 statesync: improve e2e test outcomes (backport #6378) (#6380) (cherry picked from commit d36a5905a67db1ed7afb09f371b3ea3910afb6eb) Co-authored-by: Sam Kleinman <garen@tychoish.com> 21 April 2021, 16:30:17 UTC
68eceda changelog: update for 0.34.10 (#6357) 14 April 2021, 20:46:14 UTC
b878326 e2e: relax timeouts (#6356) * remove duplicate light error * quieten handling of txs that already exist in the mempool * notch back e2e timeouts 14 April 2021, 17:53:54 UTC
693e11c e2e: tx load to use broadcast sync instead of commit (backport #6347) (#6352) 14 April 2021, 08:09:49 UTC
6cc3e23 light: handle too high errors correctly (backport #6346) (#6351) 13 April 2021, 12:46:54 UTC
a9ac635 p2p: fix using custom channels (#6339) 13 April 2021, 12:05:36 UTC
bd968ab build(deps): Bump google.golang.org/grpc from 1.36.1 to 1.37.0 (bp #6330) (#6335) 09 April 2021, 10:20:20 UTC
e54fdb6 changelog: prepare changelog for 0.34.9 release (#6333) 08 April 2021, 17:05:23 UTC
7869f5e light/evidence: handle FLA backport (#6331) 08 April 2021, 16:49:25 UTC
af35ca9 state: fix block event indexing reserved key check (#6314) (#6315) 05 April 2021, 12:42:17 UTC
c9966cd p2p: Fix "Unknown Channel" bug on CustomReactors (#6297) 30 March 2021, 13:35:00 UTC
back to top