https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
655a81e update docker cleanup 16 September 2021, 16:29:16 UTC
044ad28 setup changes 16 September 2021, 16:28:38 UTC
68a9771 e2e: cleanup in benchmark as well 15 September 2021, 22:11:40 UTC
547baf9 cleanup on all errors if preserve not specified 15 September 2021, 22:04:51 UTC
55f6d20 e2e: skip broadcastTxCommit check (#6949) I think the `Sync` check covers our primary use case, and perhaps we can turn this back on in the future after some kind of event-system rewrite, or RPC rewrite that will avoid the serverside timeout. 15 September 2021, 21:24:35 UTC
b9c35c1 docs: fix openapi yaml lint (#6948) saw this in the super lint. 15 September 2021, 19:29:25 UTC
f08f72e rfc: e2e improvements (#6941) 15 September 2021, 19:26:39 UTC
e932b46 e2e: tweak semantics of waitForHeight (#6943) 15 September 2021, 18:49:24 UTC
5db2a39 docs: add documentation of unsafe_flush_mempool to openapi (#6947) 15 September 2021, 15:28:01 UTC
6909158 e2e: reduce load pressure (#6939) 14 September 2021, 14:44:30 UTC
de2cffe build(deps): Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#6938) 14 September 2021, 12:31:41 UTC
c257cda e2e: slow load processes with longer evidence timeouts (#6936) These are mostly the timeouts that I think we're still hitting in CI. At this point, the tests (on master) pass on my local machine (which is quite beefy) so I think this is just the first in (perhaps?) a sequence of changes that attempt to change timeouts and load patterns so that the tests pass in CI more reliably. 13 September 2021, 20:57:25 UTC
5a49d1b RFC 002 Interprocess Communication in Tendermint (#6913) Communication in Tendermint among consensus nodes, applications, and operator tools all use different message formats and transport mechanisms. In some cases there are multiple options. Having all these options complicates both the code and the developer experience, and hides bugs. To support a more robust, trustworthy, and usable system, we should document which communication paths are essential, which could be removed or reduced in scope, and what we can improve for the most important use cases. This document proposes a variety of possible improvements of varying size and scope. Specific design proposals should get their own documentation. 13 September 2021, 19:41:21 UTC
e4feb56 Update CHANGELOG.md for release v0.34.13. (#6935) Fixes #6933. I forgot to update master after I did the v0.34.13 release. 13 September 2021, 18:58:04 UTC
abbe820 e2e: reduce load volume (#6932) 13 September 2021, 17:45:01 UTC
723bf92 ci: skip coverage tasks for test infrastructure (#6934) 13 September 2021, 17:23:16 UTC
ef79241 ci: skip coverage for non-go changes (#6927) 13 September 2021, 13:06:56 UTC
3bf0c7a e2e: improve p2p mode selection (#6929) The previous implemention of hybrid set testing, which was entirely my own creation, was a bit peculiar, and I think this probably clears thins up. The previous implementation had far fewer legacy nodes in hybrid networks, *and* also for some reason that I can't quite explain, caused a test case to fail. 12 September 2021, 06:30:58 UTC
055f1b3 ci: disable codecov patch status check (#6930) 10 September 2021, 23:08:04 UTC
1998cf7 e2e: compile tests (#6926) 10 September 2021, 17:34:26 UTC
c3bcf9b e2e: test multiple broadcast tx methods (#6925) 10 September 2021, 16:03:41 UTC
f1b9613 e2e: increase retain height to at least twice evidence age (#6924) 10 September 2021, 14:18:01 UTC
5d279c9 build(deps): Bump github.com/rs/zerolog from 1.24.0 to 1.25.0 (#6923) Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.24.0 to 1.25.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rs/zerolog/commit/65adfd88ecb983005c9f735d207e11d63216ca00"><code>65adfd8</code></a> Make Fields method accept both map and slice (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/352">#352</a>)</li> <li>See full diff in <a href="https://github.com/rs/zerolog/compare/v1.24.0...v1.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/rs/zerolog&package-manager=go_modules&previous-version=1.24.0&new-version=1.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 10 September 2021, 13:38:55 UTC
af71f1c e2e: load generation and logging changes (#6912) 10 September 2021, 13:26:17 UTC
1a9bad9 ci: tweak code coverage settings (#6920) 09 September 2021, 19:58:52 UTC
db690c3 rpc: fix hash encoding in JSON parameters (#6813) The responses from node RPCs encode hash values as hexadecimal strings. This behaviour is stipulated in our OpenAPI documentation. In some cases, however, hashes received as JSON parameters were being decoded as byte buffers, as is the convention for JSON. This resulted in the confusing situation that a hash reported by one request (e.g., broadcast_tx_commit) could not be passed as a parameter to another (e.g., tx) via JSON, without translating the hex-encoded output hash into the base64 encoding used by JSON for opaque bytes. Fixes #6802. 09 September 2021, 19:51:17 UTC
0c3601b e2e: introduce canonical ordering of manifests (#6918) 09 September 2021, 18:31:17 UTC
816e9b0 ci: drop codecov bot (#6917) 09 September 2021, 18:04:56 UTC
2a224fb rfc: database storage engine (#6897) 09 September 2021, 16:42:15 UTC
2a74c9c update readme to more accurately reflect the tendermint public api (#6916) 08 September 2021, 21:49:36 UTC
dc0e04d rename configuration parameters to use the new blocksync nomenclature (#6896) The 0.35 release cycle renamed the 'fastsync' functionality to 'blocksync'. This change brings the configuration parameters in line with that change. Namely, it updates the configuration file `[fastsync]` field to be `[blocksync]` and changes the command line flag and config file parameters `--fast-sync` and `fast-sync` to `--enable-block-sync` and `enable-block-sync` respectively. Error messages were added to help users encountering these changes be able to quickly make the needed update to their files/scripts. When using the old command line argument for fast-sync, the following is printed ``` ./build/tendermint start --proxy-app=kvstore --consensus.create-empty-blocks=false --fast-sync=false ERROR: invalid argument "false" for "--fast-sync" flag: --fast-sync has been deprecated, please use --enable-block-sync ``` When using one of the old config file parameters, the following is printed: ``` ./build/tendermint start --proxy-app=kvstore --consensus.create-empty-blocks=false ERROR: error in config file: a configuration parameter named 'fast-sync' was found in the configuration file. The 'fast-sync' parameter has been renamed to 'enable-block-sync', please update the 'fast-sync' field in your configuration file to 'enable-block-sync' ``` 08 September 2021, 13:58:12 UTC
63aeb50 upgrading: add information into the UPGRADING.md for users of the codebase wishing to upgrade (#6898) * add information on upgrading to the new p2p library * clarify p2p backwards compatibility * reorder p2p queue list * add demo for p2p selection * fix spacing in upgrading 08 September 2021, 13:41:12 UTC
9b458a1 update changelog ahead of v0.35 release (#6893) This change moves the changelog entries from CHANGELOG_PENDING.md to CHANGELOG.md ahead of the 0.35 release. 07 September 2021, 22:38:45 UTC
cfe64ed cleanup: fix order of linters in the golangci-lint config (#6910) This is a cosmetic change that restores lexicographic order to the selected linters in the CI config. No change to which linters we run, only putting them back in order so it's easier to spot the one you care about. 07 September 2021, 20:08:46 UTC
db6e031 doc: fix a typo in the indexing section (#6909) 07 September 2021, 18:44:23 UTC
04cca01 build(deps): Bump github.com/golangci/golangci-lint (#6907) Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.42.0 to 1.42.1. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.42.0...v1.42.1) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 07 September 2021, 12:55:25 UTC
8fe651b e2e: clean up generation of evidence (#6904) 07 September 2021, 10:20:43 UTC
89539d0 networks: update to latest DigitalOcean modules (#6902) 06 September 2021, 16:04:56 UTC
4bab061 build(deps): Bump docker/setup-buildx-action from 1.5.0 to 1.6.0 (#6903) 06 September 2021, 13:07:27 UTC
5ee39f0 network: update terraform config (#6901) 06 September 2021, 09:53:28 UTC
1f8bb74 e2e: skip assertions for stateless nodes (#6894) 03 September 2021, 17:25:36 UTC
77615b9 e2e: wait for all nodes rather than just one (#6892) 03 September 2021, 17:03:16 UTC
21b5e59 e2e: skip light clients when waiting for height (#6891) 03 September 2021, 14:19:15 UTC
0055f9e build(deps): Bump github.com/lib/pq from 1.10.2 to 1.10.3 (#6890) Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/lib/pq/releases) - [Commits](https://github.com/lib/pq/compare/v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: github.com/lib/pq 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 September 2021, 13:07:30 UTC
bda948e statesync: implement p2p state provider (#6807) 02 September 2021, 11:19:18 UTC
511bd3e e2e: weight protocol dimensions (#6884) This changes the focus of the e2e suite, to (roughly) focus on configurations that are more well used. Most production users of tendermint run ABCI application in process and the GRPC/socket methods cover the vast majority of the remaining use cases. Perhaps we should consider drop support unix domain sockets in a future release, but I think in the mean time it's useful to have the tests *mostly* focus on the primary use cases. 01 September 2021, 19:52:40 UTC
9a0081f e2e: change restart mechanism (#6883) 01 September 2021, 16:49:45 UTC
7fe3e78 Update the psql indexer schema and implementation (#6868) Update the schema and implementation of the Postgres event indexer to improve certain types of queries against the index. These changes address the use cases raised by #6843, and are partly inspired by the prototype schema in that issue. In the old schema, events were flattened, making it difficult to find all the events associated with a particular block or transaction. In addition, events with no key/value attributes were entirely lost, since entries were generated only for attributes. To address these issues, this new schema records blocks, transactions, events, and attributes in separate tables, and provides views that join these tables to give a more convenient query surface for block and transaction events. - All events for a given block can be queried from the `block_events` view. - All events for a given transaction can be queried from the `tx_events` view. - Multiple events for the same key can be indexed for both blocks and transactions. The tests have been reworked, but all of the existing test cases for the old schema still pass with the new implementation. Various other minor cleanups are included, ADR-065 is also updated to reflect the updated schema. 31 August 2021, 22:35:07 UTC
7169d26 e2e: more reliable method for selecting node to inject evidence (#6880) In retrospect my previous implementation of this node, could get unlucky and never find the correct node. This method is more reliable. 31 August 2021, 21:56:06 UTC
c4df8a3 types: move mempool error for consistency (#6875) This is a little change just to make things more consistent ahead of the 0.35 release. 30 August 2021, 17:42:58 UTC
f858ebe build(deps): Bump github.com/rs/zerolog from 1.23.0 to 1.24.0 (#6874) Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](https://github.com/rs/zerolog/compare/v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 30 August 2021, 13:34:54 UTC
c9347a0 docs: remove return code in normal case from go built-in example (#6841) An explicit exit prevents the deferred cleanup code from running. In this case, falling off the end of main will achieve the same goal as an explicit exit. 29 August 2021, 16:14:20 UTC
0df421b e2e: add weighted random configuration selector (#6869) When revwing #6807 I assumed that `probSetChoice` worked this way. I think that the coverage of various configuration options should generally track what we expect the actual useage to be to focus the most test coverage on the configurations that are the most prevelent. 27 August 2021, 16:32:40 UTC
94e1eb8 rfc: fix link style (#6870) This is super minor, but chaning this to fix a broken link and to match the existing style of the ADRs. 27 August 2021, 16:21:12 UTC
23abb0d rfc: p2p next steps (#6866) 27 August 2021, 16:14:59 UTC
58a6cff internal/consensus: update error log (#6863) 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. 25 August 2021, 22:43:21 UTC
6e921f6 p2p: change default to use new stack (#6862) This is just a configuration change to default to using the new stack unless explicitly disabled (e.g. `UseLegacy`) this renames the configuration value and makes the configuration logic more clear. The legacy option is good to retain as a fallback if the new stack has issues operationally, but we should make sure that most of the time we're using the new stack. 25 August 2021, 17:33:38 UTC
a0a5d45 lint: change deprecated linter (#6861) This is a super minor change that silences a warning when running the linter locally. 25 August 2021, 12:26:11 UTC
9c8379e e2e: more consistent node selection during tests (#6857) In the transaction load generator, the e2e test harness previously distributed load randomly to hosts, which was a source of test non-determinism. This change distributes the load generation to the different nodes in the set in a round robin fashion, to produce more reliable results, but does not otherwise change the behavior of the test harness. 25 August 2021, 12:24:01 UTC
e053643 build(deps): Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#6860) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: codecov/codecov-action 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> 25 August 2021, 12:12:04 UTC
41a361e psql: add documentation and simplify constructor API (#6856) Add documentation comments to the psql event sink package, and simplify the constructor function so that it does not return the SQL database handle. The handle is needed for testing, so expose that via a separate method on the concrete type. Update the tests and existing usage for the change. This change does not affect the behaviour of the sink, so there are no functional changes, only syntactic updates. 24 August 2021, 21:18:27 UTC
bc2b529 inspect: add inspect mode for debugging crashed tendermint node (#6785) EDIT: Updated, see [comment below]( https://github.com/tendermint/tendermint/pull/6785#issuecomment-897793175) This change adds a sketch of the `Debug` mode. This change adds a `Debug` struct to the node package. This `Debug` struct is intended to be created and started by a command in the `cmd` directory. The `Debug` struct runs the RPC server on the data directories: both the state store and the block store. This change required a good deal of refactoring. Namely, a new `rpc.go` file was added to the `node` package. This file encapsulates functions for starting RPC servers used by nodes. A potential additional change is to further factor this code into shared code _in_ the `rpc` package. Minor API tweaks were also made that seemed appropriate such as the mechanism for fetching routes from the `rpc/core` package. Additional work is required to register the `Debug` service as a command in the `cmd` directory but I am looking for feedback on if this direction seems appropriate before diving much further. closes: #5908 24 August 2021, 18:12:06 UTC
6d5ff59 contributing: remove release_notes.md reference (#6846) 24 August 2021, 17:07:53 UTC
d8642a9 cmd: remove deprecated snakes (#6854) just following up on a deprecation. 24 August 2021, 16:06:27 UTC
d7c3a8f time: make median time library type private (#6853) This is a very minor change, but I was looking through the code, and this seems like it shouldn't be exported or used more broadly, so I've moved it out. 24 August 2021, 15:43:13 UTC
ce3c059 ADR 072: Re-instate a request-for-comments archive. (#6851) This ADR restores a variation of the old Request for Comments documentation that we previously used. The proposal differs from the original formulation, and does not replace ADRs. 23 August 2021, 22:06:01 UTC
39dee8a pubsub: improve handling of closed blocking subsciptions. (#6852) 23 August 2021, 20:41:45 UTC
d0e33b4 blocksync: complete transition from Blockchain to BlockSync (#6847) 23 August 2021, 14:45:08 UTC
8700ca9 ADR 071: Proposer-based Timestamps (#6799) Architectural decision record for Proposer-based timestamps. 20 August 2021, 20:07:20 UTC
a374f74 e2e: cleanup node start function (#6842) 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. 20 August 2021, 17:26:04 UTC
3a234e1 build(deps): Bump docker/build-push-action from 2.6.1 to 2.7.0 (#6845) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: docker/build-push-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> 20 August 2021, 11:32:11 UTC
cce0a3c docs: add package godoc for indexer (#6839) * docs: add indexer godoc * docs++ * docs++ * docs++ * docs++ * docs++ * Update state/indexer/doc.go Co-authored-by: M. J. Fromberger <fromberger@interchain.io> * Update state/indexer/doc.go Co-authored-by: M. J. Fromberger <fromberger@interchain.io> * Update state/indexer/doc.go Co-authored-by: M. J. Fromberger <fromberger@interchain.io> * Update state/indexer/doc.go Co-authored-by: M. J. Fromberger <fromberger@interchain.io> * Update state/indexer/doc.go Co-authored-by: M. J. Fromberger <fromberger@interchain.io> * Update state/indexer/doc.go Co-authored-by: M. J. Fromberger <fromberger@interchain.io> * docs++ Co-authored-by: M. J. Fromberger <fromberger@interchain.io> 19 August 2021, 20:25:17 UTC
a4cc831 e2e: avoid starting nodes from the future (#6835) 18 August 2021, 18:33:28 UTC
69f6eee changelog: linkify the 0.34.11 release notes (#6836) Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> 18 August 2021, 12:06:13 UTC
afb6af8 build(deps): Bump github.com/golangci/golangci-lint (#6837) Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.41.1...v1.42.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 18 August 2021, 12:02:16 UTC
0ed3ba6 changelog: update to reflect 0.34.12 release (#6833) 18 August 2021, 09:55:57 UTC
267aac2 changelog_pending: add missing item (#6829) 17 August 2021, 13:45:14 UTC
471f83d contributing: update release instructions to use backport branches (#6827) 17 August 2021, 13:28:20 UTC
393a02a rpc: log update (#6825) We INFO log every `ABCIQuery`. This can output a tremendous amount of noise in the logs, can cause cosmovisor to completely crash and slows down the node due to I/O. This log is completely unnecessary. Let's get this backported into v0.43 and get that into v0.43 and v0.42 releases of the SDK /cc @marbar3778 14 August 2021, 01:40:14 UTC
bf77c0c rpc: support new p2p infrastructure (#6820) 13 August 2021, 19:39:07 UTC
511e52c doc: fix typos in /tx_search and /tx. (#6823) Just a few small typos in the descriptions of the /tx_search and /tx endpoints. 13 August 2021, 15:02:30 UTC
1f76cb1 build(deps): Bump google.golang.org/grpc from 1.39.1 to 1.40.0 (#6819) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.1 to 1.40.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.40.0</h2> <h1>Behavior Changes</h1> <ul> <li>balancer: client channel no longer connects to idle subchannels that are returned by the pickers; LB policy should call SubConn.Connect instead. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4579">#4579</a>) <ul> <li>This change is in line with existing documentation stating the balancer must call Connect on idle SubConns in order for them to connect, and is preparation for an upcoming change that transitions SubConns to the idle state when connections are lost. See <a href="https://pkg.go.dev/google.golang.org/grpc/balancer#SubConn">https://pkg.go.dev/google.golang.org/grpc/balancer#SubConn</a> for more details.</li> </ul> </li> </ul> <h1>Bug Fixes</h1> <ul> <li>transport: fail RPCs without HTTP status 200 (OK), according to the gRPC spec (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4474">#4474</a>) <ul> <li>Special Thanks: <a href="https://github.com/JNProtzman"><code>@​JNProtzman</code></a></li> </ul> </li> <li>binarylog: fail the <code>Write()</code> method if proto marshaling fails (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4582">#4582</a>) <ul> <li>Special Thanks: <a href="https://github.com/Jille"><code>@​Jille</code></a></li> </ul> </li> <li>binarylog: exit the flusher goroutine upon closing the <code>bufferedSink</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4583">#4583</a>) <ul> <li>Special Thanks: <a href="https://github.com/Jille"><code>@​Jille</code></a></li> </ul> </li> </ul> <h1>New Features</h1> <ul> <li>metadata: add Delete method to MD to encapsulate lowercasing (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4549">#4549</a>) <ul> <li>Special Thanks: <a href="https://github.com/konradreiche"><code>@​konradreiche</code></a></li> </ul> </li> <li>xds/cds: support logical DNS cluster and aggregated cluster (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4594">#4594</a>)</li> <li>stats: add stats.Begin.IsClientStream and IsServerStream to indicate the type of RPC invoked (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4533">#4533</a>) <ul> <li>Special Thanks: <a href="https://github.com/leviska"><code>@​leviska</code></a></li> </ul> </li> </ul> <h1>Performance Improvements</h1> <ul> <li>server: improve performance when multiple interceptors are used (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4524">#4524</a>) <ul> <li>Special Thanks: <a href="https://github.com/amenzhinsky"><code>@​amenzhinsky</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/41e044e1c82fcf6a5801d6cbd7ecf952505eecb1"><code>41e044e</code></a> server: fix leaked net.Conn (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4644">#4644</a>) (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4670">#4670</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/1634fd3fc38c505906f929b1f1f73a24571a042e"><code>1634fd3</code></a> Change version to 1.40.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4623">#4623</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/b1a15ac3703c03e1a01607360e8b835a28b02369"><code>b1a15ac</code></a> server: fix leaked net.Conn (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4644">#4644</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/00edd8c13a7a27bc25c8de2a68cf6de35f88bd7e"><code>00edd8c</code></a> Add xDS k8s url-map test Kokoro job (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4614">#4614</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/1ddab338690a578975747239ad4ecd2ae63b1965"><code>1ddab33</code></a> client: fix detection of whether IO was performed in NewStream (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4611">#4611</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/582ef458c6d8174087877ee83bb514abc16650a5"><code>582ef45</code></a> cluster_resolver: move balancer config types into cluster_resolver package an...</li> <li><a href="https://github.com/grpc/grpc-go/commit/c513103bee39e1ebc3793e7128941794667779de"><code>c513103</code></a> Add extra layer on top of RBAC Engine (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4576">#4576</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/a0bed723f1c00c8b07c6ceaf1f6ac2cb42ec0b35"><code>a0bed72</code></a> xds: add http filters to FilterChain matching (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4595">#4595</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/0a8c63739a87bee6ff6097d272b63727659f4503"><code>0a8c637</code></a> grpclb: propagate the most recent connection error when grpclb enters transie...</li> <li><a href="https://github.com/grpc/grpc-go/commit/8332d5b997af9e1554418167860351696d35e628"><code>8332d5b</code></a> test: fix possible goroutine leaks in unit tests (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4570">#4570</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.39.1...v1.40.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.39.1&new-version=1.40.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 12 August 2021, 15:23:37 UTC
d56a44b node: minimize hardcoded service initialization (#6798) * node: minimize hardcoded service initialization * hacking * nil safety * reduce space * remove genesis state store * fix lint * fix pex * unwind some odering effects * fix tests * remove unused experiment 12 August 2021, 13:38:17 UTC
cbfc04d rpc: avoid panics in unsafe rpc calls with new p2p stack (#6817) 11 August 2021, 17:20:01 UTC
a6d20a6 pubsub: unsubscribe locking handling (#6816) 11 August 2021, 15:37:05 UTC
9743513 adr: node initialization (#6562) 11 August 2021, 14:34:45 UTC
66084a0 commands: add key migration cli (#6790) 10 August 2021, 18:58:21 UTC
53d53e6 bytes: clean up and simplify encoding of HexBytes (#6810) As written, the encoding step unnecessarily made and moved multiple copies of the encoded representation. Reduce this to a single allocation and encode the data in-place so that a shift is no longer required. Also: Add a test to ensure letter digits are capitalized, which was previously not verified but was expected downstream. No functional changes. 10 August 2021, 13:58:18 UTC
a7ecf49 Add new team member to CODEOWNERS. (#6811) 10 August 2021, 03:30:58 UTC
31994ca docs: upgrade documentation for custom mempools (#6794) This is proposed language for the upgrade process about the new custom reactor/mempool support. 06 August 2021, 19:51:07 UTC
e531294 build(deps): Bump google.golang.org/grpc from 1.39.0 to 1.39.1 (#6801) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.0 to 1.39.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.39.1</h2> <ul> <li>server: fix bug that net.Conn is leaked if the connection is closed (io.EOF) immediately with no traffic (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4642">#4642</a>)</li> <li>transport: fix race in transport stream accessing s.recvCompress (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4627">#4627</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/db17d4b4adf4cbc1539baff45e63c837b889ff20"><code>db17d4b</code></a> Change version to 1.39.1 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4651">#4651</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/8d1369b150686779abd1dc1dbd730a77214d63a0"><code>8d1369b</code></a> server: fix leaked net.Conn (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4642">#4642</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/2e0b66bb0ea2949dc731d2a3e82af2f6bcfd41eb"><code>2e0b66b</code></a> transport: fix race accessing s.recvCompress (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4627">#4627</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/db2d595725fc6f52b3bc31b957ce537a008c9290"><code>db2d595</code></a> Change version to 1.39.1-dev (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4542">#4542</a>)</li> <li>See full diff in <a href="https://github.com/grpc/grpc-go/compare/v1.39.0...v1.39.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.39.0&new-version=1.39.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 06 August 2021, 14:28:58 UTC
4db71da build(deps): Bump github.com/BurntSushi/toml from 0.3.1 to 0.4.1 (#6796) 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> 05 August 2021, 14:08:49 UTC
e801328 clist: add simple property tests (#6791) Adds a simple property test to the `clist` package. This test uses the [rapid](https://github.com/flyingmutant/rapid) library and works by modeling the internal clist as a simple array. Follow up from this mornings workshop with the Regen team. 03 August 2021, 19:30:05 UTC
4cbaf70 docs: fix a typo in the genesis_chunked description (#6792) 03 August 2021, 19:08:23 UTC
e5f9dd2 docs: fix typo (#6789) 02 August 2021, 21:25:59 UTC
e922016 build(deps): Bump technote-space/get-diff-action from 4 to 5 (#6788) Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 5. - [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...v5) --- 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> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> 02 August 2021, 16:25:37 UTC
dc7c212 mempool/v1: test reactor does not panic on broadcast (#6772) This changes adds a failing test for issue #6660. It achieves this by adding a transaction, starting the `broadcastTxRoutine` in a goroutine and then adding another transaction to the mempool. The `broadcastTxRoutine` can receive the second inserted transaction before `insertTx` returns. In that case, `broadcastTxRoutine` will derefence a nil pointer when referencing the `gossipEl` and panic. 02 August 2021, 13:02:43 UTC
4e96c6b tools: add mockery to tools.go and remove mockery version strings (#6787) This change aims to keep versions of mockery consistent across developer laptops. This change adds mockery to the `tools.go` file so that its version can be managed consistently in the `go.mod` file. Additionally, this change temporarily disables adding mockery's version number to generated files. There is an outstanding issue against the mockery project related to the version string behavior when running from `go get`. I have created a pull request to fix this issue in the mockery project. see: https://github.com/vektra/mockery/issues/397 30 July 2021, 20:47:15 UTC
02f8e4c blockstore: fix problem with seen commit (#6782) 30 July 2021, 15:37:04 UTC
3aec71c build(deps): Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 (#6786) 30 July 2021, 13:21:27 UTC
back to top